#DD119E

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

Shades of Hollywood Cerise #DD119E

Tints of Hollywood Cerise #DD119E

Color information

#DD119E (or 0xDD119E) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 11 and 9E. RGB value is (221,17,158). Sum of RGB (Red+Green+Blue) = 221+17+158=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD119E is #22EE61. Grayscale: #5D5D5D. Windows color (decimal): -2289250 or 10359261. OLE color: 10359261.

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

Color convert

RGB22117158-
CMYK00.920.290.13
HSL318.53º85.71%46.67%-
HSV(B)318.53º92.31%86.67%-
XYZ36.1918.2433.96-
YUV94.07164.09218.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.81%
GREEN value IS 17 (7.03% from 255) = 4.29%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=55.81%
G=4.29%
B=39.90%

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
Decimal2211715800.920.290.13318.5385.7146.67
HexDD119E05C1DD13f562f
Octal335212360134351547712657
Binary110111011000110011110010111001110111011001111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD119E; }

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

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

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

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

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

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

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

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