Html Css Color HEX #DF0AA2 Hollywood Cerise

📋 copy color: '#DF0AA2'

red 223 ◦ green 10 ◦ blue 162

#DF0AA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DF0AA2

Tints of Hollywood Cerise #DF0AA2

RGB

 RED value IS 223 (87.5% from 255) = 56.46%

 GREEN value IS 10 (4.3% from 255) = 2.53%

 BLUE value IS 162 (63.67% from 255) = 41.01%

R = 56.46%
G = 2.53%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF0AA2 (or 0xDF0AA2) is known color: Hollywood Cerise. HEX triplet: DF, 0A and A2. RGB value is (223,10,162). Sum of RGB (Red+Green+Blue) = 223+10+162=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AA2 is #20F55D. Grayscale: #5A5A5A. Windows color (decimal): -2159966 or 10619615. OLE color: 10619615.

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

Color convert

RGB 223 10 162 -
CMYK 0 0.96 0.27 0.13
HSL 317.18º 0.91% 0.46% -
HSV(B) 317.18º 0.96% 0.87% -
XYZ 37.06 18.51 35.8 -
YUV 91.02 168.07 222.14 -
System Red Green Blue C M Y K H S L
Decimal 223 10 162 0 0.96 0.27 0.13 317.18 0.91 0.46
Hex DF A A2 0 60 1B D 13D 5B 2E
Octal 337 12 242 0 140 33 15 475 133 56
Binary 11011111 1010 10100010 0 1100000 11011 1101 100111101 1011011 101110

Color Harmonies of #DF0AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AA2

Black with #DF0AA2

Text Example


Text Example

White with #DF0AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AA2; }

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

 H1.HeaderClassName
 {
   color: #DF0AA2;
 }
 .AnyTagClassName
 {
   color: #DF0AA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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