Shades of Deep Cerise #D7398F
Tints of Deep Cerise #D7398F
RGB
CMYK
RGB Variations
Color information
#D7398F (or 0xD7398F) is known color: Deep Cerise. HEX triplet: D7, 39 and 8F. RGB value is (215,57,143). Sum of RGB (Red+Green+Blue) = 215+57+143=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D7398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7398F is #28C670. Grayscale: #717171. Windows color (decimal): -2672241 or 9386455. OLE color: 9386455.
HSL color Cylindrical-coordinate representation of color #D7398F: hue angle of 327.34º 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 #D7398F is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 143 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.16 |
| HSL | 327.34º | 0.66% | 0.53% | - |
| HSV(B) | 327.34º | 0.73% | 0.84% | - |
| XYZ | 34.45 | 19.36 | 27.91 | - |
| YUV | 114.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 143 | 0 | 0.73 | 0.33 | 0.16 | 327.34 | 0.66 | 0.53 |
| Hex | D7 | 39 | 8F | 0 | 49 | 21 | 10 | 147 | 42 | 35 |
| Octal | 327 | 71 | 217 | 0 | 111 | 41 | 20 | 507 | 102 | 65 |
| Binary | 11010111 | 111001 | 10001111 | 0 | 1001001 | 100001 | 10000 | 101000111 | 1000010 | 110101 |
Color Harmonies of #D7398F
Complementary color
Monochromatic Colors of #D7398F
Black with #D7398F
Text Example
Text Example
White with #D7398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7398F; }
p { color: rgb(215,57,143); }
H1.HeaderClassName
{
color: #D7398F;
}
.AnyTagClassName
{
color: #D7398F;
}
</style>
background-color css
<style>
a { background-color: #D7398F; }
a { background-color: rgb(215,57,143); }
div.DivClassName
{
background-color: #D7398F;
}
.BgClassName
{
background-color: #D7398F;
}
</style>
border-color css
<style>
span { border-color: #D7398F; }
span { border-color: rgb(215,57,143); }
td.TdClassName
{
border-color: #D7398F;
}
.TagClassName
{
border-color: #D7398F;
}
</style>