Shades of Deep Cerise #D12F9A
Tints of Deep Cerise #D12F9A
RGB
CMYK
RGB Variations
Color information
#D12F9A (or 0xD12F9A) is known color: Deep Cerise. HEX triplet: D1, 2F and 9A. RGB value is (209,47,154). Sum of RGB (Red+Green+Blue) = 209+47+154=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12F9A is #2ED065. Grayscale: #6B6B6B. Windows color (decimal): -3068006 or 10104785. OLE color: 10104785.
HSL color Cylindrical-coordinate representation of color #D12F9A: hue angle of 320.37º 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 #D12F9A is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 154 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.18 |
| HSL | 320.37º | 0.64% | 0.5% | - |
| HSV(B) | 320.37º | 0.78% | 0.82% | - |
| XYZ | 33.14 | 17.92 | 32.28 | - |
| YUV | 107.64 | 154.17 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 154 | 0 | 0.78 | 0.26 | 0.18 | 320.37 | 0.64 | 0.5 |
| Hex | D1 | 2F | 9A | 0 | 4E | 1A | 12 | 140 | 40 | 32 |
| Octal | 321 | 57 | 232 | 0 | 116 | 32 | 22 | 500 | 100 | 62 |
| Binary | 11010001 | 101111 | 10011010 | 0 | 1001110 | 11010 | 10010 | 101000000 | 1000000 | 110010 |
Color Harmonies of #D12F9A
Complementary color
Monochromatic Colors of #D12F9A
Black with #D12F9A
Text Example
Text Example
White with #D12F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F9A; }
p { color: rgb(209,47,154); }
H1.HeaderClassName
{
color: #D12F9A;
}
.AnyTagClassName
{
color: #D12F9A;
}
</style>
background-color css
<style>
a { background-color: #D12F9A; }
a { background-color: rgb(209,47,154); }
div.DivClassName
{
background-color: #D12F9A;
}
.BgClassName
{
background-color: #D12F9A;
}
</style>
border-color css
<style>
span { border-color: #D12F9A; }
span { border-color: rgb(209,47,154); }
td.TdClassName
{
border-color: #D12F9A;
}
.TagClassName
{
border-color: #D12F9A;
}
</style>