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