#dd00aa

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

Shades of Hollywood Cerise #DD00AA

Tints of Hollywood Cerise #DD00AA

Color information

#DD00AA (or 0xDD00AA) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 00 and AA. RGB value is (221,0,170). Sum of RGB (Red+Green+Blue) = 221+0+170=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00AA is #22FF55. Grayscale: #555555. Windows color (decimal): -2293590 or 11141341. OLE color: 11141341.

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

Color convert

RGB2210170-
CMYK010.230.13
HSL313.85º100%43.33%-
HSV(B)313.85º100%86.67%-
XYZ37.0718.2739.6-
YUV85.46175.72224.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=56.52%
G=0%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210170010.230.13313.8510043.33
HexDD0AA06417D13a642b
Octal33502520144271547214453
Binary11011101010101010011001001011111011001110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd00aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd00aa; }

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

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

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

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

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

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

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

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