Shades of Deep Cerise #D7399D
Tints of Deep Cerise #D7399D
RGB
CMYK
RGB Variations
Color information
#D7399D (or 0xD7399D) is known color: Deep Cerise. HEX triplet: D7, 39 and 9D. RGB value is (215,57,157). Sum of RGB (Red+Green+Blue) = 215+57+157=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7399D is #28C662. Grayscale: #737373. Windows color (decimal): -2672227 or 10303959. OLE color: 10303959.
HSL color Cylindrical-coordinate representation of color #D7399D: hue angle of 322.03º 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 #D7399D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 157 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.16 |
| HSL | 322.03º | 0.66% | 0.53% | - |
| HSV(B) | 322.03º | 0.73% | 0.84% | - |
| XYZ | 35.57 | 19.81 | 33.85 | - |
| YUV | 115.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 157 | 0 | 0.73 | 0.27 | 0.16 | 322.03 | 0.66 | 0.53 |
| Hex | D7 | 39 | 9D | 0 | 49 | 1B | 10 | 142 | 42 | 35 |
| Octal | 327 | 71 | 235 | 0 | 111 | 33 | 20 | 502 | 102 | 65 |
| Binary | 11010111 | 111001 | 10011101 | 0 | 1001001 | 11011 | 10000 | 101000010 | 1000010 | 110101 |
Color Harmonies of #D7399D
Complementary color
Monochromatic Colors of #D7399D
Black with #D7399D
Text Example
Text Example
White with #D7399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7399D; }
p { color: rgb(215,57,157); }
H1.HeaderClassName
{
color: #D7399D;
}
.AnyTagClassName
{
color: #D7399D;
}
</style>
background-color css
<style>
a { background-color: #D7399D; }
a { background-color: rgb(215,57,157); }
div.DivClassName
{
background-color: #D7399D;
}
.BgClassName
{
background-color: #D7399D;
}
</style>
border-color css
<style>
span { border-color: #D7399D; }
span { border-color: rgb(215,57,157); }
td.TdClassName
{
border-color: #D7399D;
}
.TagClassName
{
border-color: #D7399D;
}
</style>