Shades of Deep Cerise #D12FA1
Tints of Deep Cerise #D12FA1
RGB
CMYK
RGB Variations
Color information
#D12FA1 (or 0xD12FA1) is known color: Deep Cerise. HEX triplet: D1, 2F and A1. RGB value is (209,47,161). Sum of RGB (Red+Green+Blue) = 209+47+161=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12FA1 is #2ED05E. Grayscale: #6C6C6C. Windows color (decimal): -3067999 or 10563537. OLE color: 10563537.
HSL color Cylindrical-coordinate representation of color #D12FA1: hue angle of 317.78º 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 #D12FA1 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 161 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.18 |
| HSL | 317.78º | 0.64% | 0.5% | - |
| HSV(B) | 317.78º | 0.78% | 0.82% | - |
| XYZ | 33.74 | 18.16 | 35.45 | - |
| YUV | 108.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 161 | 0 | 0.78 | 0.23 | 0.18 | 317.78 | 0.64 | 0.5 |
| Hex | D1 | 2F | A1 | 0 | 4E | 17 | 12 | 13E | 40 | 32 |
| Octal | 321 | 57 | 241 | 0 | 116 | 27 | 22 | 476 | 100 | 62 |
| Binary | 11010001 | 101111 | 10100001 | 0 | 1001110 | 10111 | 10010 | 100111110 | 1000000 | 110010 |
Color Harmonies of #D12FA1
Complementary color
Monochromatic Colors of #D12FA1
Black with #D12FA1
Text Example
Text Example
White with #D12FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FA1; }
p { color: rgb(209,47,161); }
H1.HeaderClassName
{
color: #D12FA1;
}
.AnyTagClassName
{
color: #D12FA1;
}
</style>
background-color css
<style>
a { background-color: #D12FA1; }
a { background-color: rgb(209,47,161); }
div.DivClassName
{
background-color: #D12FA1;
}
.BgClassName
{
background-color: #D12FA1;
}
</style>
border-color css
<style>
span { border-color: #D12FA1; }
span { border-color: rgb(209,47,161); }
td.TdClassName
{
border-color: #D12FA1;
}
.TagClassName
{
border-color: #D12FA1;
}
</style>