#DE59A6

Color #DE59A6 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #DE59A6

Tints of Brilliant Rose #DE59A6

Color information

#DE59A6 (or 0xDE59A6) is unknown color: approx Brilliant Rose. HEX triplet: DE, 59 and A6. RGB value is (222,89,166). Sum of RGB (Red+Green+Blue) = 222+89+166=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE59A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE59A6 is #21A659. Grayscale: #898989. Windows color (decimal): -2205274 or 10901982. OLE color: 10901982.

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

Color convert

RGB22289166-
CMYK00.600.250.13
HSL325.26º66.83%60.98%-
HSV(B)325.26º59.91%87.06%-
XYZ40.5825.4338.85-
YUV137.54144.06188.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 166 (65.23% from 255) = 34.80%
R=46.54%
G=18.66%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228916600.600.250.13325.2666.8360.98
HexDE59A603C19D145433d
Octal336131246074311550510375
Binary1101111010110011010011001111001100111011010001011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE59A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE59A6; }

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

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

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

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

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

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

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

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