#DF0AAA

Color #DF0AAA Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DF0AAA

Tints of Hollywood Cerise #DF0AAA

Color information

#DF0AAA (or 0xDF0AAA) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 0A and AA. RGB value is (223,10,170). Sum of RGB (Red+Green+Blue) = 223+10+170=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AAA is #20F555. Grayscale: #5B5B5B. Windows color (decimal): -2159958 or 11143903. OLE color: 11143903.

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

Color convert

RGB22310170-
CMYK00.960.240.13
HSL314.93º91.42%45.69%-
HSV(B)314.93º95.52%87.45%-
XYZ37.818.8139.67-
YUV91.93172.07221.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.33%
GREEN value IS 10 (4.30% from 255) = 2.48%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=55.33%
G=2.48%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231017000.960.240.13314.9391.4245.69
HexDFAAA06018D13b5b2e
Octal337122520140301547313356
Binary11011111101010101010011000001100011011001110111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0AAA; }

 p { color: rgb(223,10,170); }

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

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

 a { background-color: rgb(223,10,170); }

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

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

 span { border-color: rgb(223,10,170); }

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