Shades of Deep Cerise #D8387B
Tints of Deep Cerise #D8387B
RGB
CMYK
RGB Variations
Color information
#D8387B (or 0xD8387B) is known color: Deep Cerise. HEX triplet: D8, 38 and 7B. RGB value is (216,56,123). Sum of RGB (Red+Green+Blue) = 216+56+123=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8387B is #27C784. Grayscale: #6F6F6F. Windows color (decimal): -2606981 or 8075480. OLE color: 8075480.
HSL color Cylindrical-coordinate representation of color #D8387B: hue angle of 334.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8387B is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 123 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.15 |
| HSL | 334.88º | 0.67% | 0.53% | - |
| HSV(B) | 334.88º | 0.74% | 0.85% | - |
| XYZ | 33.31 | 18.86 | 20.62 | - |
| YUV | 111.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 123 | 0 | 0.74 | 0.43 | 0.15 | 334.88 | 0.67 | 0.53 |
| Hex | D8 | 38 | 7B | 0 | 4A | 2B | F | 14F | 43 | 35 |
| Octal | 330 | 70 | 173 | 0 | 112 | 53 | 17 | 517 | 103 | 65 |
| Binary | 11011000 | 111000 | 1111011 | 0 | 1001010 | 101011 | 1111 | 101001111 | 1000011 | 110101 |
Color Harmonies of #D8387B
Complementary color
Monochromatic Colors of #D8387B
Black with #D8387B
Text Example
Text Example
White with #D8387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8387B; }
p { color: rgb(216,56,123); }
H1.HeaderClassName
{
color: #D8387B;
}
.AnyTagClassName
{
color: #D8387B;
}
</style>
background-color css
<style>
a { background-color: #D8387B; }
a { background-color: rgb(216,56,123); }
div.DivClassName
{
background-color: #D8387B;
}
.BgClassName
{
background-color: #D8387B;
}
</style>
border-color css
<style>
span { border-color: #D8387B; }
span { border-color: rgb(216,56,123); }
td.TdClassName
{
border-color: #D8387B;
}
.TagClassName
{
border-color: #D8387B;
}
</style>