Shades of Deep Cerise #D93B76
Tints of Deep Cerise #D93B76
RGB
CMYK
RGB Variations
Color information
#D93B76 (or 0xD93B76) is known color: Deep Cerise. HEX triplet: D9, 3B and 76. RGB value is (217,59,118). Sum of RGB (Red+Green+Blue) = 217+59+118=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93B76 is #26C489. Grayscale: #707070. Windows color (decimal): -2540682 or 7748569. OLE color: 7748569.
HSL color Cylindrical-coordinate representation of color #D93B76: hue angle of 337.59º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93B76 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 118 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.15 |
| HSL | 337.59º | 0.68% | 0.54% | - |
| HSV(B) | 337.59º | 0.73% | 0.85% | - |
| XYZ | 33.45 | 19.19 | 19.08 | - |
| YUV | 112.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 118 | 0 | 0.73 | 0.46 | 0.15 | 337.59 | 0.68 | 0.54 |
| Hex | D9 | 3B | 76 | 0 | 49 | 2E | F | 152 | 44 | 36 |
| Octal | 331 | 73 | 166 | 0 | 111 | 56 | 17 | 522 | 104 | 66 |
| Binary | 11011001 | 111011 | 1110110 | 0 | 1001001 | 101110 | 1111 | 101010010 | 1000100 | 110110 |
Color Harmonies of #D93B76
Complementary color
Monochromatic Colors of #D93B76
Black with #D93B76
Text Example
Text Example
White with #D93B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B76; }
p { color: rgb(217,59,118); }
H1.HeaderClassName
{
color: #D93B76;
}
.AnyTagClassName
{
color: #D93B76;
}
</style>
background-color css
<style>
a { background-color: #D93B76; }
a { background-color: rgb(217,59,118); }
div.DivClassName
{
background-color: #D93B76;
}
.BgClassName
{
background-color: #D93B76;
}
</style>
border-color css
<style>
span { border-color: #D93B76; }
span { border-color: rgb(217,59,118); }
td.TdClassName
{
border-color: #D93B76;
}
.TagClassName
{
border-color: #D93B76;
}
</style>