Html Css Color HEX #DD1199 Hollywood Cerise

📋 copy color: '#DD1199'

red 221 ◦ green 17 ◦ blue 153

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

Shades of Hollywood Cerise #DD1199

Tints of Hollywood Cerise #DD1199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

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

R = 56.52%
G = 4.35%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD1199 (or 0xDD1199) is known color: Hollywood Cerise. HEX triplet: DD, 11 and 99. RGB value is (221,17,153). Sum of RGB (Red+Green+Blue) = 221+17+153=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1199 is #22EE66. Grayscale: #5D5D5D. Windows color (decimal): -2289255 or 10031581. OLE color: 10031581.

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

Color convert

RGB 221 17 153 -
CMYK 0 0.92 0.31 0.13
HSL 320º 0.86% 0.47% -
HSV(B) 320º 0.92% 0.87% -
XYZ 35.77 18.07 31.74 -
YUV 93.5 161.59 218.94 -
System Red Green Blue C M Y K H S L
Decimal 221 17 153 0 0.92 0.31 0.13 320 0.86 0.47
Hex DD 11 99 0 5C 1F D 140 56 2F
Octal 335 21 231 0 134 37 15 500 126 57
Binary 11011101 10001 10011001 0 1011100 11111 1101 101000000 1010110 101111

Color Harmonies of #DD1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1199

Black with #DD1199

Text Example


Text Example

White with #DD1199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1199; }

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

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

background-color css

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

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

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

border-color css

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

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

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