Shades of Deep Cerise #D91F78
Tints of Deep Cerise #D91F78
RGB
CMYK
RGB Variations
Color information
#D91F78 (or 0xD91F78) is known color: Deep Cerise. HEX triplet: D9, 1F and 78. RGB value is (217,31,120). Sum of RGB (Red+Green+Blue) = 217+31+120=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91F78 is #26E087. Grayscale: #606060. Windows color (decimal): -2547848 or 7872473. OLE color: 7872473.
HSL color Cylindrical-coordinate representation of color #D91F78: hue angle of 331.29º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91F78 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 120 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.15 |
| HSL | 331.29º | 0.75% | 0.49% | - |
| HSV(B) | 331.29º | 0.86% | 0.85% | - |
| XYZ | 32.5 | 17.09 | 19.35 | - |
| YUV | 96.76 | 141.12 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 120 | 0 | 0.86 | 0.45 | 0.15 | 331.29 | 0.75 | 0.49 |
| Hex | D9 | 1F | 78 | 0 | 56 | 2D | F | 14B | 4B | 31 |
| Octal | 331 | 37 | 170 | 0 | 126 | 55 | 17 | 513 | 113 | 61 |
| Binary | 11011001 | 11111 | 1111000 | 0 | 1010110 | 101101 | 1111 | 101001011 | 1001011 | 110001 |
Color Harmonies of #D91F78
Complementary color
Monochromatic Colors of #D91F78
Black with #D91F78
Text Example
Text Example
White with #D91F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91F78; }
p { color: rgb(217,31,120); }
H1.HeaderClassName
{
color: #D91F78;
}
.AnyTagClassName
{
color: #D91F78;
}
</style>
background-color css
<style>
a { background-color: #D91F78; }
a { background-color: rgb(217,31,120); }
div.DivClassName
{
background-color: #D91F78;
}
.BgClassName
{
background-color: #D91F78;
}
</style>
border-color css
<style>
span { border-color: #D91F78; }
span { border-color: rgb(217,31,120); }
td.TdClassName
{
border-color: #D91F78;
}
.TagClassName
{
border-color: #D91F78;
}
</style>