Shades of Deep Cerise #D9398D
Tints of Deep Cerise #D9398D
RGB
CMYK
RGB Variations
Color information
#D9398D (or 0xD9398D) is known color: Deep Cerise. HEX triplet: D9, 39 and 8D. RGB value is (217,57,141). Sum of RGB (Red+Green+Blue) = 217+57+141=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9398D is #26C672. Grayscale: #727272. Windows color (decimal): -2541171 or 9255385. OLE color: 9255385.
HSL color Cylindrical-coordinate representation of color #D9398D: hue angle of 328.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 #D9398D is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 141 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.15 |
| HSL | 328.5º | 0.68% | 0.54% | - |
| HSV(B) | 328.5º | 0.74% | 0.85% | - |
| XYZ | 34.89 | 19.6 | 27.14 | - |
| YUV | 114.42 | 143.01 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 141 | 0 | 0.74 | 0.35 | 0.15 | 328.5 | 0.68 | 0.54 |
| Hex | D9 | 39 | 8D | 0 | 4A | 23 | F | 148 | 44 | 36 |
| Octal | 331 | 71 | 215 | 0 | 112 | 43 | 17 | 510 | 104 | 66 |
| Binary | 11011001 | 111001 | 10001101 | 0 | 1001010 | 100011 | 1111 | 101001000 | 1000100 | 110110 |
Color Harmonies of #D9398D
Complementary color
Monochromatic Colors of #D9398D
Black with #D9398D
Text Example
Text Example
White with #D9398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9398D; }
p { color: rgb(217,57,141); }
H1.HeaderClassName
{
color: #D9398D;
}
.AnyTagClassName
{
color: #D9398D;
}
</style>
background-color css
<style>
a { background-color: #D9398D; }
a { background-color: rgb(217,57,141); }
div.DivClassName
{
background-color: #D9398D;
}
.BgClassName
{
background-color: #D9398D;
}
</style>
border-color css
<style>
span { border-color: #D9398D; }
span { border-color: rgb(217,57,141); }
td.TdClassName
{
border-color: #D9398D;
}
.TagClassName
{
border-color: #D9398D;
}
</style>