Shades of Deep Cerise #D8367D
Tints of Deep Cerise #D8367D
RGB
CMYK
RGB Variations
Color information
#D8367D (or 0xD8367D) is known color: Deep Cerise. HEX triplet: D8, 36 and 7D. RGB value is (216,54,125). Sum of RGB (Red+Green+Blue) = 216+54+125=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8367D is #27C982. Grayscale: #6E6E6E. Windows color (decimal): -2607491 or 8206040. OLE color: 8206040.
HSL color Cylindrical-coordinate representation of color #D8367D: hue angle of 333.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8367D is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 125 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.15 |
| HSL | 333.7º | 0.68% | 0.53% | - |
| HSV(B) | 333.7º | 0.75% | 0.85% | - |
| XYZ | 33.34 | 18.72 | 21.26 | - |
| YUV | 110.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 125 | 0 | 0.75 | 0.42 | 0.15 | 333.7 | 0.68 | 0.53 |
| Hex | D8 | 36 | 7D | 0 | 4B | 2A | F | 14E | 44 | 35 |
| Octal | 330 | 66 | 175 | 0 | 113 | 52 | 17 | 516 | 104 | 65 |
| Binary | 11011000 | 110110 | 1111101 | 0 | 1001011 | 101010 | 1111 | 101001110 | 1000100 | 110101 |
Color Harmonies of #D8367D
Complementary color
Monochromatic Colors of #D8367D
Black with #D8367D
Text Example
Text Example
White with #D8367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8367D; }
p { color: rgb(216,54,125); }
H1.HeaderClassName
{
color: #D8367D;
}
.AnyTagClassName
{
color: #D8367D;
}
</style>
background-color css
<style>
a { background-color: #D8367D; }
a { background-color: rgb(216,54,125); }
div.DivClassName
{
background-color: #D8367D;
}
.BgClassName
{
background-color: #D8367D;
}
</style>
border-color css
<style>
span { border-color: #D8367D; }
span { border-color: rgb(216,54,125); }
td.TdClassName
{
border-color: #D8367D;
}
.TagClassName
{
border-color: #D8367D;
}
</style>