Shades of Hollywood Cerise #DF1A9F
Tints of Hollywood Cerise #DF1A9F
RGB
CMYK
RGB Variations
Color information
#DF1A9F (or 0xDF1A9F) is known color: Hollywood Cerise. HEX triplet: DF, 1A and 9F. RGB value is (223,26,159). Sum of RGB (Red+Green+Blue) = 223+26+159=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1A9F is #20E560. Grayscale: #636363. Windows color (decimal): -2155873 or 10427103. OLE color: 10427103.
HSL color Cylindrical-coordinate representation of color #DF1A9F: hue angle of 319.49º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A9F is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 159 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.13 |
| HSL | 319.49º | 0.79% | 0.49% | - |
| HSV(B) | 319.49º | 0.88% | 0.87% | - |
| XYZ | 37.06 | 18.93 | 34.5 | - |
| YUV | 100.07 | 161.27 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 159 | 0 | 0.88 | 0.29 | 0.13 | 319.49 | 0.79 | 0.49 |
| Hex | DF | 1A | 9F | 0 | 58 | 1D | D | 13F | 4F | 31 |
| Octal | 337 | 32 | 237 | 0 | 130 | 35 | 15 | 477 | 117 | 61 |
| Binary | 11011111 | 11010 | 10011111 | 0 | 1011000 | 11101 | 1101 | 100111111 | 1001111 | 110001 |
Color Harmonies of #DF1A9F
Complementary color
Monochromatic Colors of #DF1A9F
Black with #DF1A9F
Text Example
Text Example
White with #DF1A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1A9F; }
p { color: rgb(223,26,159); }
H1.HeaderClassName
{
color: #DF1A9F;
}
.AnyTagClassName
{
color: #DF1A9F;
}
</style>
background-color css
<style>
a { background-color: #DF1A9F; }
a { background-color: rgb(223,26,159); }
div.DivClassName
{
background-color: #DF1A9F;
}
.BgClassName
{
background-color: #DF1A9F;
}
</style>
border-color css
<style>
span { border-color: #DF1A9F; }
span { border-color: rgb(223,26,159); }
td.TdClassName
{
border-color: #DF1A9F;
}
.TagClassName
{
border-color: #DF1A9F;
}
</style>