Shades of Cerise #D13C6D
Tints of Cerise #D13C6D
RGB
CMYK
RGB Variations
Color information
#D13C6D (or 0xD13C6D) is known color: Cerise. HEX triplet: D1, 3C and 6D. RGB value is (209,60,109). Sum of RGB (Red+Green+Blue) = 209+60+109=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C6D is #2EC392. Grayscale: #6E6E6E. Windows color (decimal): -3064723 or 7158993. OLE color: 7158993.
HSL color Cylindrical-coordinate representation of color #D13C6D: hue angle of 340.27º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C6D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 109 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.18 |
| HSL | 340.27º | 0.62% | 0.53% | - |
| HSV(B) | 340.27º | 0.71% | 0.82% | - |
| XYZ | 30.67 | 17.89 | 16.3 | - |
| YUV | 110.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 109 | 0 | 0.71 | 0.48 | 0.18 | 340.27 | 0.62 | 0.53 |
| Hex | D1 | 3C | 6D | 0 | 47 | 30 | 12 | 154 | 3E | 35 |
| Octal | 321 | 74 | 155 | 0 | 107 | 60 | 22 | 524 | 76 | 65 |
| Binary | 11010001 | 111100 | 1101101 | 0 | 1000111 | 110000 | 10010 | 101010100 | 111110 | 110101 |
Color Harmonies of #D13C6D
Complementary color
Monochromatic Colors of #D13C6D
Black with #D13C6D
Text Example
Text Example
White with #D13C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C6D; }
p { color: rgb(209,60,109); }
H1.HeaderClassName
{
color: #D13C6D;
}
.AnyTagClassName
{
color: #D13C6D;
}
</style>
background-color css
<style>
a { background-color: #D13C6D; }
a { background-color: rgb(209,60,109); }
div.DivClassName
{
background-color: #D13C6D;
}
.BgClassName
{
background-color: #D13C6D;
}
</style>
border-color css
<style>
span { border-color: #D13C6D; }
span { border-color: rgb(209,60,109); }
td.TdClassName
{
border-color: #D13C6D;
}
.TagClassName
{
border-color: #D13C6D;
}
</style>