Shades of Deep Cerise #D12F8E
Tints of Deep Cerise #D12F8E
RGB
CMYK
RGB Variations
Color information
#D12F8E (or 0xD12F8E) is known color: Deep Cerise. HEX triplet: D1, 2F and 8E. RGB value is (209,47,142). Sum of RGB (Red+Green+Blue) = 209+47+142=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12F8E is #2ED071. Grayscale: #6A6A6A. Windows color (decimal): -3068018 or 9318353. OLE color: 9318353.
HSL color Cylindrical-coordinate representation of color #D12F8E: hue angle of 324.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 #D12F8E is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 142 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.18 |
| HSL | 324.81º | 0.64% | 0.5% | - |
| HSV(B) | 324.81º | 0.78% | 0.82% | - |
| XYZ | 32.19 | 17.54 | 27.28 | - |
| YUV | 106.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 142 | 0 | 0.78 | 0.32 | 0.18 | 324.81 | 0.64 | 0.5 |
| Hex | D1 | 2F | 8E | 0 | 4E | 20 | 12 | 145 | 40 | 32 |
| Octal | 321 | 57 | 216 | 0 | 116 | 40 | 22 | 505 | 100 | 62 |
| Binary | 11010001 | 101111 | 10001110 | 0 | 1001110 | 100000 | 10010 | 101000101 | 1000000 | 110010 |
Color Harmonies of #D12F8E
Complementary color
Monochromatic Colors of #D12F8E
Black with #D12F8E
Text Example
Text Example
White with #D12F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F8E; }
p { color: rgb(209,47,142); }
H1.HeaderClassName
{
color: #D12F8E;
}
.AnyTagClassName
{
color: #D12F8E;
}
</style>
background-color css
<style>
a { background-color: #D12F8E; }
a { background-color: rgb(209,47,142); }
div.DivClassName
{
background-color: #D12F8E;
}
.BgClassName
{
background-color: #D12F8E;
}
</style>
border-color css
<style>
span { border-color: #D12F8E; }
span { border-color: rgb(209,47,142); }
td.TdClassName
{
border-color: #D12F8E;
}
.TagClassName
{
border-color: #D12F8E;
}
</style>