#dd00a9

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

Shades of Hollywood Cerise #DD00A9

Tints of Hollywood Cerise #DD00A9

Color information

#DD00A9 (or 0xDD00A9) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 00 and A9. RGB value is (221,0,169). Sum of RGB (Red+Green+Blue) = 221+0+169=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00A9 is #22FF56. Grayscale: #545454. Windows color (decimal): -2293591 or 11075805. OLE color: 11075805.

HSL color Cylindrical-coordinate representation of color #DD00A9: hue angle of 314.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00A9 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB2210169-
CMYK010.240.13
HSL314.12º100%43.33%-
HSV(B)314.12º100%86.67%-
XYZ36.9818.2439.11-
YUV85.34175.22224.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 169 (66.41% from 255) = 43.33%
R=56.67%
G=0%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210169010.240.13314.1210043.33
HexDD0A906418D13a642b
Octal33502510144301547214453
Binary11011101010101001011001001100011011001110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd00a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd00a9; }

 p { color: rgb(221,0,169); }

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

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

 a { background-color: rgb(221,0,169); }

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

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

 span { border-color: rgb(221,0,169); }

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