Shades of Deep Cerise #D6347A
Tints of Deep Cerise #D6347A
RGB
CMYK
RGB Variations
Color information
#D6347A (or 0xD6347A) is known color: Deep Cerise. HEX triplet: D6, 34 and 7A. RGB value is (214,52,122). Sum of RGB (Red+Green+Blue) = 214+52+122=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6347A is #29CB85. Grayscale: #6C6C6C. Windows color (decimal): -2739078 or 8008918. OLE color: 8008918.
HSL color Cylindrical-coordinate representation of color #D6347A: hue angle of 334.07º 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 #D6347A is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 122 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.16 |
| HSL | 334.07º | 0.66% | 0.52% | - |
| HSV(B) | 334.07º | 0.76% | 0.84% | - |
| XYZ | 32.47 | 18.16 | 20.21 | - |
| YUV | 108.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 122 | 0 | 0.76 | 0.43 | 0.16 | 334.07 | 0.66 | 0.52 |
| Hex | D6 | 34 | 7A | 0 | 4C | 2B | 10 | 14E | 42 | 34 |
| Octal | 326 | 64 | 172 | 0 | 114 | 53 | 20 | 516 | 102 | 64 |
| Binary | 11010110 | 110100 | 1111010 | 0 | 1001100 | 101011 | 10000 | 101001110 | 1000010 | 110100 |
Color Harmonies of #D6347A
Complementary color
Monochromatic Colors of #D6347A
Black with #D6347A
Text Example
Text Example
White with #D6347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6347A; }
p { color: rgb(214,52,122); }
H1.HeaderClassName
{
color: #D6347A;
}
.AnyTagClassName
{
color: #D6347A;
}
</style>
background-color css
<style>
a { background-color: #D6347A; }
a { background-color: rgb(214,52,122); }
div.DivClassName
{
background-color: #D6347A;
}
.BgClassName
{
background-color: #D6347A;
}
</style>
border-color css
<style>
span { border-color: #D6347A; }
span { border-color: rgb(214,52,122); }
td.TdClassName
{
border-color: #D6347A;
}
.TagClassName
{
border-color: #D6347A;
}
</style>