#DE59AA

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

Shades of Brilliant Rose #DE59AA

Tints of Brilliant Rose #DE59AA

Color information

#DE59AA (or 0xDE59AA) is unknown color: approx Brilliant Rose. HEX triplet: DE, 59 and AA. RGB value is (222,89,170). Sum of RGB (Red+Green+Blue) = 222+89+170=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE59AA is #21A655. Grayscale: #898989. Windows color (decimal): -2205270 or 11164126. OLE color: 11164126.

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

Color convert

RGB22289170-
CMYK00.600.230.13
HSL323.46º66.83%60.98%-
HSV(B)323.46º59.91%87.06%-
XYZ40.9525.5840.81-
YUV138146.06187.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 89 (35.16% from 255) = 18.50%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=46.15%
G=18.50%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228917000.600.230.13323.4666.8360.98
HexDE59AA03C17D143433d
Octal336131252074271550310375
Binary1101111010110011010101001111001011111011010000111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE59AA; }

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

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

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

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

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

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

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

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