Shades of Deep Cerise #D8397E
Tints of Deep Cerise #D8397E
RGB
CMYK
RGB Variations
Color information
#D8397E (or 0xD8397E) is known color: Deep Cerise. HEX triplet: D8, 39 and 7E. RGB value is (216,57,126). Sum of RGB (Red+Green+Blue) = 216+57+126=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8397E is #27C681. Grayscale: #707070. Windows color (decimal): -2606722 or 8272344. OLE color: 8272344.
HSL color Cylindrical-coordinate representation of color #D8397E: hue angle of 333.96º 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 #D8397E is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 126 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.15 |
| HSL | 333.96º | 0.67% | 0.54% | - |
| HSV(B) | 333.96º | 0.74% | 0.85% | - |
| XYZ | 33.55 | 19.03 | 21.64 | - |
| YUV | 112.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 126 | 0 | 0.74 | 0.42 | 0.15 | 333.96 | 0.67 | 0.54 |
| Hex | D8 | 39 | 7E | 0 | 4A | 2A | F | 14E | 43 | 36 |
| Octal | 330 | 71 | 176 | 0 | 112 | 52 | 17 | 516 | 103 | 66 |
| Binary | 11011000 | 111001 | 1111110 | 0 | 1001010 | 101010 | 1111 | 101001110 | 1000011 | 110110 |
Color Harmonies of #D8397E
Complementary color
Monochromatic Colors of #D8397E
Black with #D8397E
Text Example
Text Example
White with #D8397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8397E; }
p { color: rgb(216,57,126); }
H1.HeaderClassName
{
color: #D8397E;
}
.AnyTagClassName
{
color: #D8397E;
}
</style>
background-color css
<style>
a { background-color: #D8397E; }
a { background-color: rgb(216,57,126); }
div.DivClassName
{
background-color: #D8397E;
}
.BgClassName
{
background-color: #D8397E;
}
</style>
border-color css
<style>
span { border-color: #D8397E; }
span { border-color: rgb(216,57,126); }
td.TdClassName
{
border-color: #D8397E;
}
.TagClassName
{
border-color: #D8397E;
}
</style>