Shades of Deep Cerise #D8347B
Tints of Deep Cerise #D8347B
RGB
CMYK
RGB Variations
Color information
#D8347B (or 0xD8347B) is known color: Deep Cerise. HEX triplet: D8, 34 and 7B. RGB value is (216,52,123). Sum of RGB (Red+Green+Blue) = 216+52+123=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8347B is #27CB84. Grayscale: #6D6D6D. Windows color (decimal): -2608005 or 8074456. OLE color: 8074456.
HSL color Cylindrical-coordinate representation of color #D8347B: hue angle of 334.02º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8347B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 123 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.15 |
| HSL | 334.02º | 0.68% | 0.53% | - |
| HSV(B) | 334.02º | 0.76% | 0.85% | - |
| XYZ | 33.12 | 18.48 | 20.56 | - |
| YUV | 109.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 123 | 0 | 0.76 | 0.43 | 0.15 | 334.02 | 0.68 | 0.53 |
| Hex | D8 | 34 | 7B | 0 | 4C | 2B | F | 14E | 44 | 35 |
| Octal | 330 | 64 | 173 | 0 | 114 | 53 | 17 | 516 | 104 | 65 |
| Binary | 11011000 | 110100 | 1111011 | 0 | 1001100 | 101011 | 1111 | 101001110 | 1000100 | 110101 |
Color Harmonies of #D8347B
Complementary color
Monochromatic Colors of #D8347B
Black with #D8347B
Text Example
Text Example
White with #D8347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8347B; }
p { color: rgb(216,52,123); }
H1.HeaderClassName
{
color: #D8347B;
}
.AnyTagClassName
{
color: #D8347B;
}
</style>
background-color css
<style>
a { background-color: #D8347B; }
a { background-color: rgb(216,52,123); }
div.DivClassName
{
background-color: #D8347B;
}
.BgClassName
{
background-color: #D8347B;
}
</style>
border-color css
<style>
span { border-color: #D8347B; }
span { border-color: rgb(216,52,123); }
td.TdClassName
{
border-color: #D8347B;
}
.TagClassName
{
border-color: #D8347B;
}
</style>