Shades of Deep Cerise #D12F94
Tints of Deep Cerise #D12F94
RGB
CMYK
RGB Variations
Color information
#D12F94 (or 0xD12F94) is known color: Deep Cerise. HEX triplet: D1, 2F and 94. RGB value is (209,47,148). Sum of RGB (Red+Green+Blue) = 209+47+148=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12F94 is #2ED06B. Grayscale: #6A6A6A. Windows color (decimal): -3068012 or 9711569. OLE color: 9711569.
HSL color Cylindrical-coordinate representation of color #D12F94: hue angle of 322.59º 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 #D12F94 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 148 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.18 |
| HSL | 322.59º | 0.64% | 0.5% | - |
| HSV(B) | 322.59º | 0.78% | 0.82% | - |
| XYZ | 32.66 | 17.73 | 29.72 | - |
| YUV | 106.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 148 | 0 | 0.78 | 0.29 | 0.18 | 322.59 | 0.64 | 0.5 |
| Hex | D1 | 2F | 94 | 0 | 4E | 1D | 12 | 143 | 40 | 32 |
| Octal | 321 | 57 | 224 | 0 | 116 | 35 | 22 | 503 | 100 | 62 |
| Binary | 11010001 | 101111 | 10010100 | 0 | 1001110 | 11101 | 10010 | 101000011 | 1000000 | 110010 |
Color Harmonies of #D12F94
Complementary color
Monochromatic Colors of #D12F94
Black with #D12F94
Text Example
Text Example
White with #D12F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F94; }
p { color: rgb(209,47,148); }
H1.HeaderClassName
{
color: #D12F94;
}
.AnyTagClassName
{
color: #D12F94;
}
</style>
background-color css
<style>
a { background-color: #D12F94; }
a { background-color: rgb(209,47,148); }
div.DivClassName
{
background-color: #D12F94;
}
.BgClassName
{
background-color: #D12F94;
}
</style>
border-color css
<style>
span { border-color: #D12F94; }
span { border-color: rgb(209,47,148); }
td.TdClassName
{
border-color: #D12F94;
}
.TagClassName
{
border-color: #D12F94;
}
</style>