#DD10AB

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

Shades of Hollywood Cerise #DD10AB

Tints of Hollywood Cerise #DD10AB

Color information

#DD10AB (or 0xDD10AB) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 10 and AB. RGB value is (221,16,171). Sum of RGB (Red+Green+Blue) = 221+16+171=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10AB is #22EF54. Grayscale: #5E5E5E. Windows color (decimal): -2289493 or 11210973. OLE color: 11210973.

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

Color convert

RGB22116171-
CMYK00.930.230.13
HSL314.63º86.5%46.47%-
HSV(B)314.63º92.76%86.67%-
XYZ37.3518.6840.17-
YUV94.96170.92217.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.17%
GREEN value IS 16 (6.64% from 255) = 3.92%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=54.17%
G=3.92%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211617100.930.230.13314.6386.546.47
HexDD10AB05D17D13b562e
Octal335202530135271547312656
Binary110111011000010101011010111011011111011001110111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD10AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD10AB; }

 p { color: rgb(221,16,171); }

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

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

 a { background-color: rgb(221,16,171); }

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

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

 span { border-color: rgb(221,16,171); }

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