Shades of Cerise #D3305B
Tints of Cerise #D3305B
RGB
CMYK
RGB Variations
Color information
#D3305B (or 0xD3305B) is known color: Cerise. HEX triplet: D3, 30 and 5B. RGB value is (211,48,91). Sum of RGB (Red+Green+Blue) = 211+48+91=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D3305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3305B is #2CCFA4. Grayscale: #656565. Windows color (decimal): -2936741 or 5976275. OLE color: 5976275.
HSL color Cylindrical-coordinate representation of color #D3305B: hue angle of 344.17º 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 #D3305B is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 91 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.17 |
| HSL | 344.17º | 0.65% | 0.51% | - |
| HSV(B) | 344.17º | 0.77% | 0.83% | - |
| XYZ | 29.81 | 16.72 | 11.55 | - |
| YUV | 101.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 91 | 0 | 0.77 | 0.57 | 0.17 | 344.17 | 0.65 | 0.51 |
| Hex | D3 | 30 | 5B | 0 | 4D | 39 | 11 | 158 | 41 | 33 |
| Octal | 323 | 60 | 133 | 0 | 115 | 71 | 21 | 530 | 101 | 63 |
| Binary | 11010011 | 110000 | 1011011 | 0 | 1001101 | 111001 | 10001 | 101011000 | 1000001 | 110011 |
Color Harmonies of #D3305B
Complementary color
Monochromatic Colors of #D3305B
Black with #D3305B
Text Example
Text Example
White with #D3305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3305B; }
p { color: rgb(211,48,91); }
H1.HeaderClassName
{
color: #D3305B;
}
.AnyTagClassName
{
color: #D3305B;
}
</style>
background-color css
<style>
a { background-color: #D3305B; }
a { background-color: rgb(211,48,91); }
div.DivClassName
{
background-color: #D3305B;
}
.BgClassName
{
background-color: #D3305B;
}
</style>
border-color css
<style>
span { border-color: #D3305B; }
span { border-color: rgb(211,48,91); }
td.TdClassName
{
border-color: #D3305B;
}
.TagClassName
{
border-color: #D3305B;
}
</style>