Shades of Deep Cerise #D6347D
Tints of Deep Cerise #D6347D
RGB
CMYK
RGB Variations
Color information
#D6347D (or 0xD6347D) is known color: Deep Cerise. HEX triplet: D6, 34 and 7D. RGB value is (214,52,125). Sum of RGB (Red+Green+Blue) = 214+52+125=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6347D is #29CB82. Grayscale: #6C6C6C. Windows color (decimal): -2739075 or 8205526. OLE color: 8205526.
HSL color Cylindrical-coordinate representation of color #D6347D: hue angle of 332.96º 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 #D6347D is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 125 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.16 |
| HSL | 332.96º | 0.66% | 0.52% | - |
| HSV(B) | 332.96º | 0.76% | 0.84% | - |
| XYZ | 32.66 | 18.23 | 21.2 | - |
| YUV | 108.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 125 | 0 | 0.76 | 0.42 | 0.16 | 332.96 | 0.66 | 0.52 |
| Hex | D6 | 34 | 7D | 0 | 4C | 2A | 10 | 14D | 42 | 34 |
| Octal | 326 | 64 | 175 | 0 | 114 | 52 | 20 | 515 | 102 | 64 |
| Binary | 11010110 | 110100 | 1111101 | 0 | 1001100 | 101010 | 10000 | 101001101 | 1000010 | 110100 |
Color Harmonies of #D6347D
Complementary color
Monochromatic Colors of #D6347D
Black with #D6347D
Text Example
Text Example
White with #D6347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6347D; }
p { color: rgb(214,52,125); }
H1.HeaderClassName
{
color: #D6347D;
}
.AnyTagClassName
{
color: #D6347D;
}
</style>
background-color css
<style>
a { background-color: #D6347D; }
a { background-color: rgb(214,52,125); }
div.DivClassName
{
background-color: #D6347D;
}
.BgClassName
{
background-color: #D6347D;
}
</style>
border-color css
<style>
span { border-color: #D6347D; }
span { border-color: rgb(214,52,125); }
td.TdClassName
{
border-color: #D6347D;
}
.TagClassName
{
border-color: #D6347D;
}
</style>