#DE5D87

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

Shades of Dark Pink #DE5D87

Tints of Dark Pink #DE5D87

Color information

#DE5D87 (or 0xDE5D87) is unknown color: approx Dark Pink. HEX triplet: DE, 5D and 87. RGB value is (222,93,135). Sum of RGB (Red+Green+Blue) = 222+93+135=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5D87 is #21A278. Grayscale: #888888. Windows color (decimal): -2204281 or 8871390. OLE color: 8871390.

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

Color convert

RGB22293135-
CMYK00.580.390.13
HSL340.47º66.15%61.76%-
HSV(B)340.47º58.11%87.06%-
XYZ38.4125.1125.74-
YUV136.36127.24189.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 93 (36.72% from 255) = 20.67%
BLUE value IS 135 (53.12% from 255) = 30%
R=49.33%
G=20.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229313500.580.390.13340.4766.1561.76
HexDE5D8703A27D154423e
Octal336135207072471552410276
Binary11011110101110110000111011101010011111011010101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D87; }

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

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

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

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

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

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

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

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