#DE5D8E

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

Shades of Dark Pink #DE5D8E

Tints of Dark Pink #DE5D8E

Color information

#DE5D8E (or 0xDE5D8E) is unknown color: approx Dark Pink. HEX triplet: DE, 5D and 8E. RGB value is (222,93,142). Sum of RGB (Red+Green+Blue) = 222+93+142=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5D8E is #21A271. Grayscale: #898989. Windows color (decimal): -2204274 or 9330142. OLE color: 9330142.

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

Color convert

RGB22293142-
CMYK00.580.360.13
HSL337.21º66.15%61.76%-
HSV(B)337.21º58.11%87.06%-
XYZ38.9225.3128.43-
YUV137.16130.74188.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=48.58%
G=20.35%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229314200.580.360.13337.2166.1561.76
HexDE5D8E03A24D151423e
Octal336135216072441552110276
Binary11011110101110110001110011101010010011011010100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D8E; }

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

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

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

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

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

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

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

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