Shades of Deep Cerise #D93997
Tints of Deep Cerise #D93997
RGB
CMYK
RGB Variations
Color information
#D93997 (or 0xD93997) is known color: Deep Cerise. HEX triplet: D9, 39 and 97. RGB value is (217,57,151). Sum of RGB (Red+Green+Blue) = 217+57+151=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D93997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93997 is #26C668. Grayscale: #737373. Windows color (decimal): -2541161 or 9910745. OLE color: 9910745.
HSL color Cylindrical-coordinate representation of color #D93997: hue angle of 324.75º 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 #D93997 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 151 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.15 |
| HSL | 324.75º | 0.68% | 0.54% | - |
| HSV(B) | 324.75º | 0.74% | 0.85% | - |
| XYZ | 35.66 | 19.91 | 31.24 | - |
| YUV | 115.56 | 148.01 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 151 | 0 | 0.74 | 0.30 | 0.15 | 324.75 | 0.68 | 0.54 |
| Hex | D9 | 39 | 97 | 0 | 4A | 1E | F | 145 | 44 | 36 |
| Octal | 331 | 71 | 227 | 0 | 112 | 36 | 17 | 505 | 104 | 66 |
| Binary | 11011001 | 111001 | 10010111 | 0 | 1001010 | 11110 | 1111 | 101000101 | 1000100 | 110110 |
Color Harmonies of #D93997
Complementary color
Monochromatic Colors of #D93997
Black with #D93997
Text Example
Text Example
White with #D93997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93997; }
p { color: rgb(217,57,151); }
H1.HeaderClassName
{
color: #D93997;
}
.AnyTagClassName
{
color: #D93997;
}
</style>
background-color css
<style>
a { background-color: #D93997; }
a { background-color: rgb(217,57,151); }
div.DivClassName
{
background-color: #D93997;
}
.BgClassName
{
background-color: #D93997;
}
</style>
border-color css
<style>
span { border-color: #D93997; }
span { border-color: rgb(217,57,151); }
td.TdClassName
{
border-color: #D93997;
}
.TagClassName
{
border-color: #D93997;
}
</style>