Shades of Deep Cerise #D6349B
Tints of Deep Cerise #D6349B
RGB
CMYK
RGB Variations
Color information
#D6349B (or 0xD6349B) is known color: Deep Cerise. HEX triplet: D6, 34 and 9B. RGB value is (214,52,155). Sum of RGB (Red+Green+Blue) = 214+52+155=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6349B is #29CB64. Grayscale: #6F6F6F. Windows color (decimal): -2739045 or 10171606. OLE color: 10171606.
HSL color Cylindrical-coordinate representation of color #D6349B: hue angle of 321.85º 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 #D6349B is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 155 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.16 |
| HSL | 321.85º | 0.66% | 0.52% | - |
| HSV(B) | 321.85º | 0.76% | 0.84% | - |
| XYZ | 34.88 | 19.12 | 32.86 | - |
| YUV | 112.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 155 | 0 | 0.76 | 0.28 | 0.16 | 321.85 | 0.66 | 0.52 |
| Hex | D6 | 34 | 9B | 0 | 4C | 1C | 10 | 142 | 42 | 34 |
| Octal | 326 | 64 | 233 | 0 | 114 | 34 | 20 | 502 | 102 | 64 |
| Binary | 11010110 | 110100 | 10011011 | 0 | 1001100 | 11100 | 10000 | 101000010 | 1000010 | 110100 |
Color Harmonies of #D6349B
Complementary color
Monochromatic Colors of #D6349B
Black with #D6349B
Text Example
Text Example
White with #D6349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6349B; }
p { color: rgb(214,52,155); }
H1.HeaderClassName
{
color: #D6349B;
}
.AnyTagClassName
{
color: #D6349B;
}
</style>
background-color css
<style>
a { background-color: #D6349B; }
a { background-color: rgb(214,52,155); }
div.DivClassName
{
background-color: #D6349B;
}
.BgClassName
{
background-color: #D6349B;
}
</style>
border-color css
<style>
span { border-color: #D6349B; }
span { border-color: rgb(214,52,155); }
td.TdClassName
{
border-color: #D6349B;
}
.TagClassName
{
border-color: #D6349B;
}
</style>