#DE53A4

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

Shades of Brilliant Rose #DE53A4

Tints of Brilliant Rose #DE53A4

Color information

#DE53A4 (or 0xDE53A4) is unknown color: approx Brilliant Rose. HEX triplet: DE, 53 and A4. RGB value is (222,83,164). Sum of RGB (Red+Green+Blue) = 222+83+164=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE53A4 is #21AC5B. Grayscale: #858585. Windows color (decimal): -2206812 or 10769374. OLE color: 10769374.

HSL color Cylindrical-coordinate representation of color #DE53A4: hue angle of 325.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE53A4 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB22283164-
CMYK00.630.260.13
HSL325.04º67.8%59.8%-
HSV(B)325.04º62.61%87.06%-
XYZ39.9224.437.73-
YUV133.79145.05190.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=47.33%
G=17.70%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228316400.630.260.13325.0467.859.8
HexDE53A403F1AD145443c
Octal336123244077321550510474
Binary1101111010100111010010001111111101011011010001011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE53A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE53A4; }

 p { color: rgb(222,83,164); }

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

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

 a { background-color: rgb(222,83,164); }

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

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

 span { border-color: rgb(222,83,164); }

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