Shades of Deep Cerise #D93A93
Tints of Deep Cerise #D93A93
RGB
CMYK
RGB Variations
Color information
#D93A93 (or 0xD93A93) is known color: Deep Cerise. HEX triplet: D9, 3A and 93. RGB value is (217,58,147). Sum of RGB (Red+Green+Blue) = 217+58+147=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93A93 is #26C56C. Grayscale: #737373. Windows color (decimal): -2540909 or 9648857. OLE color: 9648857.
HSL color Cylindrical-coordinate representation of color #D93A93: hue angle of 326.42º 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 #D93A93 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 147 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.15 |
| HSL | 326.42º | 0.68% | 0.54% | - |
| HSV(B) | 326.42º | 0.73% | 0.85% | - |
| XYZ | 35.39 | 19.88 | 29.58 | - |
| YUV | 115.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 147 | 0 | 0.73 | 0.32 | 0.15 | 326.42 | 0.68 | 0.54 |
| Hex | D9 | 3A | 93 | 0 | 49 | 20 | F | 146 | 44 | 36 |
| Octal | 331 | 72 | 223 | 0 | 111 | 40 | 17 | 506 | 104 | 66 |
| Binary | 11011001 | 111010 | 10010011 | 0 | 1001001 | 100000 | 1111 | 101000110 | 1000100 | 110110 |
Color Harmonies of #D93A93
Complementary color
Monochromatic Colors of #D93A93
Black with #D93A93
Text Example
Text Example
White with #D93A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A93; }
p { color: rgb(217,58,147); }
H1.HeaderClassName
{
color: #D93A93;
}
.AnyTagClassName
{
color: #D93A93;
}
</style>
background-color css
<style>
a { background-color: #D93A93; }
a { background-color: rgb(217,58,147); }
div.DivClassName
{
background-color: #D93A93;
}
.BgClassName
{
background-color: #D93A93;
}
</style>
border-color css
<style>
span { border-color: #D93A93; }
span { border-color: rgb(217,58,147); }
td.TdClassName
{
border-color: #D93A93;
}
.TagClassName
{
border-color: #D93A93;
}
</style>