Shades of Cerise #D1315D
Tints of Cerise #D1315D
RGB
CMYK
RGB Variations
Color information
#D1315D (or 0xD1315D) is known color: Cerise. HEX triplet: D1, 31 and 5D. RGB value is (209,49,93). Sum of RGB (Red+Green+Blue) = 209+49+93=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1315D is #2ECEA2. Grayscale: #656565. Windows color (decimal): -3067555 or 6107601. OLE color: 6107601.
HSL color Cylindrical-coordinate representation of color #D1315D: hue angle of 343.5º 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 #D1315D is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 93 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.18 |
| HSL | 343.5º | 0.63% | 0.51% | - |
| HSV(B) | 343.5º | 0.77% | 0.82% | - |
| XYZ | 29.37 | 16.54 | 12 | - |
| YUV | 101.86 | 123.01 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 93 | 0 | 0.77 | 0.56 | 0.18 | 343.5 | 0.63 | 0.51 |
| Hex | D1 | 31 | 5D | 0 | 4D | 38 | 12 | 158 | 3F | 33 |
| Octal | 321 | 61 | 135 | 0 | 115 | 70 | 22 | 530 | 77 | 63 |
| Binary | 11010001 | 110001 | 1011101 | 0 | 1001101 | 111000 | 10010 | 101011000 | 111111 | 110011 |
Color Harmonies of #D1315D
Complementary color
Monochromatic Colors of #D1315D
Black with #D1315D
Text Example
Text Example
White with #D1315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1315D; }
p { color: rgb(209,49,93); }
H1.HeaderClassName
{
color: #D1315D;
}
.AnyTagClassName
{
color: #D1315D;
}
</style>
background-color css
<style>
a { background-color: #D1315D; }
a { background-color: rgb(209,49,93); }
div.DivClassName
{
background-color: #D1315D;
}
.BgClassName
{
background-color: #D1315D;
}
</style>
border-color css
<style>
span { border-color: #D1315D; }
span { border-color: rgb(209,49,93); }
td.TdClassName
{
border-color: #D1315D;
}
.TagClassName
{
border-color: #D1315D;
}
</style>