Html Css Color HEX #DD0899 Hollywood Cerise

📋 copy color: '#DD0899'

red 221 ◦ green 8 ◦ blue 153

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

Shades of Hollywood Cerise #DD0899

Tints of Hollywood Cerise #DD0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 57.85%
G = 2.09%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD0899 (or 0xDD0899) is known color: Hollywood Cerise. HEX triplet: DD, 08 and 99. RGB value is (221,8,153). Sum of RGB (Red+Green+Blue) = 221+8+153=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0899 is #22F766. Grayscale: #575757. Windows color (decimal): -2291559 or 10029277. OLE color: 10029277.

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

Color convert

RGB 221 8 153 -
CMYK 0 0.96 0.31 0.13
HSL 319.15º 0.93% 0.45% -
HSV(B) 319.15º 0.96% 0.87% -
XYZ 35.66 17.85 31.7 -
YUV 88.22 164.57 222.71 -
System Red Green Blue C M Y K H S L
Decimal 221 8 153 0 0.96 0.31 0.13 319.15 0.93 0.45
Hex DD 8 99 0 60 1F D 13F 5D 2D
Octal 335 10 231 0 140 37 15 477 135 55
Binary 11011101 1000 10011001 0 1100000 11111 1101 100111111 1011101 101101

Color Harmonies of #DD0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0899

Black with #DD0899

Text Example


Text Example

White with #DD0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0899; }

 p { color: rgb(221,8,153); }

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

background-color css

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

 a { background-color: rgb(221,8,153); }

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

border-color css

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

 span { border-color: rgb(221,8,153); }

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