#DD159F

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

Shades of Hollywood Cerise #DD159F

Tints of Hollywood Cerise #DD159F

Color information

#DD159F (or 0xDD159F) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 15 and 9F. RGB value is (221,21,159). Sum of RGB (Red+Green+Blue) = 221+21+159=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD159F is #22EA60. Grayscale: #606060. Windows color (decimal): -2288225 or 10425821. OLE color: 10425821.

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

Color convert

RGB22121159-
CMYK00.900.280.13
HSL318.6º82.64%47.45%-
HSV(B)318.6º90.5%86.67%-
XYZ36.3418.4134.44-
YUV96.53163.26216.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 21 (8.59% from 255) = 5.24%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=55.11%
G=5.24%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212115900.900.280.13318.682.6447.45
HexDD159F05A1CD13f532f
Octal335252370132341547712357
Binary110111011010110011111010110101110011011001111111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD159F; }

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

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

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

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

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

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

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

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