#DE57A7

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

Shades of Brilliant Rose #DE57A7

Tints of Brilliant Rose #DE57A7

Color information

#DE57A7 (or 0xDE57A7) is unknown color: approx Brilliant Rose. HEX triplet: DE, 57 and A7. RGB value is (222,87,167). Sum of RGB (Red+Green+Blue) = 222+87+167=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE57A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE57A7 is #21A858. Grayscale: #888888. Windows color (decimal): -2205785 or 10967006. OLE color: 10967006.

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

Color convert

RGB22287167-
CMYK00.610.250.13
HSL324.44º67.16%60.59%-
HSV(B)324.44º60.81%87.06%-
XYZ40.5125.1439.28-
YUV136.49145.23189-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 87 (34.38% from 255) = 18.28%
BLUE value IS 167 (65.62% from 255) = 35.08%
R=46.64%
G=18.28%
B=35.08%

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
Decimal2228716700.610.250.13324.4467.1660.59
HexDE57A703D19D144433d
Octal336127247075311550410375
Binary1101111010101111010011101111011100111011010001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE57A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE57A7; }

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

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

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

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

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

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

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

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