Shades of Hollywood Cerise #DF169B
Tints of Hollywood Cerise #DF169B
RGB
CMYK
RGB Variations
Color information
#DF169B (or 0xDF169B) is known color: Hollywood Cerise. HEX triplet: DF, 16 and 9B. RGB value is (223,22,155). Sum of RGB (Red+Green+Blue) = 223+22+155=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF169B is #20E964. Grayscale: #606060. Windows color (decimal): -2156901 or 10163935. OLE color: 10163935.
HSL color Cylindrical-coordinate representation of color #DF169B: hue angle of 320.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF169B is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 155 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.13 |
| HSL | 320.3º | 0.82% | 0.48% | - |
| HSV(B) | 320.3º | 0.9% | 0.87% | - |
| XYZ | 36.63 | 18.63 | 32.68 | - |
| YUV | 97.26 | 160.59 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 155 | 0 | 0.90 | 0.30 | 0.13 | 320.3 | 0.82 | 0.48 |
| Hex | DF | 16 | 9B | 0 | 5A | 1E | D | 140 | 52 | 30 |
| Octal | 337 | 26 | 233 | 0 | 132 | 36 | 15 | 500 | 122 | 60 |
| Binary | 11011111 | 10110 | 10011011 | 0 | 1011010 | 11110 | 1101 | 101000000 | 1010010 | 110000 |
Color Harmonies of #DF169B
Complementary color
Monochromatic Colors of #DF169B
Black with #DF169B
Text Example
Text Example
White with #DF169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF169B; }
p { color: rgb(223,22,155); }
H1.HeaderClassName
{
color: #DF169B;
}
.AnyTagClassName
{
color: #DF169B;
}
</style>
background-color css
<style>
a { background-color: #DF169B; }
a { background-color: rgb(223,22,155); }
div.DivClassName
{
background-color: #DF169B;
}
.BgClassName
{
background-color: #DF169B;
}
</style>
border-color css
<style>
span { border-color: #DF169B; }
span { border-color: rgb(223,22,155); }
td.TdClassName
{
border-color: #DF169B;
}
.TagClassName
{
border-color: #DF169B;
}
</style>