Html Css Color HEX #DE5587 Dark Pink

📋 copy color: '#DE5587'

red 222 ◦ green 85 ◦ blue 135

#DE5587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #DE5587

Tints of Dark Pink #DE5587

RGB

 RED value IS 222 (87.11% from 255) = 50.23%

 GREEN value IS 85 (33.59% from 255) = 19.23%

 BLUE value IS 135 (53.13% from 255) = 30.54%

R = 50.23%
G = 19.23%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE5587 (or 0xDE5587) is known color: Dark Pink. HEX triplet: DE, 55 and 87. RGB value is (222,85,135). Sum of RGB (Red+Green+Blue) = 222+85+135=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5587 is #21AA78. Grayscale: #838383. Windows color (decimal): -2206329 or 8869342. OLE color: 8869342.

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

Color convert

RGB 222 85 135 -
CMYK 0 0.62 0.39 0.13
HSL 338.1º 0.67% 0.6% -
HSV(B) 338.1º 0.62% 0.87% -
XYZ 37.75 23.78 25.52 -
YUV 131.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 222 85 135 0 0.62 0.39 0.13 338.1 0.67 0.6
Hex DE 55 87 0 3E 27 D 152 43 3C
Octal 336 125 207 0 76 47 15 522 103 74
Binary 11011110 1010101 10000111 0 111110 100111 1101 101010010 1000011 111100

Color Harmonies of #DE5587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5587

Black with #DE5587

Text Example


Text Example

White with #DE5587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5587; }

 p { color: rgb(222,85,135); }

 H1.HeaderClassName
 {
   color: #DE5587;
 }
 .AnyTagClassName
 {
   color: #DE5587;
 }
</style>

background-color css

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

 a { background-color: rgb(222,85,135); }

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

border-color css

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

 span { border-color: rgb(222,85,135); }

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