Html Css Color HEX #DD029D Hollywood Cerise

📋 copy color: '#DD029D'

red 221 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #DD029D

Tints of Hollywood Cerise #DD029D

RGB

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

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

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

R = 58.16%
G = 0.53%
B = 41.32%

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

#DD029D (or 0xDD029D) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 9D. RGB value is (221,2,157). Sum of RGB (Red+Green+Blue) = 221+2+157=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD029D is #22FD62. Grayscale: #545454. Windows color (decimal): -2293091 or 10289885. OLE color: 10289885.

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

Color convert

RGB 221 2 157 -
CMYK 0 0.99 0.29 0.13
HSL 317.53º 0.98% 0.44% -
HSV(B) 317.53º 0.99% 0.87% -
XYZ 35.93 17.85 33.45 -
YUV 85.15 168.55 224.9 -
System Red Green Blue C M Y K H S L
Decimal 221 2 157 0 0.99 0.29 0.13 317.53 0.98 0.44
Hex DD 2 9D 0 63 1D D 13E 62 2C
Octal 335 2 235 0 143 35 15 476 142 54
Binary 11011101 10 10011101 0 1100011 11101 1101 100111110 1100010 101100

Color Harmonies of #DD029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD029D

Black with #DD029D

Text Example


Text Example

White with #DD029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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