Shades of Deep Cerise #D12FA9
Tints of Deep Cerise #D12FA9
RGB
CMYK
RGB Variations
Color information
#D12FA9 (or 0xD12FA9) is known color: Deep Cerise. HEX triplet: D1, 2F and A9. RGB value is (209,47,169). Sum of RGB (Red+Green+Blue) = 209+47+169=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12FA9 is #2ED056. Grayscale: #6D6D6D. Windows color (decimal): -3067991 or 11087825. OLE color: 11087825.
HSL color Cylindrical-coordinate representation of color #D12FA9: hue angle of 314.81º 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 #D12FA9 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 169 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.18 |
| HSL | 314.81º | 0.64% | 0.5% | - |
| HSV(B) | 314.81º | 0.78% | 0.82% | - |
| XYZ | 34.47 | 18.45 | 39.28 | - |
| YUV | 109.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 169 | 0 | 0.78 | 0.19 | 0.18 | 314.81 | 0.64 | 0.5 |
| Hex | D1 | 2F | A9 | 0 | 4E | 13 | 12 | 13B | 40 | 32 |
| Octal | 321 | 57 | 251 | 0 | 116 | 23 | 22 | 473 | 100 | 62 |
| Binary | 11010001 | 101111 | 10101001 | 0 | 1001110 | 10011 | 10010 | 100111011 | 1000000 | 110010 |
Color Harmonies of #D12FA9
Complementary color
Monochromatic Colors of #D12FA9
Black with #D12FA9
Text Example
Text Example
White with #D12FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FA9; }
p { color: rgb(209,47,169); }
H1.HeaderClassName
{
color: #D12FA9;
}
.AnyTagClassName
{
color: #D12FA9;
}
</style>
background-color css
<style>
a { background-color: #D12FA9; }
a { background-color: rgb(209,47,169); }
div.DivClassName
{
background-color: #D12FA9;
}
.BgClassName
{
background-color: #D12FA9;
}
</style>
border-color css
<style>
span { border-color: #D12FA9; }
span { border-color: rgb(209,47,169); }
td.TdClassName
{
border-color: #D12FA9;
}
.TagClassName
{
border-color: #D12FA9;
}
</style>