Shades of Deep Cerise #D93C80
Tints of Deep Cerise #D93C80
RGB
CMYK
RGB Variations
Color information
#D93C80 (or 0xD93C80) is known color: Deep Cerise. HEX triplet: D9, 3C and 80. RGB value is (217,60,128). Sum of RGB (Red+Green+Blue) = 217+60+128=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C80 is #26C37F. Grayscale: #727272. Windows color (decimal): -2540416 or 8404185. OLE color: 8404185.
HSL color Cylindrical-coordinate representation of color #D93C80: hue angle of 334.01º 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 #D93C80 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 128 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.15 |
| HSL | 334.01º | 0.67% | 0.54% | - |
| HSV(B) | 334.01º | 0.72% | 0.85% | - |
| XYZ | 34.13 | 19.54 | 22.4 | - |
| YUV | 114.7 | 135.51 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 128 | 0 | 0.72 | 0.41 | 0.15 | 334.01 | 0.67 | 0.54 |
| Hex | D9 | 3C | 80 | 0 | 48 | 29 | F | 14E | 43 | 36 |
| Octal | 331 | 74 | 200 | 0 | 110 | 51 | 17 | 516 | 103 | 66 |
| Binary | 11011001 | 111100 | 10000000 | 0 | 1001000 | 101001 | 1111 | 101001110 | 1000011 | 110110 |
Color Harmonies of #D93C80
Complementary color
Monochromatic Colors of #D93C80
Black with #D93C80
Text Example
Text Example
White with #D93C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C80; }
p { color: rgb(217,60,128); }
H1.HeaderClassName
{
color: #D93C80;
}
.AnyTagClassName
{
color: #D93C80;
}
</style>
background-color css
<style>
a { background-color: #D93C80; }
a { background-color: rgb(217,60,128); }
div.DivClassName
{
background-color: #D93C80;
}
.BgClassName
{
background-color: #D93C80;
}
</style>
border-color css
<style>
span { border-color: #D93C80; }
span { border-color: rgb(217,60,128); }
td.TdClassName
{
border-color: #D93C80;
}
.TagClassName
{
border-color: #D93C80;
}
</style>