Shades of Cerise #D5315B
Tints of Cerise #D5315B
RGB
CMYK
RGB Variations
Color information
#D5315B (or 0xD5315B) is known color: Cerise. HEX triplet: D5, 31 and 5B. RGB value is (213,49,91). Sum of RGB (Red+Green+Blue) = 213+49+91=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5315B is #2ACEA4. Grayscale: #666666. Windows color (decimal): -2805413 or 5976533. OLE color: 5976533.
HSL color Cylindrical-coordinate representation of color #D5315B: hue angle of 344.63º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5315B is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 91 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.16 |
| HSL | 344.63º | 0.66% | 0.51% | - |
| HSV(B) | 344.63º | 0.77% | 0.84% | - |
| XYZ | 30.43 | 17.1 | 11.59 | - |
| YUV | 102.82 | 121.33 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 91 | 0 | 0.77 | 0.57 | 0.16 | 344.63 | 0.66 | 0.51 |
| Hex | D5 | 31 | 5B | 0 | 4D | 39 | 10 | 159 | 42 | 33 |
| Octal | 325 | 61 | 133 | 0 | 115 | 71 | 20 | 531 | 102 | 63 |
| Binary | 11010101 | 110001 | 1011011 | 0 | 1001101 | 111001 | 10000 | 101011001 | 1000010 | 110011 |
Color Harmonies of #D5315B
Complementary color
Monochromatic Colors of #D5315B
Black with #D5315B
Text Example
Text Example
White with #D5315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5315B; }
p { color: rgb(213,49,91); }
H1.HeaderClassName
{
color: #D5315B;
}
.AnyTagClassName
{
color: #D5315B;
}
</style>
background-color css
<style>
a { background-color: #D5315B; }
a { background-color: rgb(213,49,91); }
div.DivClassName
{
background-color: #D5315B;
}
.BgClassName
{
background-color: #D5315B;
}
</style>
border-color css
<style>
span { border-color: #D5315B; }
span { border-color: rgb(213,49,91); }
td.TdClassName
{
border-color: #D5315B;
}
.TagClassName
{
border-color: #D5315B;
}
</style>