Shades of Deep Cerise #D3309B
Tints of Deep Cerise #D3309B
RGB
CMYK
RGB Variations
Color information
#D3309B (or 0xD3309B) is known color: Deep Cerise. HEX triplet: D3, 30 and 9B. RGB value is (211,48,155). Sum of RGB (Red+Green+Blue) = 211+48+155=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D3309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3309B is #2CCF64. Grayscale: #6C6C6C. Windows color (decimal): -2936677 or 10170579. OLE color: 10170579.
HSL color Cylindrical-coordinate representation of color #D3309B: hue angle of 320.61º 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 #D3309B is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 155 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.17 |
| HSL | 320.61º | 0.65% | 0.51% | - |
| HSV(B) | 320.61º | 0.77% | 0.83% | - |
| XYZ | 33.84 | 18.33 | 32.76 | - |
| YUV | 108.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 155 | 0 | 0.77 | 0.27 | 0.17 | 320.61 | 0.65 | 0.51 |
| Hex | D3 | 30 | 9B | 0 | 4D | 1B | 11 | 141 | 41 | 33 |
| Octal | 323 | 60 | 233 | 0 | 115 | 33 | 21 | 501 | 101 | 63 |
| Binary | 11010011 | 110000 | 10011011 | 0 | 1001101 | 11011 | 10001 | 101000001 | 1000001 | 110011 |
Color Harmonies of #D3309B
Complementary color
Monochromatic Colors of #D3309B
Black with #D3309B
Text Example
Text Example
White with #D3309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3309B; }
p { color: rgb(211,48,155); }
H1.HeaderClassName
{
color: #D3309B;
}
.AnyTagClassName
{
color: #D3309B;
}
</style>
background-color css
<style>
a { background-color: #D3309B; }
a { background-color: rgb(211,48,155); }
div.DivClassName
{
background-color: #D3309B;
}
.BgClassName
{
background-color: #D3309B;
}
</style>
border-color css
<style>
span { border-color: #D3309B; }
span { border-color: rgb(211,48,155); }
td.TdClassName
{
border-color: #D3309B;
}
.TagClassName
{
border-color: #D3309B;
}
</style>