Shades of Deep Cerise #D7397C
Tints of Deep Cerise #D7397C
RGB
CMYK
RGB Variations
Color information
#D7397C (or 0xD7397C) is known color: Deep Cerise. HEX triplet: D7, 39 and 7C. RGB value is (215,57,124). Sum of RGB (Red+Green+Blue) = 215+57+124=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7397C is #28C683. Grayscale: #6F6F6F. Windows color (decimal): -2672260 or 8141271. OLE color: 8141271.
HSL color Cylindrical-coordinate representation of color #D7397C: hue angle of 334.56º 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 #D7397C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 57 | 124 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.16 |
| HSL | 334.56º | 0.66% | 0.53% | - |
| HSV(B) | 334.56º | 0.73% | 0.84% | - |
| XYZ | 33.13 | 18.83 | 20.96 | - |
| YUV | 111.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 57 | 124 | 0 | 0.73 | 0.42 | 0.16 | 334.56 | 0.66 | 0.53 |
| Hex | D7 | 39 | 7C | 0 | 49 | 2A | 10 | 14F | 42 | 35 |
| Octal | 327 | 71 | 174 | 0 | 111 | 52 | 20 | 517 | 102 | 65 |
| Binary | 11010111 | 111001 | 1111100 | 0 | 1001001 | 101010 | 10000 | 101001111 | 1000010 | 110101 |
Color Harmonies of #D7397C
Complementary color
Monochromatic Colors of #D7397C
Black with #D7397C
Text Example
Text Example
White with #D7397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7397C; }
p { color: rgb(215,57,124); }
H1.HeaderClassName
{
color: #D7397C;
}
.AnyTagClassName
{
color: #D7397C;
}
</style>
background-color css
<style>
a { background-color: #D7397C; }
a { background-color: rgb(215,57,124); }
div.DivClassName
{
background-color: #D7397C;
}
.BgClassName
{
background-color: #D7397C;
}
</style>
border-color css
<style>
span { border-color: #D7397C; }
span { border-color: rgb(215,57,124); }
td.TdClassName
{
border-color: #D7397C;
}
.TagClassName
{
border-color: #D7397C;
}
</style>