Shades of Deep Cerise #D8378B
Tints of Deep Cerise #D8378B
RGB
CMYK
RGB Variations
Color information
#D8378B (or 0xD8378B) is known color: Deep Cerise. HEX triplet: D8, 37 and 8B. RGB value is (216,55,139). Sum of RGB (Red+Green+Blue) = 216+55+139=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8378B is #27C874. Grayscale: #707070. Windows color (decimal): -2607221 or 9123800. OLE color: 9123800.
HSL color Cylindrical-coordinate representation of color #D8378B: hue angle of 328.7º degrees, saturation: 0.67, 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 #D8378B is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 139 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.15 |
| HSL | 328.7º | 0.67% | 0.53% | - |
| HSV(B) | 328.7º | 0.75% | 0.85% | - |
| XYZ | 34.35 | 19.2 | 26.32 | - |
| YUV | 112.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 139 | 0 | 0.75 | 0.36 | 0.15 | 328.7 | 0.67 | 0.53 |
| Hex | D8 | 37 | 8B | 0 | 4B | 24 | F | 149 | 43 | 35 |
| Octal | 330 | 67 | 213 | 0 | 113 | 44 | 17 | 511 | 103 | 65 |
| Binary | 11011000 | 110111 | 10001011 | 0 | 1001011 | 100100 | 1111 | 101001001 | 1000011 | 110101 |
Color Harmonies of #D8378B
Complementary color
Monochromatic Colors of #D8378B
Black with #D8378B
Text Example
Text Example
White with #D8378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8378B; }
p { color: rgb(216,55,139); }
H1.HeaderClassName
{
color: #D8378B;
}
.AnyTagClassName
{
color: #D8378B;
}
</style>
background-color css
<style>
a { background-color: #D8378B; }
a { background-color: rgb(216,55,139); }
div.DivClassName
{
background-color: #D8378B;
}
.BgClassName
{
background-color: #D8378B;
}
</style>
border-color css
<style>
span { border-color: #D8378B; }
span { border-color: rgb(216,55,139); }
td.TdClassName
{
border-color: #D8378B;
}
.TagClassName
{
border-color: #D8378B;
}
</style>