Shades of Deep Cerise #D3309F
Tints of Deep Cerise #D3309F
RGB
CMYK
RGB Variations
Color information
#D3309F (or 0xD3309F) is known color: Deep Cerise. HEX triplet: D3, 30 and 9F. RGB value is (211,48,159). Sum of RGB (Red+Green+Blue) = 211+48+159=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3309F is #2CCF60. Grayscale: #6D6D6D. Windows color (decimal): -2936673 or 10432723. OLE color: 10432723.
HSL color Cylindrical-coordinate representation of color #D3309F: hue angle of 319.14º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3309F is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 159 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.17 |
| HSL | 319.14º | 0.65% | 0.51% | - |
| HSV(B) | 319.14º | 0.77% | 0.83% | - |
| XYZ | 34.18 | 18.47 | 34.56 | - |
| YUV | 109.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 159 | 0 | 0.77 | 0.25 | 0.17 | 319.14 | 0.65 | 0.51 |
| Hex | D3 | 30 | 9F | 0 | 4D | 19 | 11 | 13F | 41 | 33 |
| Octal | 323 | 60 | 237 | 0 | 115 | 31 | 21 | 477 | 101 | 63 |
| Binary | 11010011 | 110000 | 10011111 | 0 | 1001101 | 11001 | 10001 | 100111111 | 1000001 | 110011 |
Color Harmonies of #D3309F
Complementary color
Monochromatic Colors of #D3309F
Black with #D3309F
Text Example
Text Example
White with #D3309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3309F; }
p { color: rgb(211,48,159); }
H1.HeaderClassName
{
color: #D3309F;
}
.AnyTagClassName
{
color: #D3309F;
}
</style>
background-color css
<style>
a { background-color: #D3309F; }
a { background-color: rgb(211,48,159); }
div.DivClassName
{
background-color: #D3309F;
}
.BgClassName
{
background-color: #D3309F;
}
</style>
border-color css
<style>
span { border-color: #D3309F; }
span { border-color: rgb(211,48,159); }
td.TdClassName
{
border-color: #D3309F;
}
.TagClassName
{
border-color: #D3309F;
}
</style>