Shades of Deep Cerise #D93876
Tints of Deep Cerise #D93876
RGB
CMYK
RGB Variations
Color information
#D93876 (or 0xD93876) is known color: Deep Cerise. HEX triplet: D9, 38 and 76. RGB value is (217,56,118). Sum of RGB (Red+Green+Blue) = 217+56+118=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D93876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93876 is #26C789. Grayscale: #6F6F6F. Windows color (decimal): -2541450 or 7747801. OLE color: 7747801.
HSL color Cylindrical-coordinate representation of color #D93876: hue angle of 336.89º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93876 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 118 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.15 |
| HSL | 336.89º | 0.68% | 0.54% | - |
| HSV(B) | 336.89º | 0.74% | 0.85% | - |
| XYZ | 33.3 | 18.89 | 19.03 | - |
| YUV | 111.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 118 | 0 | 0.74 | 0.46 | 0.15 | 336.89 | 0.68 | 0.54 |
| Hex | D9 | 38 | 76 | 0 | 4A | 2E | F | 151 | 44 | 36 |
| Octal | 331 | 70 | 166 | 0 | 112 | 56 | 17 | 521 | 104 | 66 |
| Binary | 11011001 | 111000 | 1110110 | 0 | 1001010 | 101110 | 1111 | 101010001 | 1000100 | 110110 |
Color Harmonies of #D93876
Complementary color
Monochromatic Colors of #D93876
Black with #D93876
Text Example
Text Example
White with #D93876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93876; }
p { color: rgb(217,56,118); }
H1.HeaderClassName
{
color: #D93876;
}
.AnyTagClassName
{
color: #D93876;
}
</style>
background-color css
<style>
a { background-color: #D93876; }
a { background-color: rgb(217,56,118); }
div.DivClassName
{
background-color: #D93876;
}
.BgClassName
{
background-color: #D93876;
}
</style>
border-color css
<style>
span { border-color: #D93876; }
span { border-color: rgb(217,56,118); }
td.TdClassName
{
border-color: #D93876;
}
.TagClassName
{
border-color: #D93876;
}
</style>