Html Css Color HEX #DD029B Hollywood Cerise

📋 copy color: '#DD029B'

red 221 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #DD029B

Tints of Hollywood Cerise #DD029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 58.47%
G = 0.53%
B = 41.01%

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

#DD029B (or 0xDD029B) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 9B. RGB value is (221,2,155). Sum of RGB (Red+Green+Blue) = 221+2+155=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD029B is #22FD64. Grayscale: #545454. Windows color (decimal): -2293093 or 10158813. OLE color: 10158813.

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

Color convert

RGB 221 2 155 -
CMYK 0 0.99 0.30 0.13
HSL 318.08º 0.98% 0.44% -
HSV(B) 318.08º 0.99% 0.87% -
XYZ 35.76 17.78 32.56 -
YUV 84.92 167.55 225.06 -
System Red Green Blue C M Y K H S L
Decimal 221 2 155 0 0.99 0.30 0.13 318.08 0.98 0.44
Hex DD 2 9B 0 63 1E D 13E 62 2C
Octal 335 2 233 0 143 36 15 476 142 54
Binary 11011101 10 10011011 0 1100011 11110 1101 100111110 1100010 101100

Color Harmonies of #DD029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD029B

Black with #DD029B

Text Example


Text Example

White with #DD029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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