Shades of Deep Cerise #D93493
Tints of Deep Cerise #D93493
RGB
CMYK
RGB Variations
Color information
#D93493 (or 0xD93493) is known color: Deep Cerise. HEX triplet: D9, 34 and 93. RGB value is (217,52,147). Sum of RGB (Red+Green+Blue) = 217+52+147=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D93493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93493 is #26CB6C. Grayscale: #6F6F6F. Windows color (decimal): -2542445 or 9647321. OLE color: 9647321.
HSL color Cylindrical-coordinate representation of color #D93493: hue angle of 325.45º 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 #D93493 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 147 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.15 |
| HSL | 325.45º | 0.68% | 0.53% | - |
| HSV(B) | 325.45º | 0.76% | 0.85% | - |
| XYZ | 35.11 | 19.31 | 29.48 | - |
| YUV | 112.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 147 | 0 | 0.76 | 0.32 | 0.15 | 325.45 | 0.68 | 0.53 |
| Hex | D9 | 34 | 93 | 0 | 4C | 20 | F | 145 | 44 | 35 |
| Octal | 331 | 64 | 223 | 0 | 114 | 40 | 17 | 505 | 104 | 65 |
| Binary | 11011001 | 110100 | 10010011 | 0 | 1001100 | 100000 | 1111 | 101000101 | 1000100 | 110101 |
Color Harmonies of #D93493
Complementary color
Monochromatic Colors of #D93493
Black with #D93493
Text Example
Text Example
White with #D93493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93493; }
p { color: rgb(217,52,147); }
H1.HeaderClassName
{
color: #D93493;
}
.AnyTagClassName
{
color: #D93493;
}
</style>
background-color css
<style>
a { background-color: #D93493; }
a { background-color: rgb(217,52,147); }
div.DivClassName
{
background-color: #D93493;
}
.BgClassName
{
background-color: #D93493;
}
</style>
border-color css
<style>
span { border-color: #D93493; }
span { border-color: rgb(217,52,147); }
td.TdClassName
{
border-color: #D93493;
}
.TagClassName
{
border-color: #D93493;
}
</style>