Shades of Deep Cerise #D12D86
Tints of Deep Cerise #D12D86
RGB
CMYK
RGB Variations
Color information
#D12D86 (or 0xD12D86) is known color: Deep Cerise. HEX triplet: D1, 2D and 86. RGB value is (209,45,134). Sum of RGB (Red+Green+Blue) = 209+45+134=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D86 is #2ED279. Grayscale: #676767. Windows color (decimal): -3068538 or 8793553. OLE color: 8793553.
HSL color Cylindrical-coordinate representation of color #D12D86: hue angle of 327.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 #D12D86 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 134 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.18 |
| HSL | 327.44º | 0.65% | 0.5% | - |
| HSV(B) | 327.44º | 0.78% | 0.82% | - |
| XYZ | 31.54 | 17.15 | 24.2 | - |
| YUV | 104.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 134 | 0 | 0.78 | 0.36 | 0.18 | 327.44 | 0.65 | 0.5 |
| Hex | D1 | 2D | 86 | 0 | 4E | 24 | 12 | 147 | 41 | 32 |
| Octal | 321 | 55 | 206 | 0 | 116 | 44 | 22 | 507 | 101 | 62 |
| Binary | 11010001 | 101101 | 10000110 | 0 | 1001110 | 100100 | 10010 | 101000111 | 1000001 | 110010 |
Color Harmonies of #D12D86
Complementary color
Monochromatic Colors of #D12D86
Black with #D12D86
Text Example
Text Example
White with #D12D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D86; }
p { color: rgb(209,45,134); }
H1.HeaderClassName
{
color: #D12D86;
}
.AnyTagClassName
{
color: #D12D86;
}
</style>
background-color css
<style>
a { background-color: #D12D86; }
a { background-color: rgb(209,45,134); }
div.DivClassName
{
background-color: #D12D86;
}
.BgClassName
{
background-color: #D12D86;
}
</style>
border-color css
<style>
span { border-color: #D12D86; }
span { border-color: rgb(209,45,134); }
td.TdClassName
{
border-color: #D12D86;
}
.TagClassName
{
border-color: #D12D86;
}
</style>