#DE57A9

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

Shades of Brilliant Rose #DE57A9

Tints of Brilliant Rose #DE57A9

Color information

#DE57A9 (or 0xDE57A9) is unknown color: approx Brilliant Rose. HEX triplet: DE, 57 and A9. RGB value is (222,87,169). Sum of RGB (Red+Green+Blue) = 222+87+169=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE57A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE57A9 is #21A856. Grayscale: #888888. Windows color (decimal): -2205783 or 11098078. OLE color: 11098078.

HSL color Cylindrical-coordinate representation of color #DE57A9: hue angle of 323.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE57A9 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22287169-
CMYK00.610.240.13
HSL323.56º67.16%60.59%-
HSV(B)323.56º60.81%87.06%-
XYZ40.6925.2140.26-
YUV136.71146.23188.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 87 (34.38% from 255) = 18.20%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=46.44%
G=18.20%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228716900.610.240.13323.5667.1660.59
HexDE57A903D18D144433d
Octal336127251075301550410375
Binary1101111010101111010100101111011100011011010001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE57A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE57A9; }

 p { color: rgb(222,87,169); }

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

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

 a { background-color: rgb(222,87,169); }

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

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

 span { border-color: rgb(222,87,169); }

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