Shades of Cerise #D3315F
Tints of Cerise #D3315F
RGB
CMYK
RGB Variations
Color information
#D3315F (or 0xD3315F) is known color: Cerise. HEX triplet: D3, 31 and 5F. RGB value is (211,49,95). Sum of RGB (Red+Green+Blue) = 211+49+95=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3315F is #2CCEA0. Grayscale: #666666. Windows color (decimal): -2936481 or 6238675. OLE color: 6238675.
HSL color Cylindrical-coordinate representation of color #D3315F: hue angle of 342.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3315F is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 95 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.17 |
| HSL | 342.96º | 0.65% | 0.51% | - |
| HSV(B) | 342.96º | 0.77% | 0.83% | - |
| XYZ | 30.03 | 16.87 | 12.5 | - |
| YUV | 102.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 95 | 0 | 0.77 | 0.55 | 0.17 | 342.96 | 0.65 | 0.51 |
| Hex | D3 | 31 | 5F | 0 | 4D | 37 | 11 | 157 | 41 | 33 |
| Octal | 323 | 61 | 137 | 0 | 115 | 67 | 21 | 527 | 101 | 63 |
| Binary | 11010011 | 110001 | 1011111 | 0 | 1001101 | 110111 | 10001 | 101010111 | 1000001 | 110011 |
Color Harmonies of #D3315F
Complementary color
Monochromatic Colors of #D3315F
Black with #D3315F
Text Example
Text Example
White with #D3315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3315F; }
p { color: rgb(211,49,95); }
H1.HeaderClassName
{
color: #D3315F;
}
.AnyTagClassName
{
color: #D3315F;
}
</style>
background-color css
<style>
a { background-color: #D3315F; }
a { background-color: rgb(211,49,95); }
div.DivClassName
{
background-color: #D3315F;
}
.BgClassName
{
background-color: #D3315F;
}
</style>
border-color css
<style>
span { border-color: #D3315F; }
span { border-color: rgb(211,49,95); }
td.TdClassName
{
border-color: #D3315F;
}
.TagClassName
{
border-color: #D3315F;
}
</style>