Shades of Hollywood Cerise #DF0CA3
Tints of Hollywood Cerise #DF0CA3
RGB
CMYK
RGB Variations
Color information
#DF0CA3 (or 0xDF0CA3) is known color: Hollywood Cerise. HEX triplet: DF, 0C and A3. RGB value is (223,12,163). Sum of RGB (Red+Green+Blue) = 223+12+163=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0CA3 is #20F35C. Grayscale: #5B5B5B. Windows color (decimal): -2159453 or 10685663. OLE color: 10685663.
HSL color Cylindrical-coordinate representation of color #DF0CA3: hue angle of 317.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CA3 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 163 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.13 |
| HSL | 317.06º | 0.9% | 0.46% | - |
| HSV(B) | 317.06º | 0.95% | 0.87% | - |
| XYZ | 37.17 | 18.6 | 36.28 | - |
| YUV | 92.3 | 167.9 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 163 | 0 | 0.95 | 0.27 | 0.13 | 317.06 | 0.9 | 0.46 |
| Hex | DF | C | A3 | 0 | 5F | 1B | D | 13D | 5A | 2E |
| Octal | 337 | 14 | 243 | 0 | 137 | 33 | 15 | 475 | 132 | 56 |
| Binary | 11011111 | 1100 | 10100011 | 0 | 1011111 | 11011 | 1101 | 100111101 | 1011010 | 101110 |
Color Harmonies of #DF0CA3
Complementary color
Monochromatic Colors of #DF0CA3
Black with #DF0CA3
Text Example
Text Example
White with #DF0CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CA3; }
p { color: rgb(223,12,163); }
H1.HeaderClassName
{
color: #DF0CA3;
}
.AnyTagClassName
{
color: #DF0CA3;
}
</style>
background-color css
<style>
a { background-color: #DF0CA3; }
a { background-color: rgb(223,12,163); }
div.DivClassName
{
background-color: #DF0CA3;
}
.BgClassName
{
background-color: #DF0CA3;
}
</style>
border-color css
<style>
span { border-color: #DF0CA3; }
span { border-color: rgb(223,12,163); }
td.TdClassName
{
border-color: #DF0CA3;
}
.TagClassName
{
border-color: #DF0CA3;
}
</style>