#DD109E

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

Shades of Hollywood Cerise #DD109E

Tints of Hollywood Cerise #DD109E

Color information

#DD109E (or 0xDD109E) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 10 and 9E. RGB value is (221,16,158). Sum of RGB (Red+Green+Blue) = 221+16+158=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD109E is #22EF61. Grayscale: #5D5D5D. Windows color (decimal): -2289506 or 10359005. OLE color: 10359005.

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

Color convert

RGB22116158-
CMYK00.930.290.13
HSL318.44º86.5%46.47%-
HSV(B)318.44º92.76%86.67%-
XYZ36.1818.2133.96-
YUV93.48164.42218.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 16 (6.64% from 255) = 4.05%
BLUE value IS 158 (62.11% from 255) = 40%
R=55.95%
G=4.05%
B=40%

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
Decimal2211615800.930.290.13318.4486.546.47
HexDD109E05D1DD13e562e
Octal335202360135351547612656
Binary110111011000010011110010111011110111011001111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD109E; }

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

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

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

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

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

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

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

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