Shades of Deep Cerise #D93C85
Tints of Deep Cerise #D93C85
RGB
CMYK
RGB Variations
Color information
#D93C85 (or 0xD93C85) is known color: Deep Cerise. HEX triplet: D9, 3C and 85. RGB value is (217,60,133). Sum of RGB (Red+Green+Blue) = 217+60+133=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C85 is #26C37A. Grayscale: #737373. Windows color (decimal): -2540411 or 8731865. OLE color: 8731865.
HSL color Cylindrical-coordinate representation of color #D93C85: hue angle of 332.1º 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 #D93C85 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 133 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.15 |
| HSL | 332.1º | 0.67% | 0.54% | - |
| HSV(B) | 332.1º | 0.72% | 0.85% | - |
| XYZ | 34.46 | 19.68 | 24.17 | - |
| YUV | 115.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 133 | 0 | 0.72 | 0.39 | 0.15 | 332.1 | 0.67 | 0.54 |
| Hex | D9 | 3C | 85 | 0 | 48 | 27 | F | 14C | 43 | 36 |
| Octal | 331 | 74 | 205 | 0 | 110 | 47 | 17 | 514 | 103 | 66 |
| Binary | 11011001 | 111100 | 10000101 | 0 | 1001000 | 100111 | 1111 | 101001100 | 1000011 | 110110 |
Color Harmonies of #D93C85
Complementary color
Monochromatic Colors of #D93C85
Black with #D93C85
Text Example
Text Example
White with #D93C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C85; }
p { color: rgb(217,60,133); }
H1.HeaderClassName
{
color: #D93C85;
}
.AnyTagClassName
{
color: #D93C85;
}
</style>
background-color css
<style>
a { background-color: #D93C85; }
a { background-color: rgb(217,60,133); }
div.DivClassName
{
background-color: #D93C85;
}
.BgClassName
{
background-color: #D93C85;
}
</style>
border-color css
<style>
span { border-color: #D93C85; }
span { border-color: rgb(217,60,133); }
td.TdClassName
{
border-color: #D93C85;
}
.TagClassName
{
border-color: #D93C85;
}
</style>