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