Html Css Color HEX #DF07A9 Hollywood Cerise

📋 copy color: '#DF07A9'

red 223 ◦ green 7 ◦ blue 169

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

Shades of Hollywood Cerise #DF07A9

Tints of Hollywood Cerise #DF07A9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.75%

 BLUE value IS 169 (66.41% from 255) = 42.36%

R = 55.89%
G = 1.75%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF07A9 (or 0xDF07A9) is known color: Hollywood Cerise. HEX triplet: DF, 07 and A9. RGB value is (223,7,169). Sum of RGB (Red+Green+Blue) = 223+7+169=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF07A9 is #20F856. Grayscale: #595959. Windows color (decimal): -2160727 or 11077599. OLE color: 11077599.

HSL color Cylindrical-coordinate representation of color #DF07A9: hue angle of 315º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07A9 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 7 169 -
CMYK 0 0.97 0.24 0.13
HSL 315º 0.94% 0.45% -
HSV(B) 315º 0.97% 0.87% -
XYZ 37.67 18.7 39.16 -
YUV 90.05 172.56 222.83 -
System Red Green Blue C M Y K H S L
Decimal 223 7 169 0 0.97 0.24 0.13 315 0.94 0.45
Hex DF 7 A9 0 61 18 D 13B 5E 2D
Octal 337 7 251 0 141 30 15 473 136 55
Binary 11011111 111 10101001 0 1100001 11000 1101 100111011 1011110 101101

Color Harmonies of #DF07A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07A9

Black with #DF07A9

Text Example


Text Example

White with #DF07A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07A9; }

 p { color: rgb(223,7,169); }

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

background-color css

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

 a { background-color: rgb(223,7,169); }

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

border-color css

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

 span { border-color: rgb(223,7,169); }

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