Shades of Deep Cerise #D12F81
Tints of Deep Cerise #D12F81
RGB
CMYK
RGB Variations
Color information
#D12F81 (or 0xD12F81) is known color: Deep Cerise. HEX triplet: D1, 2F and 81. RGB value is (209,47,129). Sum of RGB (Red+Green+Blue) = 209+47+129=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12F81 is #2ED07E. Grayscale: #686868. Windows color (decimal): -3068031 or 8466385. OLE color: 8466385.
HSL color Cylindrical-coordinate representation of color #D12F81: hue angle of 329.63º 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 #D12F81 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 129 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.18 |
| HSL | 329.63º | 0.64% | 0.5% | - |
| HSV(B) | 329.63º | 0.78% | 0.82% | - |
| XYZ | 31.27 | 17.17 | 22.44 | - |
| YUV | 104.79 | 141.67 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 129 | 0 | 0.78 | 0.38 | 0.18 | 329.63 | 0.64 | 0.5 |
| Hex | D1 | 2F | 81 | 0 | 4E | 26 | 12 | 14A | 40 | 32 |
| Octal | 321 | 57 | 201 | 0 | 116 | 46 | 22 | 512 | 100 | 62 |
| Binary | 11010001 | 101111 | 10000001 | 0 | 1001110 | 100110 | 10010 | 101001010 | 1000000 | 110010 |
Color Harmonies of #D12F81
Complementary color
Monochromatic Colors of #D12F81
Black with #D12F81
Text Example
Text Example
White with #D12F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F81; }
p { color: rgb(209,47,129); }
H1.HeaderClassName
{
color: #D12F81;
}
.AnyTagClassName
{
color: #D12F81;
}
</style>
background-color css
<style>
a { background-color: #D12F81; }
a { background-color: rgb(209,47,129); }
div.DivClassName
{
background-color: #D12F81;
}
.BgClassName
{
background-color: #D12F81;
}
</style>
border-color css
<style>
span { border-color: #D12F81; }
span { border-color: rgb(209,47,129); }
td.TdClassName
{
border-color: #D12F81;
}
.TagClassName
{
border-color: #D12F81;
}
</style>