Shades of Cerise #D4315D
Tints of Cerise #D4315D
RGB
CMYK
RGB Variations
Color information
#D4315D (or 0xD4315D) is known color: Cerise. HEX triplet: D4, 31 and 5D. RGB value is (212,49,93). Sum of RGB (Red+Green+Blue) = 212+49+93=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4315D is #2BCEA2. Grayscale: #666666. Windows color (decimal): -2870947 or 6107604. OLE color: 6107604.
HSL color Cylindrical-coordinate representation of color #D4315D: hue angle of 343.8º 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 #D4315D is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 93 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.17 |
| HSL | 343.8º | 0.65% | 0.51% | - |
| HSV(B) | 343.8º | 0.77% | 0.83% | - |
| XYZ | 30.23 | 16.98 | 12.04 | - |
| YUV | 102.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 93 | 0 | 0.77 | 0.56 | 0.17 | 343.8 | 0.65 | 0.51 |
| Hex | D4 | 31 | 5D | 0 | 4D | 38 | 11 | 158 | 41 | 33 |
| Octal | 324 | 61 | 135 | 0 | 115 | 70 | 21 | 530 | 101 | 63 |
| Binary | 11010100 | 110001 | 1011101 | 0 | 1001101 | 111000 | 10001 | 101011000 | 1000001 | 110011 |
Color Harmonies of #D4315D
Complementary color
Monochromatic Colors of #D4315D
Black with #D4315D
Text Example
Text Example
White with #D4315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4315D; }
p { color: rgb(212,49,93); }
H1.HeaderClassName
{
color: #D4315D;
}
.AnyTagClassName
{
color: #D4315D;
}
</style>
background-color css
<style>
a { background-color: #D4315D; }
a { background-color: rgb(212,49,93); }
div.DivClassName
{
background-color: #D4315D;
}
.BgClassName
{
background-color: #D4315D;
}
</style>
border-color css
<style>
span { border-color: #D4315D; }
span { border-color: rgb(212,49,93); }
td.TdClassName
{
border-color: #D4315D;
}
.TagClassName
{
border-color: #D4315D;
}
</style>