#DD109D

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

Shades of Hollywood Cerise #DD109D

Tints of Hollywood Cerise #DD109D

Color information

#DD109D (or 0xDD109D) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 10 and 9D. RGB value is (221,16,157). Sum of RGB (Red+Green+Blue) = 221+16+157=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD109D is #22EF62. Grayscale: #5D5D5D. Windows color (decimal): -2289507 or 10293469. OLE color: 10293469.

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

Color convert

RGB22116157-
CMYK00.930.290.13
HSL318.73º86.5%46.47%-
HSV(B)318.73º92.76%86.67%-
XYZ36.0918.1833.5-
YUV93.37163.92219.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.09%
GREEN value IS 16 (6.64% from 255) = 4.06%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=56.09%
G=4.06%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211615700.930.290.13318.7386.546.47
HexDD109D05D1DD13f562e
Octal335202350135351547712656
Binary110111011000010011101010111011110111011001111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD109D; }

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

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

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

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

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

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

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

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