Shades of Deep Cerise #D93491
Tints of Deep Cerise #D93491
RGB
CMYK
RGB Variations
Color information
#D93491 (or 0xD93491) is known color: Deep Cerise. HEX triplet: D9, 34 and 91. RGB value is (217,52,145). Sum of RGB (Red+Green+Blue) = 217+52+145=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D93491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93491 is #26CB6E. Grayscale: #6F6F6F. Windows color (decimal): -2542447 or 9516249. OLE color: 9516249.
HSL color Cylindrical-coordinate representation of color #D93491: hue angle of 326.18º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93491 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 145 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.15 |
| HSL | 326.18º | 0.68% | 0.53% | - |
| HSV(B) | 326.18º | 0.76% | 0.85% | - |
| XYZ | 34.95 | 19.25 | 28.66 | - |
| YUV | 111.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 145 | 0 | 0.76 | 0.33 | 0.15 | 326.18 | 0.68 | 0.53 |
| Hex | D9 | 34 | 91 | 0 | 4C | 21 | F | 146 | 44 | 35 |
| Octal | 331 | 64 | 221 | 0 | 114 | 41 | 17 | 506 | 104 | 65 |
| Binary | 11011001 | 110100 | 10010001 | 0 | 1001100 | 100001 | 1111 | 101000110 | 1000100 | 110101 |
Color Harmonies of #D93491
Complementary color
Monochromatic Colors of #D93491
Black with #D93491
Text Example
Text Example
White with #D93491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93491; }
p { color: rgb(217,52,145); }
H1.HeaderClassName
{
color: #D93491;
}
.AnyTagClassName
{
color: #D93491;
}
</style>
background-color css
<style>
a { background-color: #D93491; }
a { background-color: rgb(217,52,145); }
div.DivClassName
{
background-color: #D93491;
}
.BgClassName
{
background-color: #D93491;
}
</style>
border-color css
<style>
span { border-color: #D93491; }
span { border-color: rgb(217,52,145); }
td.TdClassName
{
border-color: #D93491;
}
.TagClassName
{
border-color: #D93491;
}
</style>