Shades of Deep Cerise #D6309E
Tints of Deep Cerise #D6309E
RGB
CMYK
RGB Variations
Color information
#D6309E (or 0xD6309E) is known color: Deep Cerise. HEX triplet: D6, 30 and 9E. RGB value is (214,48,158). Sum of RGB (Red+Green+Blue) = 214+48+158=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6309E is #29CF61. Grayscale: #6D6D6D. Windows color (decimal): -2740066 or 10367190. OLE color: 10367190.
HSL color Cylindrical-coordinate representation of color #D6309E: hue angle of 320.24º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6309E is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 158 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.16 |
| HSL | 320.24º | 0.67% | 0.51% | - |
| HSV(B) | 320.24º | 0.78% | 0.84% | - |
| XYZ | 34.96 | 18.88 | 34.15 | - |
| YUV | 110.17 | 155 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 158 | 0 | 0.78 | 0.26 | 0.16 | 320.24 | 0.67 | 0.51 |
| Hex | D6 | 30 | 9E | 0 | 4E | 1A | 10 | 140 | 43 | 33 |
| Octal | 326 | 60 | 236 | 0 | 116 | 32 | 20 | 500 | 103 | 63 |
| Binary | 11010110 | 110000 | 10011110 | 0 | 1001110 | 11010 | 10000 | 101000000 | 1000011 | 110011 |
Color Harmonies of #D6309E
Complementary color
Monochromatic Colors of #D6309E
Black with #D6309E
Text Example
Text Example
White with #D6309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6309E; }
p { color: rgb(214,48,158); }
H1.HeaderClassName
{
color: #D6309E;
}
.AnyTagClassName
{
color: #D6309E;
}
</style>
background-color css
<style>
a { background-color: #D6309E; }
a { background-color: rgb(214,48,158); }
div.DivClassName
{
background-color: #D6309E;
}
.BgClassName
{
background-color: #D6309E;
}
</style>
border-color css
<style>
span { border-color: #D6309E; }
span { border-color: rgb(214,48,158); }
td.TdClassName
{
border-color: #D6309E;
}
.TagClassName
{
border-color: #D6309E;
}
</style>