Shades of Deep Cerise #D12F83
Tints of Deep Cerise #D12F83
RGB
CMYK
RGB Variations
Color information
#D12F83 (or 0xD12F83) is known color: Deep Cerise. HEX triplet: D1, 2F and 83. RGB value is (209,47,131). Sum of RGB (Red+Green+Blue) = 209+47+131=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12F83 is #2ED07C. Grayscale: #686868. Windows color (decimal): -3068029 or 8597457. OLE color: 8597457.
HSL color Cylindrical-coordinate representation of color #D12F83: hue angle of 328.89º degrees, saturation: 0.64, 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 #D12F83 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 131 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.18 |
| HSL | 328.89º | 0.64% | 0.5% | - |
| HSV(B) | 328.89º | 0.78% | 0.82% | - |
| XYZ | 31.41 | 17.23 | 23.14 | - |
| YUV | 105.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 131 | 0 | 0.78 | 0.37 | 0.18 | 328.89 | 0.64 | 0.5 |
| Hex | D1 | 2F | 83 | 0 | 4E | 25 | 12 | 149 | 40 | 32 |
| Octal | 321 | 57 | 203 | 0 | 116 | 45 | 22 | 511 | 100 | 62 |
| Binary | 11010001 | 101111 | 10000011 | 0 | 1001110 | 100101 | 10010 | 101001001 | 1000000 | 110010 |
Color Harmonies of #D12F83
Complementary color
Monochromatic Colors of #D12F83
Black with #D12F83
Text Example
Text Example
White with #D12F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F83; }
p { color: rgb(209,47,131); }
H1.HeaderClassName
{
color: #D12F83;
}
.AnyTagClassName
{
color: #D12F83;
}
</style>
background-color css
<style>
a { background-color: #D12F83; }
a { background-color: rgb(209,47,131); }
div.DivClassName
{
background-color: #D12F83;
}
.BgClassName
{
background-color: #D12F83;
}
</style>
border-color css
<style>
span { border-color: #D12F83; }
span { border-color: rgb(209,47,131); }
td.TdClassName
{
border-color: #D12F83;
}
.TagClassName
{
border-color: #D12F83;
}
</style>