Shades of Deep Cerise #D6309D
Tints of Deep Cerise #D6309D
RGB
CMYK
RGB Variations
Color information
#D6309D (or 0xD6309D) is known color: Deep Cerise. HEX triplet: D6, 30 and 9D. RGB value is (214,48,157). Sum of RGB (Red+Green+Blue) = 214+48+157=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6309D is #29CF62. Grayscale: #6D6D6D. Windows color (decimal): -2740067 or 10301654. OLE color: 10301654.
HSL color Cylindrical-coordinate representation of color #D6309D: hue angle of 320.6º 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 #D6309D is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 157 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.16 |
| HSL | 320.6º | 0.67% | 0.51% | - |
| HSV(B) | 320.6º | 0.78% | 0.84% | - |
| XYZ | 34.87 | 18.84 | 33.7 | - |
| YUV | 110.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 157 | 0 | 0.78 | 0.27 | 0.16 | 320.6 | 0.67 | 0.51 |
| Hex | D6 | 30 | 9D | 0 | 4E | 1B | 10 | 141 | 43 | 33 |
| Octal | 326 | 60 | 235 | 0 | 116 | 33 | 20 | 501 | 103 | 63 |
| Binary | 11010110 | 110000 | 10011101 | 0 | 1001110 | 11011 | 10000 | 101000001 | 1000011 | 110011 |
Color Harmonies of #D6309D
Complementary color
Monochromatic Colors of #D6309D
Black with #D6309D
Text Example
Text Example
White with #D6309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6309D; }
p { color: rgb(214,48,157); }
H1.HeaderClassName
{
color: #D6309D;
}
.AnyTagClassName
{
color: #D6309D;
}
</style>
background-color css
<style>
a { background-color: #D6309D; }
a { background-color: rgb(214,48,157); }
div.DivClassName
{
background-color: #D6309D;
}
.BgClassName
{
background-color: #D6309D;
}
</style>
border-color css
<style>
span { border-color: #D6309D; }
span { border-color: rgb(214,48,157); }
td.TdClassName
{
border-color: #D6309D;
}
.TagClassName
{
border-color: #D6309D;
}
</style>