Shades of Hollywood Cerise #DF14AD
Tints of Hollywood Cerise #DF14AD
RGB
CMYK
RGB Variations
Color information
#DF14AD (or 0xDF14AD) is known color: Hollywood Cerise. HEX triplet: DF, 14 and AD. RGB value is (223,20,173). Sum of RGB (Red+Green+Blue) = 223+20+173=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF14AD is #20EB52. Grayscale: #616161. Windows color (decimal): -2157395 or 11343071. OLE color: 11343071.
HSL color Cylindrical-coordinate representation of color #DF14AD: hue angle of 314.78º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF14AD is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 173 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.13 |
| HSL | 314.78º | 0.84% | 0.48% | - |
| HSV(B) | 314.78º | 0.91% | 0.87% | - |
| XYZ | 38.22 | 19.21 | 41.23 | - |
| YUV | 98.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 173 | 0 | 0.91 | 0.22 | 0.13 | 314.78 | 0.84 | 0.48 |
| Hex | DF | 14 | AD | 0 | 5B | 16 | D | 13B | 54 | 30 |
| Octal | 337 | 24 | 255 | 0 | 133 | 26 | 15 | 473 | 124 | 60 |
| Binary | 11011111 | 10100 | 10101101 | 0 | 1011011 | 10110 | 1101 | 100111011 | 1010100 | 110000 |
Color Harmonies of #DF14AD
Complementary color
Monochromatic Colors of #DF14AD
Black with #DF14AD
Text Example
Text Example
White with #DF14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14AD; }
p { color: rgb(223,20,173); }
H1.HeaderClassName
{
color: #DF14AD;
}
.AnyTagClassName
{
color: #DF14AD;
}
</style>
background-color css
<style>
a { background-color: #DF14AD; }
a { background-color: rgb(223,20,173); }
div.DivClassName
{
background-color: #DF14AD;
}
.BgClassName
{
background-color: #DF14AD;
}
</style>
border-color css
<style>
span { border-color: #DF14AD; }
span { border-color: rgb(223,20,173); }
td.TdClassName
{
border-color: #DF14AD;
}
.TagClassName
{
border-color: #DF14AD;
}
</style>