Shades of Cerise #D2316B
Tints of Cerise #D2316B
RGB
CMYK
RGB Variations
Color information
#D2316B (or 0xD2316B) is known color: Cerise. HEX triplet: D2, 31 and 6B. RGB value is (210,49,107). Sum of RGB (Red+Green+Blue) = 210+49+107=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2316B is #2DCE94. Grayscale: #676767. Windows color (decimal): -3002005 or 7025106. OLE color: 7025106.
HSL color Cylindrical-coordinate representation of color #D2316B: hue angle of 338.39º 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 #D2316B is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 107 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.18 |
| HSL | 338.39º | 0.64% | 0.51% | - |
| HSV(B) | 338.39º | 0.77% | 0.82% | - |
| XYZ | 30.33 | 16.96 | 15.58 | - |
| YUV | 103.75 | 129.84 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 107 | 0 | 0.77 | 0.49 | 0.18 | 338.39 | 0.64 | 0.51 |
| Hex | D2 | 31 | 6B | 0 | 4D | 31 | 12 | 152 | 40 | 33 |
| Octal | 322 | 61 | 153 | 0 | 115 | 61 | 22 | 522 | 100 | 63 |
| Binary | 11010010 | 110001 | 1101011 | 0 | 1001101 | 110001 | 10010 | 101010010 | 1000000 | 110011 |
Color Harmonies of #D2316B
Complementary color
Monochromatic Colors of #D2316B
Black with #D2316B
Text Example
Text Example
White with #D2316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2316B; }
p { color: rgb(210,49,107); }
H1.HeaderClassName
{
color: #D2316B;
}
.AnyTagClassName
{
color: #D2316B;
}
</style>
background-color css
<style>
a { background-color: #D2316B; }
a { background-color: rgb(210,49,107); }
div.DivClassName
{
background-color: #D2316B;
}
.BgClassName
{
background-color: #D2316B;
}
</style>
border-color css
<style>
span { border-color: #D2316B; }
span { border-color: rgb(210,49,107); }
td.TdClassName
{
border-color: #D2316B;
}
.TagClassName
{
border-color: #D2316B;
}
</style>