Shades of Deep Cerise #D6347C
Tints of Deep Cerise #D6347C
RGB
CMYK
RGB Variations
Color information
#D6347C (or 0xD6347C) is known color: Deep Cerise. HEX triplet: D6, 34 and 7C. RGB value is (214,52,124). Sum of RGB (Red+Green+Blue) = 214+52+124=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6347C is #29CB83. Grayscale: #6C6C6C. Windows color (decimal): -2739076 or 8139990. OLE color: 8139990.
HSL color Cylindrical-coordinate representation of color #D6347C: hue angle of 333.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6347C is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 124 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.16 |
| HSL | 333.33º | 0.66% | 0.52% | - |
| HSV(B) | 333.33º | 0.76% | 0.84% | - |
| XYZ | 32.6 | 18.21 | 20.87 | - |
| YUV | 108.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 124 | 0 | 0.76 | 0.42 | 0.16 | 333.33 | 0.66 | 0.52 |
| Hex | D6 | 34 | 7C | 0 | 4C | 2A | 10 | 14D | 42 | 34 |
| Octal | 326 | 64 | 174 | 0 | 114 | 52 | 20 | 515 | 102 | 64 |
| Binary | 11010110 | 110100 | 1111100 | 0 | 1001100 | 101010 | 10000 | 101001101 | 1000010 | 110100 |
Color Harmonies of #D6347C
Complementary color
Monochromatic Colors of #D6347C
Black with #D6347C
Text Example
Text Example
White with #D6347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6347C; }
p { color: rgb(214,52,124); }
H1.HeaderClassName
{
color: #D6347C;
}
.AnyTagClassName
{
color: #D6347C;
}
</style>
background-color css
<style>
a { background-color: #D6347C; }
a { background-color: rgb(214,52,124); }
div.DivClassName
{
background-color: #D6347C;
}
.BgClassName
{
background-color: #D6347C;
}
</style>
border-color css
<style>
span { border-color: #D6347C; }
span { border-color: rgb(214,52,124); }
td.TdClassName
{
border-color: #D6347C;
}
.TagClassName
{
border-color: #D6347C;
}
</style>