#DE57A6

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

Shades of Brilliant Rose #DE57A6

Tints of Brilliant Rose #DE57A6

Color information

#DE57A6 (or 0xDE57A6) is unknown color: approx Brilliant Rose. HEX triplet: DE, 57 and A6. RGB value is (222,87,166). Sum of RGB (Red+Green+Blue) = 222+87+166=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE57A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE57A6 is #21A859. Grayscale: #888888. Windows color (decimal): -2205786 or 10901470. OLE color: 10901470.

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

Color convert

RGB22287166-
CMYK00.610.250.13
HSL324.89º67.16%60.59%-
HSV(B)324.89º60.81%87.06%-
XYZ40.4225.138.79-
YUV136.37144.73189.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 87 (34.38% from 255) = 18.32%
BLUE value IS 166 (65.23% from 255) = 34.95%
R=46.74%
G=18.32%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228716600.610.250.13324.8967.1660.59
HexDE57A603D19D145433d
Octal336127246075311550510375
Binary1101111010101111010011001111011100111011010001011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE57A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE57A6; }

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

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

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

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

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

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

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

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