Html Css Color HEX #DF0AA6 Hollywood Cerise

📋 copy color: '#DF0AA6'

red 223 ◦ green 10 ◦ blue 166

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

Shades of Hollywood Cerise #DF0AA6

Tints of Hollywood Cerise #DF0AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.6%

R = 55.89%
G = 2.51%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF0AA6 (or 0xDF0AA6) is known color: Hollywood Cerise. HEX triplet: DF, 0A and A6. RGB value is (223,10,166). Sum of RGB (Red+Green+Blue) = 223+10+166=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AA6 is #20F559. Grayscale: #5B5B5B. Windows color (decimal): -2159962 or 10881759. OLE color: 10881759.

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

Color convert

RGB 223 10 166 -
CMYK 0 0.96 0.26 0.13
HSL 316.06º 0.91% 0.46% -
HSV(B) 316.06º 0.96% 0.87% -
XYZ 37.42 18.66 37.71 -
YUV 91.47 170.07 221.82 -
System Red Green Blue C M Y K H S L
Decimal 223 10 166 0 0.96 0.26 0.13 316.06 0.91 0.46
Hex DF A A6 0 60 1A D 13C 5B 2E
Octal 337 12 246 0 140 32 15 474 133 56
Binary 11011111 1010 10100110 0 1100000 11010 1101 100111100 1011011 101110

Color Harmonies of #DF0AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AA6

Black with #DF0AA6

Text Example


Text Example

White with #DF0AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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