Shades of Cerise #D1316B
Tints of Cerise #D1316B
RGB
CMYK
RGB Variations
Color information
#D1316B (or 0xD1316B) is known color: Cerise. HEX triplet: D1, 31 and 6B. RGB value is (209,49,107). Sum of RGB (Red+Green+Blue) = 209+49+107=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1316B is #2ECE94. Grayscale: #676767. Windows color (decimal): -3067541 or 7025105. OLE color: 7025105.
HSL color Cylindrical-coordinate representation of color #D1316B: hue angle of 338.25º degrees, saturation: 0.63, 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 #D1316B is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 107 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.18 |
| HSL | 338.25º | 0.63% | 0.51% | - |
| HSV(B) | 338.25º | 0.77% | 0.82% | - |
| XYZ | 30.05 | 16.81 | 15.57 | - |
| YUV | 103.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 107 | 0 | 0.77 | 0.49 | 0.18 | 338.25 | 0.63 | 0.51 |
| Hex | D1 | 31 | 6B | 0 | 4D | 31 | 12 | 152 | 3F | 33 |
| Octal | 321 | 61 | 153 | 0 | 115 | 61 | 22 | 522 | 77 | 63 |
| Binary | 11010001 | 110001 | 1101011 | 0 | 1001101 | 110001 | 10010 | 101010010 | 111111 | 110011 |
Color Harmonies of #D1316B
Complementary color
Monochromatic Colors of #D1316B
Black with #D1316B
Text Example
Text Example
White with #D1316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1316B; }
p { color: rgb(209,49,107); }
H1.HeaderClassName
{
color: #D1316B;
}
.AnyTagClassName
{
color: #D1316B;
}
</style>
background-color css
<style>
a { background-color: #D1316B; }
a { background-color: rgb(209,49,107); }
div.DivClassName
{
background-color: #D1316B;
}
.BgClassName
{
background-color: #D1316B;
}
</style>
border-color css
<style>
span { border-color: #D1316B; }
span { border-color: rgb(209,49,107); }
td.TdClassName
{
border-color: #D1316B;
}
.TagClassName
{
border-color: #D1316B;
}
</style>