Shades of Hollywood Cerise #DF01A8
Tints of Hollywood Cerise #DF01A8
RGB
CMYK
RGB Variations
Color information
#DF01A8 (or 0xDF01A8) is known color: Hollywood Cerise. HEX triplet: DF, 01 and A8. RGB value is (223,1,168). Sum of RGB (Red+Green+Blue) = 223+1+168=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF01A8 is #20FE57. Grayscale: #555555. Windows color (decimal): -2162264 or 11010527. OLE color: 11010527.
HSL color Cylindrical-coordinate representation of color #DF01A8: hue angle of 314.86º 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 #DF01A8 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 168 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.13 |
| HSL | 314.86º | 0.99% | 0.44% | - |
| HSV(B) | 314.86º | 1% | 0.87% | - |
| XYZ | 37.51 | 18.54 | 38.65 | - |
| YUV | 86.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 168 | 0 | 1.00 | 0.25 | 0.13 | 314.86 | 0.99 | 0.44 |
| Hex | DF | 1 | A8 | 0 | 64 | 19 | D | 13B | 63 | 2C |
| Octal | 337 | 1 | 250 | 0 | 144 | 31 | 15 | 473 | 143 | 54 |
| Binary | 11011111 | 1 | 10101000 | 0 | 1100100 | 11001 | 1101 | 100111011 | 1100011 | 101100 |
Color Harmonies of #DF01A8
Complementary color
Monochromatic Colors of #DF01A8
Black with #DF01A8
Text Example
Text Example
White with #DF01A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01A8; }
p { color: rgb(223,1,168); }
H1.HeaderClassName
{
color: #DF01A8;
}
.AnyTagClassName
{
color: #DF01A8;
}
</style>
background-color css
<style>
a { background-color: #DF01A8; }
a { background-color: rgb(223,1,168); }
div.DivClassName
{
background-color: #DF01A8;
}
.BgClassName
{
background-color: #DF01A8;
}
</style>
border-color css
<style>
span { border-color: #DF01A8; }
span { border-color: rgb(223,1,168); }
td.TdClassName
{
border-color: #DF01A8;
}
.TagClassName
{
border-color: #DF01A8;
}
</style>