#DD15A5

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

Shades of Hollywood Cerise #DD15A5

Tints of Hollywood Cerise #DD15A5

Color information

#DD15A5 (or 0xDD15A5) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 15 and A5. RGB value is (221,21,165). Sum of RGB (Red+Green+Blue) = 221+21+165=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD15A5 is #22EA5A. Grayscale: #606060. Windows color (decimal): -2288219 or 10819037. OLE color: 10819037.

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

Color convert

RGB22121165-
CMYK00.900.250.13
HSL316.8º82.64%47.45%-
HSV(B)316.8º90.5%86.67%-
XYZ36.8818.6337.25-
YUV97.22166.26216.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 21 (8.59% from 255) = 5.16%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=54.30%
G=5.16%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212116500.900.250.13316.882.6447.45
HexDD15A505A19D13d532f
Octal335252450132311547512357
Binary110111011010110100101010110101100111011001111011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD15A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD15A5; }

 p { color: rgb(221,21,165); }

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

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

 a { background-color: rgb(221,21,165); }

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

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

 span { border-color: rgb(221,21,165); }

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