#DE5D89

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

Shades of Dark Pink #DE5D89

Tints of Dark Pink #DE5D89

Color information

#DE5D89 (or 0xDE5D89) is unknown color: approx Dark Pink. HEX triplet: DE, 5D and 89. RGB value is (222,93,137). Sum of RGB (Red+Green+Blue) = 222+93+137=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5D89 is #21A276. Grayscale: #888888. Windows color (decimal): -2204279 or 9002462. OLE color: 9002462.

HSL color Cylindrical-coordinate representation of color #DE5D89: hue angle of 339.53º 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 #DE5D89 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22293137-
CMYK00.580.380.13
HSL339.53º66.15%61.76%-
HSV(B)339.53º58.11%87.06%-
XYZ38.5525.1626.49-
YUV136.59128.24188.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=49.12%
G=20.58%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229313700.580.380.13339.5366.1561.76
HexDE5D8903A26D154423e
Octal336135211072461552410276
Binary11011110101110110001001011101010011011011010101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D89; }

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

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

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

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

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

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

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

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