#DD1199

Color #DD1199 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DD1199

Tints of Hollywood Cerise #DD1199

Color information

#DD1199 (or 0xDD1199) is unknown color: approx 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

RGB22117153-
CMYK00.920.310.13
HSL320º85.71%46.67%-
HSV(B)320º92.31%86.67%-
XYZ35.7718.0731.74-
YUV93.5161.59218.94-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211715300.920.310.1332085.7146.67
HexDD119905C1FD140562f
Octal335212310134371550012657
Binary110111011000110011001010111001111111011010000001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>