Shades of Deep Cerise #D8347A
Tints of Deep Cerise #D8347A
RGB
CMYK
RGB Variations
Color information
#D8347A (or 0xD8347A) is known color: Deep Cerise. HEX triplet: D8, 34 and 7A. RGB value is (216,52,122). Sum of RGB (Red+Green+Blue) = 216+52+122=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8347A is #27CB85. Grayscale: #6C6C6C. Windows color (decimal): -2608006 or 8008920. OLE color: 8008920.
HSL color Cylindrical-coordinate representation of color #D8347A: hue angle of 334.39º 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 #D8347A is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 122 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.15 |
| HSL | 334.39º | 0.68% | 0.53% | - |
| HSV(B) | 334.39º | 0.76% | 0.85% | - |
| XYZ | 33.06 | 18.46 | 20.23 | - |
| YUV | 109.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 122 | 0 | 0.76 | 0.44 | 0.15 | 334.39 | 0.68 | 0.53 |
| Hex | D8 | 34 | 7A | 0 | 4C | 2C | F | 14E | 44 | 35 |
| Octal | 330 | 64 | 172 | 0 | 114 | 54 | 17 | 516 | 104 | 65 |
| Binary | 11011000 | 110100 | 1111010 | 0 | 1001100 | 101100 | 1111 | 101001110 | 1000100 | 110101 |
Color Harmonies of #D8347A
Complementary color
Monochromatic Colors of #D8347A
Black with #D8347A
Text Example
Text Example
White with #D8347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8347A; }
p { color: rgb(216,52,122); }
H1.HeaderClassName
{
color: #D8347A;
}
.AnyTagClassName
{
color: #D8347A;
}
</style>
background-color css
<style>
a { background-color: #D8347A; }
a { background-color: rgb(216,52,122); }
div.DivClassName
{
background-color: #D8347A;
}
.BgClassName
{
background-color: #D8347A;
}
</style>
border-color css
<style>
span { border-color: #D8347A; }
span { border-color: rgb(216,52,122); }
td.TdClassName
{
border-color: #D8347A;
}
.TagClassName
{
border-color: #D8347A;
}
</style>