Html Css Color HEX #DD029C Hollywood Cerise

📋 copy color: '#DD029C'

red 221 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #DD029C

Tints of Hollywood Cerise #DD029C

RGB

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

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

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

R = 58.31%
G = 0.53%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD029C (or 0xDD029C) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 9C. RGB value is (221,2,156). Sum of RGB (Red+Green+Blue) = 221+2+156=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD029C is #22FD63. Grayscale: #545454. Windows color (decimal): -2293092 or 10224349. OLE color: 10224349.

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

Color convert

RGB 221 2 156 -
CMYK 0 0.99 0.29 0.13
HSL 317.81º 0.98% 0.44% -
HSV(B) 317.81º 0.99% 0.87% -
XYZ 35.84 17.82 33 -
YUV 85.04 168.05 224.98 -
System Red Green Blue C M Y K H S L
Decimal 221 2 156 0 0.99 0.29 0.13 317.81 0.98 0.44
Hex DD 2 9C 0 63 1D D 13E 62 2C
Octal 335 2 234 0 143 35 15 476 142 54
Binary 11011101 10 10011100 0 1100011 11101 1101 100111110 1100010 101100

Color Harmonies of #DD029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD029C

Black with #DD029C

Text Example


Text Example

White with #DD029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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