Shades of Deep Cerise #D8347D
Tints of Deep Cerise #D8347D
RGB
CMYK
RGB Variations
Color information
#D8347D (or 0xD8347D) is known color: Deep Cerise. HEX triplet: D8, 34 and 7D. RGB value is (216,52,125). Sum of RGB (Red+Green+Blue) = 216+52+125=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8347D is #27CB82. Grayscale: #6D6D6D. Windows color (decimal): -2608003 or 8205528. OLE color: 8205528.
HSL color Cylindrical-coordinate representation of color #D8347D: hue angle of 333.29º 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 #D8347D is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 125 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.15 |
| HSL | 333.29º | 0.68% | 0.53% | - |
| HSV(B) | 333.29º | 0.76% | 0.85% | - |
| XYZ | 33.25 | 18.54 | 21.23 | - |
| YUV | 109.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 125 | 0 | 0.76 | 0.42 | 0.15 | 333.29 | 0.68 | 0.53 |
| Hex | D8 | 34 | 7D | 0 | 4C | 2A | F | 14D | 44 | 35 |
| Octal | 330 | 64 | 175 | 0 | 114 | 52 | 17 | 515 | 104 | 65 |
| Binary | 11011000 | 110100 | 1111101 | 0 | 1001100 | 101010 | 1111 | 101001101 | 1000100 | 110101 |
Color Harmonies of #D8347D
Complementary color
Monochromatic Colors of #D8347D
Black with #D8347D
Text Example
Text Example
White with #D8347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8347D; }
p { color: rgb(216,52,125); }
H1.HeaderClassName
{
color: #D8347D;
}
.AnyTagClassName
{
color: #D8347D;
}
</style>
background-color css
<style>
a { background-color: #D8347D; }
a { background-color: rgb(216,52,125); }
div.DivClassName
{
background-color: #D8347D;
}
.BgClassName
{
background-color: #D8347D;
}
</style>
border-color css
<style>
span { border-color: #D8347D; }
span { border-color: rgb(216,52,125); }
td.TdClassName
{
border-color: #D8347D;
}
.TagClassName
{
border-color: #D8347D;
}
</style>