Shades of Hollywood Cerise #DF0193
Tints of Hollywood Cerise #DF0193
RGB
CMYK
RGB Variations
Color information
#DF0193 (or 0xDF0193) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 93. RGB value is (223,1,147). Sum of RGB (Red+Green+Blue) = 223+1+147=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0193 is #20FE6C. Grayscale: #535353. Windows color (decimal): -2162285 or 9634271. OLE color: 9634271.
HSL color Cylindrical-coordinate representation of color #DF0193: hue angle of 320.54º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0193 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.13 |
| HSL | 320.54º | 0.99% | 0.44% | - |
| HSV(B) | 320.54º | 1% | 0.87% | - |
| XYZ | 35.71 | 17.82 | 29.16 | - |
| YUV | 84.02 | 163.55 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 147 | 0 | 1.00 | 0.34 | 0.13 | 320.54 | 0.99 | 0.44 |
| Hex | DF | 1 | 93 | 0 | 64 | 22 | D | 141 | 63 | 2C |
| Octal | 337 | 1 | 223 | 0 | 144 | 42 | 15 | 501 | 143 | 54 |
| Binary | 11011111 | 1 | 10010011 | 0 | 1100100 | 100010 | 1101 | 101000001 | 1100011 | 101100 |
Color Harmonies of #DF0193
Complementary color
Monochromatic Colors of #DF0193
Black with #DF0193
Text Example
Text Example
White with #DF0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0193; }
p { color: rgb(223,1,147); }
H1.HeaderClassName
{
color: #DF0193;
}
.AnyTagClassName
{
color: #DF0193;
}
</style>
background-color css
<style>
a { background-color: #DF0193; }
a { background-color: rgb(223,1,147); }
div.DivClassName
{
background-color: #DF0193;
}
.BgClassName
{
background-color: #DF0193;
}
</style>
border-color css
<style>
span { border-color: #DF0193; }
span { border-color: rgb(223,1,147); }
td.TdClassName
{
border-color: #DF0193;
}
.TagClassName
{
border-color: #DF0193;
}
</style>