#DE5189

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

Shades of Dark Pink #DE5189

Tints of Dark Pink #DE5189

Color information

#DE5189 (or 0xDE5189) is unknown color: approx Dark Pink. HEX triplet: DE, 51 and 89. RGB value is (222,81,137). Sum of RGB (Red+Green+Blue) = 222+81+137=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5189 is #21AE76. Grayscale: #818181. Windows color (decimal): -2207351 or 8999390. OLE color: 8999390.

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

Color convert

RGB22281137-
CMYK00.640.380.13
HSL336.17º68.12%59.41%-
HSV(B)336.17º63.51%87.06%-
XYZ37.5823.2226.17-
YUV129.54132.21193.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.45%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=50.45%
G=18.41%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228113700.640.380.13336.1768.1259.41
HexDE518904026D150443b
Octal3361212110100461552010473
Binary110111101010001100010010100000010011011011010100001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5189; }

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

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

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

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

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

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

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

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