Shades of Deep Cerise #D12C8E
Tints of Deep Cerise #D12C8E
RGB
CMYK
RGB Variations
Color information
#D12C8E (or 0xD12C8E) is known color: Deep Cerise. HEX triplet: D1, 2C and 8E. RGB value is (209,44,142). Sum of RGB (Red+Green+Blue) = 209+44+142=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12C8E is #2ED371. Grayscale: #686868. Windows color (decimal): -3068786 or 9317585. OLE color: 9317585.
HSL color Cylindrical-coordinate representation of color #D12C8E: hue angle of 324.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12C8E is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 142 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.18 |
| HSL | 324.36º | 0.65% | 0.5% | - |
| HSV(B) | 324.36º | 0.79% | 0.82% | - |
| XYZ | 32.08 | 17.31 | 27.24 | - |
| YUV | 104.51 | 149.16 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 142 | 0 | 0.79 | 0.32 | 0.18 | 324.36 | 0.65 | 0.5 |
| Hex | D1 | 2C | 8E | 0 | 4F | 20 | 12 | 144 | 41 | 32 |
| Octal | 321 | 54 | 216 | 0 | 117 | 40 | 22 | 504 | 101 | 62 |
| Binary | 11010001 | 101100 | 10001110 | 0 | 1001111 | 100000 | 10010 | 101000100 | 1000001 | 110010 |
Color Harmonies of #D12C8E
Complementary color
Monochromatic Colors of #D12C8E
Black with #D12C8E
Text Example
Text Example
White with #D12C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C8E; }
p { color: rgb(209,44,142); }
H1.HeaderClassName
{
color: #D12C8E;
}
.AnyTagClassName
{
color: #D12C8E;
}
</style>
background-color css
<style>
a { background-color: #D12C8E; }
a { background-color: rgb(209,44,142); }
div.DivClassName
{
background-color: #D12C8E;
}
.BgClassName
{
background-color: #D12C8E;
}
</style>
border-color css
<style>
span { border-color: #D12C8E; }
span { border-color: rgb(209,44,142); }
td.TdClassName
{
border-color: #D12C8E;
}
.TagClassName
{
border-color: #D12C8E;
}
</style>