Shades of Deep Cerise #D94397
Tints of Deep Cerise #D94397
RGB
CMYK
RGB Variations
Color information
#D94397 (or 0xD94397) is known color: Deep Cerise. HEX triplet: D9, 43 and 97. RGB value is (217,67,151). Sum of RGB (Red+Green+Blue) = 217+67+151=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D94397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94397 is #26BC68. Grayscale: #797979. Windows color (decimal): -2538601 or 9913305. OLE color: 9913305.
HSL color Cylindrical-coordinate representation of color #D94397: hue angle of 326.4º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94397 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 151 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.15 |
| HSL | 326.4º | 0.66% | 0.56% | - |
| HSV(B) | 326.4º | 0.69% | 0.85% | - |
| XYZ | 36.21 | 21 | 31.42 | - |
| YUV | 121.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 151 | 0 | 0.69 | 0.30 | 0.15 | 326.4 | 0.66 | 0.56 |
| Hex | D9 | 43 | 97 | 0 | 45 | 1E | F | 146 | 42 | 38 |
| Octal | 331 | 103 | 227 | 0 | 105 | 36 | 17 | 506 | 102 | 70 |
| Binary | 11011001 | 1000011 | 10010111 | 0 | 1000101 | 11110 | 1111 | 101000110 | 1000010 | 111000 |
Color Harmonies of #D94397
Complementary color
Monochromatic Colors of #D94397
Black with #D94397
Text Example
Text Example
White with #D94397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94397; }
p { color: rgb(217,67,151); }
H1.HeaderClassName
{
color: #D94397;
}
.AnyTagClassName
{
color: #D94397;
}
</style>
background-color css
<style>
a { background-color: #D94397; }
a { background-color: rgb(217,67,151); }
div.DivClassName
{
background-color: #D94397;
}
.BgClassName
{
background-color: #D94397;
}
</style>
border-color css
<style>
span { border-color: #D94397; }
span { border-color: rgb(217,67,151); }
td.TdClassName
{
border-color: #D94397;
}
.TagClassName
{
border-color: #D94397;
}
</style>