Shades of Cerise #D2316D
Tints of Cerise #D2316D
RGB
CMYK
RGB Variations
Color information
#D2316D (or 0xD2316D) is known color: Cerise. HEX triplet: D2, 31 and 6D. RGB value is (210,49,109). Sum of RGB (Red+Green+Blue) = 210+49+109=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2316D is #2DCE92. Grayscale: #676767. Windows color (decimal): -3002003 or 7156178. OLE color: 7156178.
HSL color Cylindrical-coordinate representation of color #D2316D: hue angle of 337.64º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2316D is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 109 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.18 |
| HSL | 337.64º | 0.64% | 0.51% | - |
| HSV(B) | 337.64º | 0.77% | 0.82% | - |
| XYZ | 30.44 | 17 | 16.15 | - |
| YUV | 103.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 109 | 0 | 0.77 | 0.48 | 0.18 | 337.64 | 0.64 | 0.51 |
| Hex | D2 | 31 | 6D | 0 | 4D | 30 | 12 | 152 | 40 | 33 |
| Octal | 322 | 61 | 155 | 0 | 115 | 60 | 22 | 522 | 100 | 63 |
| Binary | 11010010 | 110001 | 1101101 | 0 | 1001101 | 110000 | 10010 | 101010010 | 1000000 | 110011 |
Color Harmonies of #D2316D
Complementary color
Monochromatic Colors of #D2316D
Black with #D2316D
Text Example
Text Example
White with #D2316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2316D; }
p { color: rgb(210,49,109); }
H1.HeaderClassName
{
color: #D2316D;
}
.AnyTagClassName
{
color: #D2316D;
}
</style>
background-color css
<style>
a { background-color: #D2316D; }
a { background-color: rgb(210,49,109); }
div.DivClassName
{
background-color: #D2316D;
}
.BgClassName
{
background-color: #D2316D;
}
</style>
border-color css
<style>
span { border-color: #D2316D; }
span { border-color: rgb(210,49,109); }
td.TdClassName
{
border-color: #D2316D;
}
.TagClassName
{
border-color: #D2316D;
}
</style>