#DE5D86

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

Shades of Dark Pink #DE5D86

Tints of Dark Pink #DE5D86

Color information

#DE5D86 (or 0xDE5D86) is unknown color: approx Dark Pink. HEX triplet: DE, 5D and 86. RGB value is (222,93,134). Sum of RGB (Red+Green+Blue) = 222+93+134=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5D86 is #21A279. Grayscale: #888888. Windows color (decimal): -2204282 or 8805854. OLE color: 8805854.

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

Color convert

RGB22293134-
CMYK00.580.400.13
HSL340.93º66.15%61.76%-
HSV(B)340.93º58.11%87.06%-
XYZ38.3425.0825.37-
YUV136.24126.74189.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=49.44%
G=20.71%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229313400.580.400.13340.9366.1561.76
HexDE5D8603A28D155423e
Octal336135206072501552510276
Binary11011110101110110000110011101010100011011010101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D86; }

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

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

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

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

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

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

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

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