Html Css Color HEX #DF0AA8 Hollywood Cerise

📋 copy color: '#DF0AA8'

red 223 ◦ green 10 ◦ blue 168

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

Shades of Hollywood Cerise #DF0AA8

Tints of Hollywood Cerise #DF0AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.9%

R = 55.61%
G = 2.49%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF0AA8 (or 0xDF0AA8) is known color: Hollywood Cerise. HEX triplet: DF, 0A and A8. RGB value is (223,10,168). Sum of RGB (Red+Green+Blue) = 223+10+168=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AA8 is #20F557. Grayscale: #5B5B5B. Windows color (decimal): -2159960 or 11012831. OLE color: 11012831.

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

Color convert

RGB 223 10 168 -
CMYK 0 0.96 0.25 0.13
HSL 315.49º 0.91% 0.46% -
HSV(B) 315.49º 0.96% 0.87% -
XYZ 37.61 18.73 38.68 -
YUV 91.7 171.07 221.65 -
System Red Green Blue C M Y K H S L
Decimal 223 10 168 0 0.96 0.25 0.13 315.49 0.91 0.46
Hex DF A A8 0 60 19 D 13B 5B 2E
Octal 337 12 250 0 140 31 15 473 133 56
Binary 11011111 1010 10101000 0 1100000 11001 1101 100111011 1011011 101110

Color Harmonies of #DF0AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AA8

Black with #DF0AA8

Text Example


Text Example

White with #DF0AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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