Shades of Cerise #D12D5D
Tints of Cerise #D12D5D
RGB
CMYK
RGB Variations
Color information
#D12D5D (or 0xD12D5D) is known color: Cerise. HEX triplet: D1, 2D and 5D. RGB value is (209,45,93). Sum of RGB (Red+Green+Blue) = 209+45+93=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D5D is #2ED2A2. Grayscale: #636363. Windows color (decimal): -3068579 or 6106577. OLE color: 6106577.
HSL color Cylindrical-coordinate representation of color #D12D5D: hue angle of 342.44º 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 #D12D5D is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 93 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.18 |
| HSL | 342.44º | 0.65% | 0.5% | - |
| HSV(B) | 342.44º | 0.78% | 0.82% | - |
| XYZ | 29.21 | 16.22 | 11.95 | - |
| YUV | 99.51 | 124.33 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 93 | 0 | 0.78 | 0.56 | 0.18 | 342.44 | 0.65 | 0.5 |
| Hex | D1 | 2D | 5D | 0 | 4E | 38 | 12 | 156 | 41 | 32 |
| Octal | 321 | 55 | 135 | 0 | 116 | 70 | 22 | 526 | 101 | 62 |
| Binary | 11010001 | 101101 | 1011101 | 0 | 1001110 | 111000 | 10010 | 101010110 | 1000001 | 110010 |
Color Harmonies of #D12D5D
Complementary color
Monochromatic Colors of #D12D5D
Black with #D12D5D
Text Example
Text Example
White with #D12D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D5D; }
p { color: rgb(209,45,93); }
H1.HeaderClassName
{
color: #D12D5D;
}
.AnyTagClassName
{
color: #D12D5D;
}
</style>
background-color css
<style>
a { background-color: #D12D5D; }
a { background-color: rgb(209,45,93); }
div.DivClassName
{
background-color: #D12D5D;
}
.BgClassName
{
background-color: #D12D5D;
}
</style>
border-color css
<style>
span { border-color: #D12D5D; }
span { border-color: rgb(209,45,93); }
td.TdClassName
{
border-color: #D12D5D;
}
.TagClassName
{
border-color: #D12D5D;
}
</style>