Shades of Deep Cerise #D93C83
Tints of Deep Cerise #D93C83
RGB
CMYK
RGB Variations
Color information
#D93C83 (or 0xD93C83) is known color: Deep Cerise. HEX triplet: D9, 3C and 83. RGB value is (217,60,131). Sum of RGB (Red+Green+Blue) = 217+60+131=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C83 is #26C37C. Grayscale: #727272. Windows color (decimal): -2540413 or 8600793. OLE color: 8600793.
HSL color Cylindrical-coordinate representation of color #D93C83: hue angle of 332.87º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93C83 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 131 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.15 |
| HSL | 332.87º | 0.67% | 0.54% | - |
| HSV(B) | 332.87º | 0.72% | 0.85% | - |
| XYZ | 34.33 | 19.62 | 23.45 | - |
| YUV | 115.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 131 | 0 | 0.72 | 0.40 | 0.15 | 332.87 | 0.67 | 0.54 |
| Hex | D9 | 3C | 83 | 0 | 48 | 28 | F | 14D | 43 | 36 |
| Octal | 331 | 74 | 203 | 0 | 110 | 50 | 17 | 515 | 103 | 66 |
| Binary | 11011001 | 111100 | 10000011 | 0 | 1001000 | 101000 | 1111 | 101001101 | 1000011 | 110110 |
Color Harmonies of #D93C83
Complementary color
Monochromatic Colors of #D93C83
Black with #D93C83
Text Example
Text Example
White with #D93C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C83; }
p { color: rgb(217,60,131); }
H1.HeaderClassName
{
color: #D93C83;
}
.AnyTagClassName
{
color: #D93C83;
}
</style>
background-color css
<style>
a { background-color: #D93C83; }
a { background-color: rgb(217,60,131); }
div.DivClassName
{
background-color: #D93C83;
}
.BgClassName
{
background-color: #D93C83;
}
</style>
border-color css
<style>
span { border-color: #D93C83; }
span { border-color: rgb(217,60,131); }
td.TdClassName
{
border-color: #D93C83;
}
.TagClassName
{
border-color: #D93C83;
}
</style>