Shades of Deep Cerise #D93797
Tints of Deep Cerise #D93797
RGB
CMYK
RGB Variations
Color information
#D93797 (or 0xD93797) is known color: Deep Cerise. HEX triplet: D9, 37 and 97. RGB value is (217,55,151). Sum of RGB (Red+Green+Blue) = 217+55+151=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D93797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93797 is #26C868. Grayscale: #727272. Windows color (decimal): -2541673 or 9910233. OLE color: 9910233.
HSL color Cylindrical-coordinate representation of color #D93797: hue angle of 324.44º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93797 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 151 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.15 |
| HSL | 324.44º | 0.68% | 0.53% | - |
| HSV(B) | 324.44º | 0.75% | 0.85% | - |
| XYZ | 35.57 | 19.72 | 31.21 | - |
| YUV | 114.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 151 | 0 | 0.75 | 0.30 | 0.15 | 324.44 | 0.68 | 0.53 |
| Hex | D9 | 37 | 97 | 0 | 4B | 1E | F | 144 | 44 | 35 |
| Octal | 331 | 67 | 227 | 0 | 113 | 36 | 17 | 504 | 104 | 65 |
| Binary | 11011001 | 110111 | 10010111 | 0 | 1001011 | 11110 | 1111 | 101000100 | 1000100 | 110101 |
Color Harmonies of #D93797
Complementary color
Monochromatic Colors of #D93797
Black with #D93797
Text Example
Text Example
White with #D93797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93797; }
p { color: rgb(217,55,151); }
H1.HeaderClassName
{
color: #D93797;
}
.AnyTagClassName
{
color: #D93797;
}
</style>
background-color css
<style>
a { background-color: #D93797; }
a { background-color: rgb(217,55,151); }
div.DivClassName
{
background-color: #D93797;
}
.BgClassName
{
background-color: #D93797;
}
</style>
border-color css
<style>
span { border-color: #D93797; }
span { border-color: rgb(217,55,151); }
td.TdClassName
{
border-color: #D93797;
}
.TagClassName
{
border-color: #D93797;
}
</style>