Shades of Cerise #D12D5E
Tints of Cerise #D12D5E
RGB
CMYK
RGB Variations
Color information
#D12D5E (or 0xD12D5E) is known color: Cerise. HEX triplet: D1, 2D and 5E. RGB value is (209,45,94). Sum of RGB (Red+Green+Blue) = 209+45+94=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D5E is #2ED2A1. Grayscale: #636363. Windows color (decimal): -3068578 or 6172113. OLE color: 6172113.
HSL color Cylindrical-coordinate representation of color #D12D5E: hue angle of 342.07º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D5E is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 94 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.18 |
| HSL | 342.07º | 0.65% | 0.5% | - |
| HSV(B) | 342.07º | 0.78% | 0.82% | - |
| XYZ | 29.25 | 16.24 | 12.18 | - |
| YUV | 99.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 94 | 0 | 0.78 | 0.55 | 0.18 | 342.07 | 0.65 | 0.5 |
| Hex | D1 | 2D | 5E | 0 | 4E | 37 | 12 | 156 | 41 | 32 |
| Octal | 321 | 55 | 136 | 0 | 116 | 67 | 22 | 526 | 101 | 62 |
| Binary | 11010001 | 101101 | 1011110 | 0 | 1001110 | 110111 | 10010 | 101010110 | 1000001 | 110010 |
Color Harmonies of #D12D5E
Complementary color
Monochromatic Colors of #D12D5E
Black with #D12D5E
Text Example
Text Example
White with #D12D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D5E; }
p { color: rgb(209,45,94); }
H1.HeaderClassName
{
color: #D12D5E;
}
.AnyTagClassName
{
color: #D12D5E;
}
</style>
background-color css
<style>
a { background-color: #D12D5E; }
a { background-color: rgb(209,45,94); }
div.DivClassName
{
background-color: #D12D5E;
}
.BgClassName
{
background-color: #D12D5E;
}
</style>
border-color css
<style>
span { border-color: #D12D5E; }
span { border-color: rgb(209,45,94); }
td.TdClassName
{
border-color: #D12D5E;
}
.TagClassName
{
border-color: #D12D5E;
}
</style>