Html Css Color HEX #DF04A4 Hollywood Cerise

📋 copy color: '#DF04A4'

red 223 ◦ green 4 ◦ blue 164

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

Shades of Hollywood Cerise #DF04A4

Tints of Hollywood Cerise #DF04A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 57.03%
G = 1.02%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF04A4 (or 0xDF04A4) is known color: Hollywood Cerise. HEX triplet: DF, 04 and A4. RGB value is (223,4,164). Sum of RGB (Red+Green+Blue) = 223+4+164=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF04A4 is #20FB5B. Grayscale: #575757. Windows color (decimal): -2161500 or 10749151. OLE color: 10749151.

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

Color convert

RGB 223 4 164 -
CMYK 0 0.98 0.26 0.13
HSL 316.16º 0.96% 0.45% -
HSV(B) 316.16º 0.98% 0.87% -
XYZ 37.18 18.46 36.72 -
YUV 87.72 171.05 224.49 -
System Red Green Blue C M Y K H S L
Decimal 223 4 164 0 0.98 0.26 0.13 316.16 0.96 0.45
Hex DF 4 A4 0 62 1A D 13C 60 2D
Octal 337 4 244 0 142 32 15 474 140 55
Binary 11011111 100 10100100 0 1100010 11010 1101 100111100 1100000 101101

Color Harmonies of #DF04A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04A4

Black with #DF04A4

Text Example


Text Example

White with #DF04A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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