Shades of Deep Cerise #D6319F
Tints of Deep Cerise #D6319F
RGB
CMYK
RGB Variations
Color information
#D6319F (or 0xD6319F) is known color: Deep Cerise. HEX triplet: D6, 31 and 9F. RGB value is (214,49,159). Sum of RGB (Red+Green+Blue) = 214+49+159=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6319F is #29CE60. Grayscale: #6E6E6E. Windows color (decimal): -2739809 or 10432982. OLE color: 10432982.
HSL color Cylindrical-coordinate representation of color #D6319F: hue angle of 320º 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 #D6319F is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 159 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.16 |
| HSL | 320º | 0.67% | 0.52% | - |
| HSV(B) | 320º | 0.77% | 0.84% | - |
| XYZ | 35.09 | 19 | 34.62 | - |
| YUV | 110.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 159 | 0 | 0.77 | 0.26 | 0.16 | 320 | 0.67 | 0.52 |
| Hex | D6 | 31 | 9F | 0 | 4D | 1A | 10 | 140 | 43 | 34 |
| Octal | 326 | 61 | 237 | 0 | 115 | 32 | 20 | 500 | 103 | 64 |
| Binary | 11010110 | 110001 | 10011111 | 0 | 1001101 | 11010 | 10000 | 101000000 | 1000011 | 110100 |
Color Harmonies of #D6319F
Complementary color
Monochromatic Colors of #D6319F
Black with #D6319F
Text Example
Text Example
White with #D6319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6319F; }
p { color: rgb(214,49,159); }
H1.HeaderClassName
{
color: #D6319F;
}
.AnyTagClassName
{
color: #D6319F;
}
</style>
background-color css
<style>
a { background-color: #D6319F; }
a { background-color: rgb(214,49,159); }
div.DivClassName
{
background-color: #D6319F;
}
.BgClassName
{
background-color: #D6319F;
}
</style>
border-color css
<style>
span { border-color: #D6319F; }
span { border-color: rgb(214,49,159); }
td.TdClassName
{
border-color: #D6319F;
}
.TagClassName
{
border-color: #D6319F;
}
</style>