Shades of Hollywood Cerise #DF01AD
Tints of Hollywood Cerise #DF01AD
RGB
CMYK
RGB Variations
Color information
#DF01AD (or 0xDF01AD) is known color: Hollywood Cerise. HEX triplet: DF, 01 and AD. RGB value is (223,1,173). Sum of RGB (Red+Green+Blue) = 223+1+173=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF01AD is #20FE52. Grayscale: #565656. Windows color (decimal): -2162259 or 11338207. OLE color: 11338207.
HSL color Cylindrical-coordinate representation of color #DF01AD: hue angle of 313.51º 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 #DF01AD is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.13 |
| HSL | 313.51º | 0.99% | 0.44% | - |
| HSV(B) | 313.51º | 1% | 0.87% | - |
| XYZ | 37.99 | 18.73 | 41.15 | - |
| YUV | 86.99 | 176.55 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 173 | 0 | 1.00 | 0.22 | 0.13 | 313.51 | 0.99 | 0.44 |
| Hex | DF | 1 | AD | 0 | 64 | 16 | D | 13A | 63 | 2C |
| Octal | 337 | 1 | 255 | 0 | 144 | 26 | 15 | 472 | 143 | 54 |
| Binary | 11011111 | 1 | 10101101 | 0 | 1100100 | 10110 | 1101 | 100111010 | 1100011 | 101100 |
Color Harmonies of #DF01AD
Complementary color
Monochromatic Colors of #DF01AD
Black with #DF01AD
Text Example
Text Example
White with #DF01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01AD; }
p { color: rgb(223,1,173); }
H1.HeaderClassName
{
color: #DF01AD;
}
.AnyTagClassName
{
color: #DF01AD;
}
</style>
background-color css
<style>
a { background-color: #DF01AD; }
a { background-color: rgb(223,1,173); }
div.DivClassName
{
background-color: #DF01AD;
}
.BgClassName
{
background-color: #DF01AD;
}
</style>
border-color css
<style>
span { border-color: #DF01AD; }
span { border-color: rgb(223,1,173); }
td.TdClassName
{
border-color: #DF01AD;
}
.TagClassName
{
border-color: #DF01AD;
}
</style>