Shades of Hollywood Cerise #DD01A3
Tints of Hollywood Cerise #DD01A3
RGB
CMYK
RGB Variations
Color information
#DD01A3 (or 0xDD01A3) is known color: Hollywood Cerise. HEX triplet: DD, 01 and A3. RGB value is (221,1,163). Sum of RGB (Red+Green+Blue) = 221+1+163=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD01A3 is #22FE5C. Grayscale: #545454. Windows color (decimal): -2293341 or 10682845. OLE color: 10682845.
HSL color Cylindrical-coordinate representation of color #DD01A3: hue angle of 315.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01A3 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 163 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.13 |
| HSL | 315.82º | 0.99% | 0.44% | - |
| HSV(B) | 315.82º | 1% | 0.87% | - |
| XYZ | 36.44 | 18.04 | 36.21 | - |
| YUV | 85.25 | 171.89 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 163 | 0 | 1.00 | 0.26 | 0.13 | 315.82 | 0.99 | 0.44 |
| Hex | DD | 1 | A3 | 0 | 64 | 1A | D | 13C | 63 | 2C |
| Octal | 335 | 1 | 243 | 0 | 144 | 32 | 15 | 474 | 143 | 54 |
| Binary | 11011101 | 1 | 10100011 | 0 | 1100100 | 11010 | 1101 | 100111100 | 1100011 | 101100 |
Color Harmonies of #DD01A3
Complementary color
Monochromatic Colors of #DD01A3
Black with #DD01A3
Text Example
Text Example
White with #DD01A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01A3; }
p { color: rgb(221,1,163); }
H1.HeaderClassName
{
color: #DD01A3;
}
.AnyTagClassName
{
color: #DD01A3;
}
</style>
background-color css
<style>
a { background-color: #DD01A3; }
a { background-color: rgb(221,1,163); }
div.DivClassName
{
background-color: #DD01A3;
}
.BgClassName
{
background-color: #DD01A3;
}
</style>
border-color css
<style>
span { border-color: #DD01A3; }
span { border-color: rgb(221,1,163); }
td.TdClassName
{
border-color: #DD01A3;
}
.TagClassName
{
border-color: #DD01A3;
}
</style>