#DE5C86

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

Shades of Dark Pink #DE5C86

Tints of Dark Pink #DE5C86

Color information

#DE5C86 (or 0xDE5C86) is unknown color: approx Dark Pink. HEX triplet: DE, 5C and 86. RGB value is (222,92,134). Sum of RGB (Red+Green+Blue) = 222+92+134=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5C86 is #21A379. Grayscale: #878787. Windows color (decimal): -2204538 or 8805598. OLE color: 8805598.

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

Color convert

RGB22292134-
CMYK00.590.400.13
HSL340.62º66.33%61.57%-
HSV(B)340.62º58.56%87.06%-
XYZ38.2524.9125.35-
YUV135.66127.07189.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.55%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=49.55%
G=20.54%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229213400.590.400.13340.6266.3361.57
HexDE5C8603B28D155423e
Octal336134206073501552510276
Binary11011110101110010000110011101110100011011010101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C86; }

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

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

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

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

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

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

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

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