Shades of Cerise #D6315D
Tints of Cerise #D6315D
RGB
CMYK
RGB Variations
Color information
#D6315D (or 0xD6315D) is known color: Cerise. HEX triplet: D6, 31 and 5D. RGB value is (214,49,93). Sum of RGB (Red+Green+Blue) = 214+49+93=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6315D is #29CEA2. Grayscale: #676767. Windows color (decimal): -2739875 or 6107606. OLE color: 6107606.
HSL color Cylindrical-coordinate representation of color #D6315D: hue angle of 344º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6315D is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 93 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.16 |
| HSL | 344º | 0.67% | 0.52% | - |
| HSV(B) | 344º | 0.77% | 0.84% | - |
| XYZ | 30.81 | 17.28 | 12.07 | - |
| YUV | 103.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 93 | 0 | 0.77 | 0.57 | 0.16 | 344 | 0.67 | 0.52 |
| Hex | D6 | 31 | 5D | 0 | 4D | 39 | 10 | 158 | 43 | 34 |
| Octal | 326 | 61 | 135 | 0 | 115 | 71 | 20 | 530 | 103 | 64 |
| Binary | 11010110 | 110001 | 1011101 | 0 | 1001101 | 111001 | 10000 | 101011000 | 1000011 | 110100 |
Color Harmonies of #D6315D
Complementary color
Monochromatic Colors of #D6315D
Black with #D6315D
Text Example
Text Example
White with #D6315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6315D; }
p { color: rgb(214,49,93); }
H1.HeaderClassName
{
color: #D6315D;
}
.AnyTagClassName
{
color: #D6315D;
}
</style>
background-color css
<style>
a { background-color: #D6315D; }
a { background-color: rgb(214,49,93); }
div.DivClassName
{
background-color: #D6315D;
}
.BgClassName
{
background-color: #D6315D;
}
</style>
border-color css
<style>
span { border-color: #D6315D; }
span { border-color: rgb(214,49,93); }
td.TdClassName
{
border-color: #D6315D;
}
.TagClassName
{
border-color: #D6315D;
}
</style>