Shades of Hollywood Cerise #DD01A5
Tints of Hollywood Cerise #DD01A5
RGB
CMYK
RGB Variations
Color information
#DD01A5 (or 0xDD01A5) is known color: Hollywood Cerise. HEX triplet: DD, 01 and A5. RGB value is (221,1,165). Sum of RGB (Red+Green+Blue) = 221+1+165=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD01A5 is #22FE5A. Grayscale: #555555. Windows color (decimal): -2293339 or 10813917. OLE color: 10813917.
HSL color Cylindrical-coordinate representation of color #DD01A5: hue angle of 315.27º 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 #DD01A5 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 165 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.13 |
| HSL | 315.27º | 0.99% | 0.44% | - |
| HSV(B) | 315.27º | 1% | 0.87% | - |
| XYZ | 36.62 | 18.11 | 37.16 | - |
| YUV | 85.48 | 172.89 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 165 | 0 | 1.00 | 0.25 | 0.13 | 315.27 | 0.99 | 0.44 |
| Hex | DD | 1 | A5 | 0 | 64 | 19 | D | 13B | 63 | 2C |
| Octal | 335 | 1 | 245 | 0 | 144 | 31 | 15 | 473 | 143 | 54 |
| Binary | 11011101 | 1 | 10100101 | 0 | 1100100 | 11001 | 1101 | 100111011 | 1100011 | 101100 |
Color Harmonies of #DD01A5
Complementary color
Monochromatic Colors of #DD01A5
Black with #DD01A5
Text Example
Text Example
White with #DD01A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01A5; }
p { color: rgb(221,1,165); }
H1.HeaderClassName
{
color: #DD01A5;
}
.AnyTagClassName
{
color: #DD01A5;
}
</style>
background-color css
<style>
a { background-color: #DD01A5; }
a { background-color: rgb(221,1,165); }
div.DivClassName
{
background-color: #DD01A5;
}
.BgClassName
{
background-color: #DD01A5;
}
</style>
border-color css
<style>
span { border-color: #DD01A5; }
span { border-color: rgb(221,1,165); }
td.TdClassName
{
border-color: #DD01A5;
}
.TagClassName
{
border-color: #DD01A5;
}
</style>