#DD11A4

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

Shades of Hollywood Cerise #DD11A4

Tints of Hollywood Cerise #DD11A4

Color information

#DD11A4 (or 0xDD11A4) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 11 and A4. RGB value is (221,17,164). Sum of RGB (Red+Green+Blue) = 221+17+164=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD11A4 is #22EE5B. Grayscale: #5E5E5E. Windows color (decimal): -2289244 or 10752477. OLE color: 10752477.

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

Color convert

RGB22117164-
CMYK00.920.260.13
HSL316.76º85.71%46.67%-
HSV(B)316.76º92.31%86.67%-
XYZ36.7218.4536.75-
YUV94.75167.09218.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.98%
GREEN value IS 17 (7.03% from 255) = 4.23%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=54.98%
G=4.23%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211716400.920.260.13316.7685.7146.67
HexDD11A405C1AD13d562f
Octal335212440134321547512657
Binary110111011000110100100010111001101011011001111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD11A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD11A4; }

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

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

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

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

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

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

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

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