#DE5382

Color #DE5382 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DE5382

Tints of Dark Pink #DE5382

Color information

#DE5382 (or 0xDE5382) is unknown color: approx Dark Pink. HEX triplet: DE, 53 and 82. RGB value is (222,83,130). Sum of RGB (Red+Green+Blue) = 222+83+130=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5382 is #21AC7D. Grayscale: #818181. Windows color (decimal): -2206846 or 8541150. OLE color: 8541150.

HSL color Cylindrical-coordinate representation of color #DE5382: hue angle of 339.71º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5382 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB22283130-
CMYK00.630.410.13
HSL339.71º67.8%59.8%-
HSV(B)339.71º62.61%87.06%-
XYZ37.2523.3323.66-
YUV129.92128.05193.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=51.03%
G=19.08%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228313000.630.410.13339.7167.859.8
HexDE538203F29D154443c
Octal336123202077511552410474
Binary11011110101001110000010011111110100111011010101001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5382; }

 p { color: rgb(222,83,130); }

 H1.HeaderClassName
 {
   color: #DE5382;
 }
 .AnyTagClassName
 {
   color: #DE5382;
 }
</style>
background-color css

<style>
 a { background-color: #DE5382; }

 a { background-color: rgb(222,83,130); }

 div.DivClassName
 {
   background-color: #DE5382;
 }
 .BgClassName
 {
   background-color: #DE5382;
 }
</style>
border-color css

<style>
 span { border-color: #DE5382; }

 span { border-color: rgb(222,83,130); }

 td.TdClassName
 {
   border-color: #DE5382;
 }
 .TagClassName
 {
   border-color: #DE5382;
 }
</style>