Shades of Hollywood Cerise #DD00A3
Tints of Hollywood Cerise #DD00A3
RGB
CMYK
RGB Variations
Color information
#DD00A3 (or 0xDD00A3) is known color: Hollywood Cerise. HEX triplet: DD, 00 and A3. RGB value is (221,0,163). Sum of RGB (Red+Green+Blue) = 221+0+163=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00A3 is #22FF5C. Grayscale: #545454. Windows color (decimal): -2293597 or 10682589. OLE color: 10682589.
HSL color Cylindrical-coordinate representation of color #DD00A3: hue angle of 315.75º 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 #DD00A3 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.26 | 0.13 |
| HSL | 315.75º | 1% | 0.43% | - |
| HSV(B) | 315.75º | 1% | 0.87% | - |
| XYZ | 36.43 | 18.02 | 36.21 | - |
| YUV | 84.66 | 172.22 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 163 | 0 | 1 | 0.26 | 0.13 | 315.75 | 1 | 0.43 |
| Hex | DD | 0 | A3 | 0 | 64 | 1A | D | 13C | 64 | 2B |
| Octal | 335 | 0 | 243 | 0 | 144 | 32 | 15 | 474 | 144 | 53 |
| Binary | 11011101 | 0 | 10100011 | 0 | 1100100 | 11010 | 1101 | 100111100 | 1100100 | 101011 |
Color Harmonies of #DD00A3
Complementary color
Monochromatic Colors of #DD00A3
Black with #DD00A3
Text Example
Text Example
White with #DD00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00A3; }
p { color: rgb(221,0,163); }
H1.HeaderClassName
{
color: #DD00A3;
}
.AnyTagClassName
{
color: #DD00A3;
}
</style>
background-color css
<style>
a { background-color: #DD00A3; }
a { background-color: rgb(221,0,163); }
div.DivClassName
{
background-color: #DD00A3;
}
.BgClassName
{
background-color: #DD00A3;
}
</style>
border-color css
<style>
span { border-color: #DD00A3; }
span { border-color: rgb(221,0,163); }
td.TdClassName
{
border-color: #DD00A3;
}
.TagClassName
{
border-color: #DD00A3;
}
</style>