Shades of Deep Cerise #D32F78
Tints of Deep Cerise #D32F78
RGB
CMYK
RGB Variations
Color information
#D32F78 (or 0xD32F78) is known color: Deep Cerise. HEX triplet: D3, 2F and 78. RGB value is (211,47,120). Sum of RGB (Red+Green+Blue) = 211+47+120=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32F78 is #2CD087. Grayscale: #686868. Windows color (decimal): -2936968 or 7876563. OLE color: 7876563.
HSL color Cylindrical-coordinate representation of color #D32F78: hue angle of 333.29º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32F78 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 120 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.17 |
| HSL | 333.29º | 0.65% | 0.51% | - |
| HSV(B) | 333.29º | 0.78% | 0.83% | - |
| XYZ | 31.27 | 17.24 | 19.45 | - |
| YUV | 104.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 120 | 0 | 0.78 | 0.43 | 0.17 | 333.29 | 0.65 | 0.51 |
| Hex | D3 | 2F | 78 | 0 | 4E | 2B | 11 | 14D | 41 | 33 |
| Octal | 323 | 57 | 170 | 0 | 116 | 53 | 21 | 515 | 101 | 63 |
| Binary | 11010011 | 101111 | 1111000 | 0 | 1001110 | 101011 | 10001 | 101001101 | 1000001 | 110011 |
Color Harmonies of #D32F78
Complementary color
Monochromatic Colors of #D32F78
Black with #D32F78
Text Example
Text Example
White with #D32F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F78; }
p { color: rgb(211,47,120); }
H1.HeaderClassName
{
color: #D32F78;
}
.AnyTagClassName
{
color: #D32F78;
}
</style>
background-color css
<style>
a { background-color: #D32F78; }
a { background-color: rgb(211,47,120); }
div.DivClassName
{
background-color: #D32F78;
}
.BgClassName
{
background-color: #D32F78;
}
</style>
border-color css
<style>
span { border-color: #D32F78; }
span { border-color: rgb(211,47,120); }
td.TdClassName
{
border-color: #D32F78;
}
.TagClassName
{
border-color: #D32F78;
}
</style>