#DD119D

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

Shades of Hollywood Cerise #DD119D

Tints of Hollywood Cerise #DD119D

Color information

#DD119D (or 0xDD119D) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 11 and 9D. RGB value is (221,17,157). Sum of RGB (Red+Green+Blue) = 221+17+157=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD119D is #22EE62. Grayscale: #5D5D5D. Windows color (decimal): -2289251 or 10293725. OLE color: 10293725.

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

Color convert

RGB22117157-
CMYK00.920.290.13
HSL318.82º85.71%46.67%-
HSV(B)318.82º92.31%86.67%-
XYZ36.1118.2133.51-
YUV93.96163.59218.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 17 (7.03% from 255) = 4.30%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=55.95%
G=4.30%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211715700.920.290.13318.8285.7146.67
HexDD119D05C1DD13f562f
Octal335212350134351547712657
Binary110111011000110011101010111001110111011001111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD119D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD119D; }

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

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

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

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

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

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

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

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