Shades of Cerise #D3316F
Tints of Cerise #D3316F
RGB
CMYK
RGB Variations
Color information
#D3316F (or 0xD3316F) is known color: Cerise. HEX triplet: D3, 31 and 6F. RGB value is (211,49,111). Sum of RGB (Red+Green+Blue) = 211+49+111=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3316F is #2CCE90. Grayscale: #686868. Windows color (decimal): -2936465 or 7287251. OLE color: 7287251.
HSL color Cylindrical-coordinate representation of color #D3316F: hue angle of 337.04º 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 #D3316F is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 111 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.17 |
| HSL | 337.04º | 0.65% | 0.51% | - |
| HSV(B) | 337.04º | 0.77% | 0.83% | - |
| XYZ | 30.83 | 17.19 | 16.73 | - |
| YUV | 104.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 111 | 0 | 0.77 | 0.47 | 0.17 | 337.04 | 0.65 | 0.51 |
| Hex | D3 | 31 | 6F | 0 | 4D | 2F | 11 | 151 | 41 | 33 |
| Octal | 323 | 61 | 157 | 0 | 115 | 57 | 21 | 521 | 101 | 63 |
| Binary | 11010011 | 110001 | 1101111 | 0 | 1001101 | 101111 | 10001 | 101010001 | 1000001 | 110011 |
Color Harmonies of #D3316F
Complementary color
Monochromatic Colors of #D3316F
Black with #D3316F
Text Example
Text Example
White with #D3316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3316F; }
p { color: rgb(211,49,111); }
H1.HeaderClassName
{
color: #D3316F;
}
.AnyTagClassName
{
color: #D3316F;
}
</style>
background-color css
<style>
a { background-color: #D3316F; }
a { background-color: rgb(211,49,111); }
div.DivClassName
{
background-color: #D3316F;
}
.BgClassName
{
background-color: #D3316F;
}
</style>
border-color css
<style>
span { border-color: #D3316F; }
span { border-color: rgb(211,49,111); }
td.TdClassName
{
border-color: #D3316F;
}
.TagClassName
{
border-color: #D3316F;
}
</style>