#DD119B

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

Shades of Hollywood Cerise #DD119B

Tints of Hollywood Cerise #DD119B

Color information

#DD119B (or 0xDD119B) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 11 and 9B. RGB value is (221,17,155). Sum of RGB (Red+Green+Blue) = 221+17+155=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD119B is #22EE64. Grayscale: #5D5D5D. Windows color (decimal): -2289253 or 10162653. OLE color: 10162653.

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

Color convert

RGB22117155-
CMYK00.920.300.13
HSL319.41º85.71%46.67%-
HSV(B)319.41º92.31%86.67%-
XYZ35.9418.1432.62-
YUV93.73162.59218.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 17 (7.03% from 255) = 4.33%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=56.23%
G=4.33%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211715500.920.300.13319.4185.7146.67
HexDD119B05C1ED13f562f
Octal335212330134361547712657
Binary110111011000110011011010111001111011011001111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD119B; }

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

 H1.HeaderClassName
 {
   color: #DD119B;
 }
 .AnyTagClassName
 {
   color: #DD119B;
 }
</style>
background-color css

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

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

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

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

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

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