Html Css Color HEX #DF04AA Hollywood Cerise

📋 copy color: '#DF04AA'

red 223 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #DF04AA

Tints of Hollywood Cerise #DF04AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 56.17%
G = 1.01%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF04AA (or 0xDF04AA) is known color: Hollywood Cerise. HEX triplet: DF, 04 and AA. RGB value is (223,4,170). Sum of RGB (Red+Green+Blue) = 223+4+170=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF04AA is #20FB55. Grayscale: #575757. Windows color (decimal): -2161494 or 11142367. OLE color: 11142367.

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

Color convert

RGB 223 4 170 -
CMYK 0 0.98 0.24 0.13
HSL 314.52º 0.96% 0.45% -
HSV(B) 314.52º 0.98% 0.87% -
XYZ 37.73 18.68 39.65 -
YUV 88.41 174.05 224 -
System Red Green Blue C M Y K H S L
Decimal 223 4 170 0 0.98 0.24 0.13 314.52 0.96 0.45
Hex DF 4 AA 0 62 18 D 13B 60 2D
Octal 337 4 252 0 142 30 15 473 140 55
Binary 11011111 100 10101010 0 1100010 11000 1101 100111011 1100000 101101

Color Harmonies of #DF04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04AA

Black with #DF04AA

Text Example


Text Example

White with #DF04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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