Shades of Deep Cerise #D93C9D
Tints of Deep Cerise #D93C9D
RGB
CMYK
RGB Variations
Color information
#D93C9D (or 0xD93C9D) is known color: Deep Cerise. HEX triplet: D9, 3C and 9D. RGB value is (217,60,157). Sum of RGB (Red+Green+Blue) = 217+60+157=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93C9D is #26C362. Grayscale: #757575. Windows color (decimal): -2540387 or 10304729. OLE color: 10304729.
HSL color Cylindrical-coordinate representation of color #D93C9D: hue angle of 322.93º 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 #D93C9D is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 157 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.15 |
| HSL | 322.93º | 0.67% | 0.54% | - |
| HSV(B) | 322.93º | 0.72% | 0.85% | - |
| XYZ | 36.32 | 20.42 | 33.93 | - |
| YUV | 118 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 157 | 0 | 0.72 | 0.28 | 0.15 | 322.93 | 0.67 | 0.54 |
| Hex | D9 | 3C | 9D | 0 | 48 | 1C | F | 143 | 43 | 36 |
| Octal | 331 | 74 | 235 | 0 | 110 | 34 | 17 | 503 | 103 | 66 |
| Binary | 11011001 | 111100 | 10011101 | 0 | 1001000 | 11100 | 1111 | 101000011 | 1000011 | 110110 |
Color Harmonies of #D93C9D
Complementary color
Monochromatic Colors of #D93C9D
Black with #D93C9D
Text Example
Text Example
White with #D93C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C9D; }
p { color: rgb(217,60,157); }
H1.HeaderClassName
{
color: #D93C9D;
}
.AnyTagClassName
{
color: #D93C9D;
}
</style>
background-color css
<style>
a { background-color: #D93C9D; }
a { background-color: rgb(217,60,157); }
div.DivClassName
{
background-color: #D93C9D;
}
.BgClassName
{
background-color: #D93C9D;
}
</style>
border-color css
<style>
span { border-color: #D93C9D; }
span { border-color: rgb(217,60,157); }
td.TdClassName
{
border-color: #D93C9D;
}
.TagClassName
{
border-color: #D93C9D;
}
</style>