Shades of Deep Cerise #D6319B
Tints of Deep Cerise #D6319B
RGB
CMYK
RGB Variations
Color information
#D6319B (or 0xD6319B) is known color: Deep Cerise. HEX triplet: D6, 31 and 9B. RGB value is (214,49,155). Sum of RGB (Red+Green+Blue) = 214+49+155=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6319B is #29CE64. Grayscale: #6E6E6E. Windows color (decimal): -2739813 or 10170838. OLE color: 10170838.
HSL color Cylindrical-coordinate representation of color #D6319B: hue angle of 321.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6319B is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 155 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.16 |
| HSL | 321.45º | 0.67% | 0.52% | - |
| HSV(B) | 321.45º | 0.77% | 0.84% | - |
| XYZ | 34.75 | 18.86 | 32.82 | - |
| YUV | 110.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 155 | 0 | 0.77 | 0.28 | 0.16 | 321.45 | 0.67 | 0.52 |
| Hex | D6 | 31 | 9B | 0 | 4D | 1C | 10 | 141 | 43 | 34 |
| Octal | 326 | 61 | 233 | 0 | 115 | 34 | 20 | 501 | 103 | 64 |
| Binary | 11010110 | 110001 | 10011011 | 0 | 1001101 | 11100 | 10000 | 101000001 | 1000011 | 110100 |
Color Harmonies of #D6319B
Complementary color
Monochromatic Colors of #D6319B
Black with #D6319B
Text Example
Text Example
White with #D6319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6319B; }
p { color: rgb(214,49,155); }
H1.HeaderClassName
{
color: #D6319B;
}
.AnyTagClassName
{
color: #D6319B;
}
</style>
background-color css
<style>
a { background-color: #D6319B; }
a { background-color: rgb(214,49,155); }
div.DivClassName
{
background-color: #D6319B;
}
.BgClassName
{
background-color: #D6319B;
}
</style>
border-color css
<style>
span { border-color: #D6319B; }
span { border-color: rgb(214,49,155); }
td.TdClassName
{
border-color: #D6319B;
}
.TagClassName
{
border-color: #D6319B;
}
</style>