#DE5991

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

Shades of Dark Pink #DE5991

Tints of Dark Pink #DE5991

Color information

#DE5991 (or 0xDE5991) is unknown color: approx Dark Pink. HEX triplet: DE, 59 and 91. RGB value is (222,89,145). Sum of RGB (Red+Green+Blue) = 222+89+145=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5991 is #21A66E. Grayscale: #878787. Windows color (decimal): -2205295 or 9525726. OLE color: 9525726.

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

Color convert

RGB22289145-
CMYK00.600.350.13
HSL334.74º66.83%60.98%-
HSV(B)334.74º59.91%87.06%-
XYZ38.8124.7229.51-
YUV135.15133.56189.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 145 (57.03% from 255) = 31.80%
R=48.68%
G=19.52%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228914500.600.350.13334.7466.8360.98
HexDE599103C23D14f433d
Octal336131221074431551710375
Binary11011110101100110010001011110010001111011010011111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5991; }

 p { color: rgb(222,89,145); }

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

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

 a { background-color: rgb(222,89,145); }

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

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

 span { border-color: rgb(222,89,145); }

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