Shades of Cerise #D3306C
Tints of Cerise #D3306C
RGB
CMYK
RGB Variations
Color information
#D3306C (or 0xD3306C) is known color: Cerise. HEX triplet: D3, 30 and 6C. RGB value is (211,48,108). Sum of RGB (Red+Green+Blue) = 211+48+108=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D3306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3306C is #2CCF93. Grayscale: #676767. Windows color (decimal): -2936724 or 7090387. OLE color: 7090387.
HSL color Cylindrical-coordinate representation of color #D3306C: hue angle of 337.91º 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 #D3306C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 108 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.17 |
| HSL | 337.91º | 0.65% | 0.51% | - |
| HSV(B) | 337.91º | 0.77% | 0.83% | - |
| XYZ | 30.63 | 17.05 | 15.86 | - |
| YUV | 103.58 | 130.5 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 108 | 0 | 0.77 | 0.49 | 0.17 | 337.91 | 0.65 | 0.51 |
| Hex | D3 | 30 | 6C | 0 | 4D | 31 | 11 | 152 | 41 | 33 |
| Octal | 323 | 60 | 154 | 0 | 115 | 61 | 21 | 522 | 101 | 63 |
| Binary | 11010011 | 110000 | 1101100 | 0 | 1001101 | 110001 | 10001 | 101010010 | 1000001 | 110011 |
Color Harmonies of #D3306C
Complementary color
Monochromatic Colors of #D3306C
Black with #D3306C
Text Example
Text Example
White with #D3306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3306C; }
p { color: rgb(211,48,108); }
H1.HeaderClassName
{
color: #D3306C;
}
.AnyTagClassName
{
color: #D3306C;
}
</style>
background-color css
<style>
a { background-color: #D3306C; }
a { background-color: rgb(211,48,108); }
div.DivClassName
{
background-color: #D3306C;
}
.BgClassName
{
background-color: #D3306C;
}
</style>
border-color css
<style>
span { border-color: #D3306C; }
span { border-color: rgb(211,48,108); }
td.TdClassName
{
border-color: #D3306C;
}
.TagClassName
{
border-color: #D3306C;
}
</style>