Html Css Color HEX #DD059C Hollywood Cerise

📋 copy color: '#DD059C'

red 221 ◦ green 5 ◦ blue 156

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

Shades of Hollywood Cerise #DD059C

Tints of Hollywood Cerise #DD059C

RGB

 RED value IS 221 (86.72% from 255) = 57.85%

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 57.85%
G = 1.31%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD059C (or 0xDD059C) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 9C. RGB value is (221,5,156). Sum of RGB (Red+Green+Blue) = 221+5+156=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD059C is #22FA63. Grayscale: #565656. Windows color (decimal): -2292324 or 10225117. OLE color: 10225117.

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

Color convert

RGB 221 5 156 -
CMYK 0 0.98 0.29 0.13
HSL 318.06º 0.96% 0.44% -
HSV(B) 318.06º 0.98% 0.87% -
XYZ 35.87 17.88 33.01 -
YUV 86.8 167.06 223.72 -
System Red Green Blue C M Y K H S L
Decimal 221 5 156 0 0.98 0.29 0.13 318.06 0.96 0.44
Hex DD 5 9C 0 62 1D D 13E 60 2C
Octal 335 5 234 0 142 35 15 476 140 54
Binary 11011101 101 10011100 0 1100010 11101 1101 100111110 1100000 101100

Color Harmonies of #DD059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD059C

Black with #DD059C

Text Example


Text Example

White with #DD059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD059C; }

 p { color: rgb(221,5,156); }

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

background-color css

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

 a { background-color: rgb(221,5,156); }

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

border-color css

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

 span { border-color: rgb(221,5,156); }

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