Shades of Deep Cerise #D12A8E
Tints of Deep Cerise #D12A8E
RGB
CMYK
RGB Variations
Color information
#D12A8E (or 0xD12A8E) is known color: Deep Cerise. HEX triplet: D1, 2A and 8E. RGB value is (209,42,142). Sum of RGB (Red+Green+Blue) = 209+42+142=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12A8E is #2ED571. Grayscale: #676767. Windows color (decimal): -3069298 or 9317073. OLE color: 9317073.
HSL color Cylindrical-coordinate representation of color #D12A8E: hue angle of 324.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A8E is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 142 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.18 |
| HSL | 324.07º | 0.67% | 0.49% | - |
| HSV(B) | 324.07º | 0.8% | 0.82% | - |
| XYZ | 32 | 17.16 | 27.22 | - |
| YUV | 103.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 142 | 0 | 0.80 | 0.32 | 0.18 | 324.07 | 0.67 | 0.49 |
| Hex | D1 | 2A | 8E | 0 | 50 | 20 | 12 | 144 | 43 | 31 |
| Octal | 321 | 52 | 216 | 0 | 120 | 40 | 22 | 504 | 103 | 61 |
| Binary | 11010001 | 101010 | 10001110 | 0 | 1010000 | 100000 | 10010 | 101000100 | 1000011 | 110001 |
Color Harmonies of #D12A8E
Complementary color
Monochromatic Colors of #D12A8E
Black with #D12A8E
Text Example
Text Example
White with #D12A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A8E; }
p { color: rgb(209,42,142); }
H1.HeaderClassName
{
color: #D12A8E;
}
.AnyTagClassName
{
color: #D12A8E;
}
</style>
background-color css
<style>
a { background-color: #D12A8E; }
a { background-color: rgb(209,42,142); }
div.DivClassName
{
background-color: #D12A8E;
}
.BgClassName
{
background-color: #D12A8E;
}
</style>
border-color css
<style>
span { border-color: #D12A8E; }
span { border-color: rgb(209,42,142); }
td.TdClassName
{
border-color: #D12A8E;
}
.TagClassName
{
border-color: #D12A8E;
}
</style>