Shades of Deep Cerise #D93995
Tints of Deep Cerise #D93995
RGB
CMYK
RGB Variations
Color information
#D93995 (or 0xD93995) is known color: Deep Cerise. HEX triplet: D9, 39 and 95. RGB value is (217,57,149). Sum of RGB (Red+Green+Blue) = 217+57+149=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D93995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93995 is #26C66A. Grayscale: #737373. Windows color (decimal): -2541163 or 9779673. OLE color: 9779673.
HSL color Cylindrical-coordinate representation of color #D93995: hue angle of 325.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93995 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 149 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.15 |
| HSL | 325.5º | 0.68% | 0.54% | - |
| HSV(B) | 325.5º | 0.74% | 0.85% | - |
| XYZ | 35.5 | 19.85 | 30.39 | - |
| YUV | 115.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 149 | 0 | 0.74 | 0.31 | 0.15 | 325.5 | 0.68 | 0.54 |
| Hex | D9 | 39 | 95 | 0 | 4A | 1F | F | 146 | 44 | 36 |
| Octal | 331 | 71 | 225 | 0 | 112 | 37 | 17 | 506 | 104 | 66 |
| Binary | 11011001 | 111001 | 10010101 | 0 | 1001010 | 11111 | 1111 | 101000110 | 1000100 | 110110 |
Color Harmonies of #D93995
Complementary color
Monochromatic Colors of #D93995
Black with #D93995
Text Example
Text Example
White with #D93995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93995; }
p { color: rgb(217,57,149); }
H1.HeaderClassName
{
color: #D93995;
}
.AnyTagClassName
{
color: #D93995;
}
</style>
background-color css
<style>
a { background-color: #D93995; }
a { background-color: rgb(217,57,149); }
div.DivClassName
{
background-color: #D93995;
}
.BgClassName
{
background-color: #D93995;
}
</style>
border-color css
<style>
span { border-color: #D93995; }
span { border-color: rgb(217,57,149); }
td.TdClassName
{
border-color: #D93995;
}
.TagClassName
{
border-color: #D93995;
}
</style>