Shades of Hollywood Cerise #DD01A6
Tints of Hollywood Cerise #DD01A6
RGB
CMYK
RGB Variations
Color information
#DD01A6 (or 0xDD01A6) is known color: Hollywood Cerise. HEX triplet: DD, 01 and A6. RGB value is (221,1,166). Sum of RGB (Red+Green+Blue) = 221+1+166=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD01A6 is #22FE59. Grayscale: #555555. Windows color (decimal): -2293338 or 10879453. OLE color: 10879453.
HSL color Cylindrical-coordinate representation of color #DD01A6: hue angle of 315º 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 #DD01A6 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 166 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.13 |
| HSL | 315º | 0.99% | 0.44% | - |
| HSV(B) | 315º | 1% | 0.87% | - |
| XYZ | 36.71 | 18.15 | 37.64 | - |
| YUV | 85.59 | 173.39 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 166 | 0 | 1.00 | 0.25 | 0.13 | 315 | 0.99 | 0.44 |
| Hex | DD | 1 | A6 | 0 | 64 | 19 | D | 13B | 63 | 2C |
| Octal | 335 | 1 | 246 | 0 | 144 | 31 | 15 | 473 | 143 | 54 |
| Binary | 11011101 | 1 | 10100110 | 0 | 1100100 | 11001 | 1101 | 100111011 | 1100011 | 101100 |
Color Harmonies of #DD01A6
Complementary color
Monochromatic Colors of #DD01A6
Black with #DD01A6
Text Example
Text Example
White with #DD01A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01A6; }
p { color: rgb(221,1,166); }
H1.HeaderClassName
{
color: #DD01A6;
}
.AnyTagClassName
{
color: #DD01A6;
}
</style>
background-color css
<style>
a { background-color: #DD01A6; }
a { background-color: rgb(221,1,166); }
div.DivClassName
{
background-color: #DD01A6;
}
.BgClassName
{
background-color: #DD01A6;
}
</style>
border-color css
<style>
span { border-color: #DD01A6; }
span { border-color: rgb(221,1,166); }
td.TdClassName
{
border-color: #DD01A6;
}
.TagClassName
{
border-color: #DD01A6;
}
</style>