#DD11B0

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

Shades of Hollywood Cerise #DD11B0

Tints of Hollywood Cerise #DD11B0

Color information

#DD11B0 (or 0xDD11B0) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 11 and B0. RGB value is (221,17,176). Sum of RGB (Red+Green+Blue) = 221+17+176=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD11B0 is #22EE4F. Grayscale: #5F5F5F. Windows color (decimal): -2289232 or 11538909. OLE color: 11538909.

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

Color convert

RGB22117176-
CMYK00.920.200.13
HSL313.24º85.71%46.67%-
HSV(B)313.24º92.31%86.67%-
XYZ37.8618.9142.73-
YUV96.12173.09217.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.38%
GREEN value IS 17 (7.03% from 255) = 4.11%
BLUE value IS 176 (69.14% from 255) = 42.51%
R=53.38%
G=4.11%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211717600.920.200.13313.2485.7146.67
HexDD11B005C14D139562f
Octal335212600134241547112657
Binary110111011000110110000010111001010011011001110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD11B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD11B0; }

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

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

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

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

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

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

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

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