Html Css Color HEX #DF029C Hollywood Cerise

📋 copy color: '#DF029C'

red 223 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #DF029C

Tints of Hollywood Cerise #DF029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 58.53%
G = 0.52%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF029C (or 0xDF029C) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 9C. RGB value is (223,2,156). Sum of RGB (Red+Green+Blue) = 223+2+156=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF029C is #20FD63. Grayscale: #555555. Windows color (decimal): -2162020 or 10224351. OLE color: 10224351.

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

Color convert

RGB 223 2 156 -
CMYK 0 0.99 0.30 0.13
HSL 318.19º 0.98% 0.44% -
HSV(B) 318.19º 0.99% 0.87% -
XYZ 36.45 18.13 33.03 -
YUV 85.64 167.72 225.98 -
System Red Green Blue C M Y K H S L
Decimal 223 2 156 0 0.99 0.30 0.13 318.19 0.98 0.44
Hex DF 2 9C 0 63 1E D 13E 62 2C
Octal 337 2 234 0 143 36 15 476 142 54
Binary 11011111 10 10011100 0 1100011 11110 1101 100111110 1100010 101100

Color Harmonies of #DF029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF029C

Black with #DF029C

Text Example


Text Example

White with #DF029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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