Html Css Color HEX #DF0AA0 Hollywood Cerise

📋 copy color: '#DF0AA0'

red 223 ◦ green 10 ◦ blue 160

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

Shades of Hollywood Cerise #DF0AA0

Tints of Hollywood Cerise #DF0AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.71%

R = 56.74%
G = 2.54%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF0AA0 (or 0xDF0AA0) is known color: Hollywood Cerise. HEX triplet: DF, 0A and A0. RGB value is (223,10,160). Sum of RGB (Red+Green+Blue) = 223+10+160=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AA0 is #20F55F. Grayscale: #5A5A5A. Windows color (decimal): -2159968 or 10488543. OLE color: 10488543.

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

Color convert

RGB 223 10 160 -
CMYK 0 0.96 0.28 0.13
HSL 317.75º 0.91% 0.46% -
HSV(B) 317.75º 0.96% 0.87% -
XYZ 36.89 18.44 34.87 -
YUV 90.79 167.07 222.3 -
System Red Green Blue C M Y K H S L
Decimal 223 10 160 0 0.96 0.28 0.13 317.75 0.91 0.46
Hex DF A A0 0 60 1C D 13E 5B 2E
Octal 337 12 240 0 140 34 15 476 133 56
Binary 11011111 1010 10100000 0 1100000 11100 1101 100111110 1011011 101110

Color Harmonies of #DF0AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AA0

Black with #DF0AA0

Text Example


Text Example

White with #DF0AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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