Shades of Deep Cerise #D8397A
Tints of Deep Cerise #D8397A
RGB
CMYK
RGB Variations
Color information
#D8397A (or 0xD8397A) is known color: Deep Cerise. HEX triplet: D8, 39 and 7A. RGB value is (216,57,122). Sum of RGB (Red+Green+Blue) = 216+57+122=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8397A is #27C685. Grayscale: #6F6F6F. Windows color (decimal): -2606726 or 8010200. OLE color: 8010200.
HSL color Cylindrical-coordinate representation of color #D8397A: hue angle of 335.47º degrees, saturation: 0.67, 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 #D8397A is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 122 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.15 |
| HSL | 335.47º | 0.67% | 0.54% | - |
| HSV(B) | 335.47º | 0.74% | 0.85% | - |
| XYZ | 33.29 | 18.93 | 20.31 | - |
| YUV | 111.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 122 | 0 | 0.74 | 0.44 | 0.15 | 335.47 | 0.67 | 0.54 |
| Hex | D8 | 39 | 7A | 0 | 4A | 2C | F | 14F | 43 | 36 |
| Octal | 330 | 71 | 172 | 0 | 112 | 54 | 17 | 517 | 103 | 66 |
| Binary | 11011000 | 111001 | 1111010 | 0 | 1001010 | 101100 | 1111 | 101001111 | 1000011 | 110110 |
Color Harmonies of #D8397A
Complementary color
Monochromatic Colors of #D8397A
Black with #D8397A
Text Example
Text Example
White with #D8397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8397A; }
p { color: rgb(216,57,122); }
H1.HeaderClassName
{
color: #D8397A;
}
.AnyTagClassName
{
color: #D8397A;
}
</style>
background-color css
<style>
a { background-color: #D8397A; }
a { background-color: rgb(216,57,122); }
div.DivClassName
{
background-color: #D8397A;
}
.BgClassName
{
background-color: #D8397A;
}
</style>
border-color css
<style>
span { border-color: #D8397A; }
span { border-color: rgb(216,57,122); }
td.TdClassName
{
border-color: #D8397A;
}
.TagClassName
{
border-color: #D8397A;
}
</style>