Html Css Color HEX #DF0AAF Hollywood Cerise

📋 copy color: '#DF0AAF'

red 223 ◦ green 10 ◦ blue 175

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

Shades of Hollywood Cerise #DF0AAF

Tints of Hollywood Cerise #DF0AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 54.66%
G = 2.45%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF0AAF (or 0xDF0AAF) is known color: Hollywood Cerise. HEX triplet: DF, 0A and AF. RGB value is (223,10,175). Sum of RGB (Red+Green+Blue) = 223+10+175=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AAF is #20F550. Grayscale: #5C5C5C. Windows color (decimal): -2159953 or 11471583. OLE color: 11471583.

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

Color convert

RGB 223 10 175 -
CMYK 0 0.96 0.22 0.13
HSL 313.52º 0.91% 0.46% -
HSV(B) 313.52º 0.96% 0.87% -
XYZ 38.28 19 42.21 -
YUV 92.5 174.57 221.08 -
System Red Green Blue C M Y K H S L
Decimal 223 10 175 0 0.96 0.22 0.13 313.52 0.91 0.46
Hex DF A AF 0 60 16 D 13A 5B 2E
Octal 337 12 257 0 140 26 15 472 133 56
Binary 11011111 1010 10101111 0 1100000 10110 1101 100111010 1011011 101110

Color Harmonies of #DF0AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AAF

Black with #DF0AAF

Text Example


Text Example

White with #DF0AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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