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