#DD11AC

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

Shades of Hollywood Cerise #DD11AC

Tints of Hollywood Cerise #DD11AC

Color information

#DD11AC (or 0xDD11AC) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 11 and AC. RGB value is (221,17,172). Sum of RGB (Red+Green+Blue) = 221+17+172=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD11AC is #22EE53. Grayscale: #5F5F5F. Windows color (decimal): -2289236 or 11276765. OLE color: 11276765.

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

Color convert

RGB22117172-
CMYK00.920.220.13
HSL314.41º85.71%46.67%-
HSV(B)314.41º92.31%86.67%-
XYZ37.4718.7540.67-
YUV95.67171.09217.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 17 (7.03% from 255) = 4.15%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=53.90%
G=4.15%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211717200.920.220.13314.4185.7146.67
HexDD11AC05C16D13a562f
Octal335212540134261547212657
Binary110111011000110101100010111001011011011001110101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD11AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD11AC; }

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

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

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

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

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

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

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

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