Html Css Color HEX #DF04A7 Hollywood Cerise

📋 copy color: '#DF04A7'

red 223 ◦ green 4 ◦ blue 167

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

Shades of Hollywood Cerise #DF04A7

Tints of Hollywood Cerise #DF04A7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 167 (65.63% from 255) = 42.39%

R = 56.6%
G = 1.02%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF04A7 (or 0xDF04A7) is known color: Hollywood Cerise. HEX triplet: DF, 04 and A7. RGB value is (223,4,167). Sum of RGB (Red+Green+Blue) = 223+4+167=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF04A7 is #20FB58. Grayscale: #575757. Windows color (decimal): -2161497 or 10945759. OLE color: 10945759.

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

Color convert

RGB 223 4 167 -
CMYK 0 0.98 0.25 0.13
HSL 315.34º 0.96% 0.45% -
HSV(B) 315.34º 0.98% 0.87% -
XYZ 37.45 18.56 38.17 -
YUV 88.06 172.55 224.25 -
System Red Green Blue C M Y K H S L
Decimal 223 4 167 0 0.98 0.25 0.13 315.34 0.96 0.45
Hex DF 4 A7 0 62 19 D 13B 60 2D
Octal 337 4 247 0 142 31 15 473 140 55
Binary 11011111 100 10100111 0 1100010 11001 1101 100111011 1100000 101101

Color Harmonies of #DF04A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04A7

Black with #DF04A7

Text Example


Text Example

White with #DF04A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04A7; }

 p { color: rgb(223,4,167); }

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

background-color css

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

 a { background-color: rgb(223,4,167); }

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

border-color css

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

 span { border-color: rgb(223,4,167); }

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