Html Css Color HEX #DF029D Hollywood Cerise

📋 copy color: '#DF029D'

red 223 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #DF029D

Tints of Hollywood Cerise #DF029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 58.38%
G = 0.52%
B = 41.1%

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

#DF029D (or 0xDF029D) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 9D. RGB value is (223,2,157). Sum of RGB (Red+Green+Blue) = 223+2+157=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF029D is #20FD62. Grayscale: #555555. Windows color (decimal): -2162019 or 10289887. OLE color: 10289887.

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

Color convert

RGB 223 2 157 -
CMYK 0 0.99 0.30 0.13
HSL 317.92º 0.98% 0.44% -
HSV(B) 317.92º 0.99% 0.87% -
XYZ 36.54 18.17 33.48 -
YUV 85.75 168.22 225.9 -
System Red Green Blue C M Y K H S L
Decimal 223 2 157 0 0.99 0.30 0.13 317.92 0.98 0.44
Hex DF 2 9D 0 63 1E D 13E 62 2C
Octal 337 2 235 0 143 36 15 476 142 54
Binary 11011111 10 10011101 0 1100011 11110 1101 100111110 1100010 101100

Color Harmonies of #DF029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF029D

Black with #DF029D

Text Example


Text Example

White with #DF029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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