Html Css Color HEX #DF049C Hollywood Cerise

📋 copy color: '#DF049C'

red 223 ◦ green 4 ◦ blue 156

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

Shades of Hollywood Cerise #DF049C

Tints of Hollywood Cerise #DF049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 58.22%
G = 1.04%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF049C (or 0xDF049C) is known color: Hollywood Cerise. HEX triplet: DF, 04 and 9C. RGB value is (223,4,156). Sum of RGB (Red+Green+Blue) = 223+4+156=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF049C is #20FB63. Grayscale: #565656. Windows color (decimal): -2161508 or 10224863. OLE color: 10224863.

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

Color convert

RGB 223 4 156 -
CMYK 0 0.98 0.30 0.13
HSL 318.36º 0.96% 0.45% -
HSV(B) 318.36º 0.98% 0.87% -
XYZ 36.48 18.18 33.04 -
YUV 86.81 167.05 225.14 -
System Red Green Blue C M Y K H S L
Decimal 223 4 156 0 0.98 0.30 0.13 318.36 0.96 0.45
Hex DF 4 9C 0 62 1E D 13E 60 2D
Octal 337 4 234 0 142 36 15 476 140 55
Binary 11011111 100 10011100 0 1100010 11110 1101 100111110 1100000 101101

Color Harmonies of #DF049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF049C

Black with #DF049C

Text Example


Text Example

White with #DF049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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