Shades of Cerise #D3305E
Tints of Cerise #D3305E
RGB
CMYK
RGB Variations
Color information
#D3305E (or 0xD3305E) is known color: Cerise. HEX triplet: D3, 30 and 5E. RGB value is (211,48,94). Sum of RGB (Red+Green+Blue) = 211+48+94=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3305E is #2CCFA1. Grayscale: #656565. Windows color (decimal): -2936738 or 6172883. OLE color: 6172883.
HSL color Cylindrical-coordinate representation of color #D3305E: hue angle of 343.07º 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 #D3305E is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 94 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.17 |
| HSL | 343.07º | 0.65% | 0.51% | - |
| HSV(B) | 343.07º | 0.77% | 0.83% | - |
| XYZ | 29.94 | 16.77 | 12.25 | - |
| YUV | 101.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 94 | 0 | 0.77 | 0.55 | 0.17 | 343.07 | 0.65 | 0.51 |
| Hex | D3 | 30 | 5E | 0 | 4D | 37 | 11 | 157 | 41 | 33 |
| Octal | 323 | 60 | 136 | 0 | 115 | 67 | 21 | 527 | 101 | 63 |
| Binary | 11010011 | 110000 | 1011110 | 0 | 1001101 | 110111 | 10001 | 101010111 | 1000001 | 110011 |
Color Harmonies of #D3305E
Complementary color
Monochromatic Colors of #D3305E
Black with #D3305E
Text Example
Text Example
White with #D3305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3305E; }
p { color: rgb(211,48,94); }
H1.HeaderClassName
{
color: #D3305E;
}
.AnyTagClassName
{
color: #D3305E;
}
</style>
background-color css
<style>
a { background-color: #D3305E; }
a { background-color: rgb(211,48,94); }
div.DivClassName
{
background-color: #D3305E;
}
.BgClassName
{
background-color: #D3305E;
}
</style>
border-color css
<style>
span { border-color: #D3305E; }
span { border-color: rgb(211,48,94); }
td.TdClassName
{
border-color: #D3305E;
}
.TagClassName
{
border-color: #D3305E;
}
</style>