#DE5A89

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

Shades of Dark Pink #DE5A89

Tints of Dark Pink #DE5A89

Color information

#DE5A89 (or 0xDE5A89) is unknown color: approx Dark Pink. HEX triplet: DE, 5A and 89. RGB value is (222,90,137). Sum of RGB (Red+Green+Blue) = 222+90+137=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5A89 is #21A576. Grayscale: #868686. Windows color (decimal): -2205047 or 9001694. OLE color: 9001694.

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

Color convert

RGB22290137-
CMYK00.590.380.13
HSL338.64º66.67%61.18%-
HSV(B)338.64º59.46%87.06%-
XYZ38.324.6526.41-
YUV134.83129.23190.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=49.44%
G=20.04%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229013700.590.380.13338.6466.6761.18
HexDE5A8903B26D153433d
Octal336132211073461552310375
Binary11011110101101010001001011101110011011011010100111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5A89; }

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

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

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

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

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

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

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

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