Shades of Deep Cerise #D12DAC
Tints of Deep Cerise #D12DAC
RGB
CMYK
RGB Variations
Color information
#D12DAC (or 0xD12DAC) is known color: Deep Cerise. HEX triplet: D1, 2D and AC. RGB value is (209,45,172). Sum of RGB (Red+Green+Blue) = 209+45+172=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12DAC is #2ED253. Grayscale: #6C6C6C. Windows color (decimal): -3068500 or 11283921. OLE color: 11283921.
HSL color Cylindrical-coordinate representation of color #D12DAC: hue angle of 313.54º degrees, saturation: 0.65, 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 #D12DAC is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 172 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.18 |
| HSL | 313.54º | 0.65% | 0.5% | - |
| HSV(B) | 313.54º | 0.78% | 0.82% | - |
| XYZ | 34.68 | 18.41 | 40.76 | - |
| YUV | 108.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 172 | 0 | 0.78 | 0.18 | 0.18 | 313.54 | 0.65 | 0.5 |
| Hex | D1 | 2D | AC | 0 | 4E | 12 | 12 | 13A | 41 | 32 |
| Octal | 321 | 55 | 254 | 0 | 116 | 22 | 22 | 472 | 101 | 62 |
| Binary | 11010001 | 101101 | 10101100 | 0 | 1001110 | 10010 | 10010 | 100111010 | 1000001 | 110010 |
Color Harmonies of #D12DAC
Complementary color
Monochromatic Colors of #D12DAC
Black with #D12DAC
Text Example
Text Example
White with #D12DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DAC; }
p { color: rgb(209,45,172); }
H1.HeaderClassName
{
color: #D12DAC;
}
.AnyTagClassName
{
color: #D12DAC;
}
</style>
background-color css
<style>
a { background-color: #D12DAC; }
a { background-color: rgb(209,45,172); }
div.DivClassName
{
background-color: #D12DAC;
}
.BgClassName
{
background-color: #D12DAC;
}
</style>
border-color css
<style>
span { border-color: #D12DAC; }
span { border-color: rgb(209,45,172); }
td.TdClassName
{
border-color: #D12DAC;
}
.TagClassName
{
border-color: #D12DAC;
}
</style>