Shades of Deep Cerise #D12F8A
Tints of Deep Cerise #D12F8A
RGB
CMYK
RGB Variations
Color information
#D12F8A (or 0xD12F8A) is known color: Deep Cerise. HEX triplet: D1, 2F and 8A. RGB value is (209,47,138). Sum of RGB (Red+Green+Blue) = 209+47+138=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12F8A is #2ED075. Grayscale: #696969. Windows color (decimal): -3068022 or 9056209. OLE color: 9056209.
HSL color Cylindrical-coordinate representation of color #D12F8A: hue angle of 326.3º 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 #D12F8A is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 138 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.18 |
| HSL | 326.3º | 0.64% | 0.5% | - |
| HSV(B) | 326.3º | 0.78% | 0.82% | - |
| XYZ | 31.9 | 17.42 | 25.73 | - |
| YUV | 105.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 138 | 0 | 0.78 | 0.34 | 0.18 | 326.3 | 0.64 | 0.5 |
| Hex | D1 | 2F | 8A | 0 | 4E | 22 | 12 | 146 | 40 | 32 |
| Octal | 321 | 57 | 212 | 0 | 116 | 42 | 22 | 506 | 100 | 62 |
| Binary | 11010001 | 101111 | 10001010 | 0 | 1001110 | 100010 | 10010 | 101000110 | 1000000 | 110010 |
Color Harmonies of #D12F8A
Complementary color
Monochromatic Colors of #D12F8A
Black with #D12F8A
Text Example
Text Example
White with #D12F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F8A; }
p { color: rgb(209,47,138); }
H1.HeaderClassName
{
color: #D12F8A;
}
.AnyTagClassName
{
color: #D12F8A;
}
</style>
background-color css
<style>
a { background-color: #D12F8A; }
a { background-color: rgb(209,47,138); }
div.DivClassName
{
background-color: #D12F8A;
}
.BgClassName
{
background-color: #D12F8A;
}
</style>
border-color css
<style>
span { border-color: #D12F8A; }
span { border-color: rgb(209,47,138); }
td.TdClassName
{
border-color: #D12F8A;
}
.TagClassName
{
border-color: #D12F8A;
}
</style>