#DD0CA6

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

Shades of Hollywood Cerise #DD0CA6

Tints of Hollywood Cerise #DD0CA6

Color information

#DD0CA6 (or 0xDD0CA6) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 0C and A6. RGB value is (221,12,166). Sum of RGB (Red+Green+Blue) = 221+12+166=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0CA6 is #22F359. Grayscale: #5B5B5B. Windows color (decimal): -2290522 or 10882269. OLE color: 10882269.

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

Color convert

RGB22112166-
CMYK00.950.250.13
HSL315.79º89.7%45.69%-
HSV(B)315.79º94.57%86.67%-
XYZ36.8318.3937.68-
YUV92.05169.74219.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.39%
GREEN value IS 12 (5.08% from 255) = 3.01%
BLUE value IS 166 (65.23% from 255) = 41.60%
R=55.39%
G=3.01%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211216600.950.250.13315.7989.745.69
HexDDCA605F19D13c5a2e
Octal335142460137311547413256
Binary11011101110010100110010111111100111011001111001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0CA6; }

 p { color: rgb(221,12,166); }

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

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

 a { background-color: rgb(221,12,166); }

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

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

 span { border-color: rgb(221,12,166); }

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