Shades of Deep Cerise #D7398B
Tints of Deep Cerise #D7398B
RGB
CMYK
RGB Variations
Color information
#D7398B (or 0xD7398B) is known color: Deep Cerise. HEX triplet: D7, 39 and 8B. RGB value is (215,57,139). Sum of RGB (Red+Green+Blue) = 215+57+139=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7398B is #28C674. Grayscale: #717171. Windows color (decimal): -2672245 or 9124311. OLE color: 9124311.
HSL color Cylindrical-coordinate representation of color #D7398B: hue angle of 328.86º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7398B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 139 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.16 |
| HSL | 328.86º | 0.66% | 0.53% | - |
| HSV(B) | 328.86º | 0.73% | 0.84% | - |
| XYZ | 34.15 | 19.24 | 26.34 | - |
| YUV | 113.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 139 | 0 | 0.73 | 0.35 | 0.16 | 328.86 | 0.66 | 0.53 |
| Hex | D7 | 39 | 8B | 0 | 49 | 23 | 10 | 149 | 42 | 35 |
| Octal | 327 | 71 | 213 | 0 | 111 | 43 | 20 | 511 | 102 | 65 |
| Binary | 11010111 | 111001 | 10001011 | 0 | 1001001 | 100011 | 10000 | 101001001 | 1000010 | 110101 |
Color Harmonies of #D7398B
Complementary color
Monochromatic Colors of #D7398B
Black with #D7398B
Text Example
Text Example
White with #D7398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7398B; }
p { color: rgb(215,57,139); }
H1.HeaderClassName
{
color: #D7398B;
}
.AnyTagClassName
{
color: #D7398B;
}
</style>
background-color css
<style>
a { background-color: #D7398B; }
a { background-color: rgb(215,57,139); }
div.DivClassName
{
background-color: #D7398B;
}
.BgClassName
{
background-color: #D7398B;
}
</style>
border-color css
<style>
span { border-color: #D7398B; }
span { border-color: rgb(215,57,139); }
td.TdClassName
{
border-color: #D7398B;
}
.TagClassName
{
border-color: #D7398B;
}
</style>