Shades of Cerise #D3316B
Tints of Cerise #D3316B
RGB
CMYK
RGB Variations
Color information
#D3316B (or 0xD3316B) is known color: Cerise. HEX triplet: D3, 31 and 6B. RGB value is (211,49,107). Sum of RGB (Red+Green+Blue) = 211+49+107=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D3316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3316B is #2CCE94. Grayscale: #676767. Windows color (decimal): -2936469 or 7025107. OLE color: 7025107.
HSL color Cylindrical-coordinate representation of color #D3316B: hue angle of 338.52º 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 #D3316B is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 107 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.17 |
| HSL | 338.52º | 0.65% | 0.51% | - |
| HSV(B) | 338.52º | 0.77% | 0.83% | - |
| XYZ | 30.62 | 17.11 | 15.6 | - |
| YUV | 104.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 107 | 0 | 0.77 | 0.49 | 0.17 | 338.52 | 0.65 | 0.51 |
| Hex | D3 | 31 | 6B | 0 | 4D | 31 | 11 | 153 | 41 | 33 |
| Octal | 323 | 61 | 153 | 0 | 115 | 61 | 21 | 523 | 101 | 63 |
| Binary | 11010011 | 110001 | 1101011 | 0 | 1001101 | 110001 | 10001 | 101010011 | 1000001 | 110011 |
Color Harmonies of #D3316B
Complementary color
Monochromatic Colors of #D3316B
Black with #D3316B
Text Example
Text Example
White with #D3316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3316B; }
p { color: rgb(211,49,107); }
H1.HeaderClassName
{
color: #D3316B;
}
.AnyTagClassName
{
color: #D3316B;
}
</style>
background-color css
<style>
a { background-color: #D3316B; }
a { background-color: rgb(211,49,107); }
div.DivClassName
{
background-color: #D3316B;
}
.BgClassName
{
background-color: #D3316B;
}
</style>
border-color css
<style>
span { border-color: #D3316B; }
span { border-color: rgb(211,49,107); }
td.TdClassName
{
border-color: #D3316B;
}
.TagClassName
{
border-color: #D3316B;
}
</style>