#DE5086

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

Shades of Dark Pink #DE5086

Tints of Dark Pink #DE5086

Color information

#DE5086 (or 0xDE5086) is unknown color: approx Dark Pink. HEX triplet: DE, 50 and 86. RGB value is (222,80,134). Sum of RGB (Red+Green+Blue) = 222+80+134=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5086 is #21AF79. Grayscale: #808080. Windows color (decimal): -2207610 or 8802526. OLE color: 8802526.

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

Color convert

RGB22280134-
CMYK00.640.400.13
HSL337.18º68.27%59.22%-
HSV(B)337.18º63.96%87.06%-
XYZ37.322.9925.03-
YUV128.61131.04194.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.92%
GREEN value IS 80 (31.64% from 255) = 18.35%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=50.92%
G=18.35%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228013400.640.400.13337.1868.2759.22
HexDE508604028D151443b
Octal3361202060100501552110473
Binary110111101010000100001100100000010100011011010100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5086; }

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

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

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

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

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

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

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

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