Shades of Hollywood Cerise #DF149D
Tints of Hollywood Cerise #DF149D
RGB
CMYK
RGB Variations
Color information
#DF149D (or 0xDF149D) is known color: Hollywood Cerise. HEX triplet: DF, 14 and 9D. RGB value is (223,20,157). Sum of RGB (Red+Green+Blue) = 223+20+157=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF149D is #20EB62. Grayscale: #5F5F5F. Windows color (decimal): -2157411 or 10294495. OLE color: 10294495.
HSL color Cylindrical-coordinate representation of color #DF149D: hue angle of 319.51º 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 #DF149D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 157 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.13 |
| HSL | 319.51º | 0.84% | 0.48% | - |
| HSV(B) | 319.51º | 0.91% | 0.87% | - |
| XYZ | 36.77 | 18.62 | 33.55 | - |
| YUV | 96.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 157 | 0 | 0.91 | 0.30 | 0.13 | 319.51 | 0.84 | 0.48 |
| Hex | DF | 14 | 9D | 0 | 5B | 1E | D | 140 | 54 | 30 |
| Octal | 337 | 24 | 235 | 0 | 133 | 36 | 15 | 500 | 124 | 60 |
| Binary | 11011111 | 10100 | 10011101 | 0 | 1011011 | 11110 | 1101 | 101000000 | 1010100 | 110000 |
Color Harmonies of #DF149D
Complementary color
Monochromatic Colors of #DF149D
Black with #DF149D
Text Example
Text Example
White with #DF149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF149D; }
p { color: rgb(223,20,157); }
H1.HeaderClassName
{
color: #DF149D;
}
.AnyTagClassName
{
color: #DF149D;
}
</style>
background-color css
<style>
a { background-color: #DF149D; }
a { background-color: rgb(223,20,157); }
div.DivClassName
{
background-color: #DF149D;
}
.BgClassName
{
background-color: #DF149D;
}
</style>
border-color css
<style>
span { border-color: #DF149D; }
span { border-color: rgb(223,20,157); }
td.TdClassName
{
border-color: #DF149D;
}
.TagClassName
{
border-color: #DF149D;
}
</style>