Shades of Deep Cerise #D12F92
Tints of Deep Cerise #D12F92
RGB
CMYK
RGB Variations
Color information
#D12F92 (or 0xD12F92) is known color: Deep Cerise. HEX triplet: D1, 2F and 92. RGB value is (209,47,146). Sum of RGB (Red+Green+Blue) = 209+47+146=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12F92 is #2ED06D. Grayscale: #6A6A6A. Windows color (decimal): -3068014 or 9580497. OLE color: 9580497.
HSL color Cylindrical-coordinate representation of color #D12F92: hue angle of 323.33º 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 #D12F92 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 146 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.18 |
| HSL | 323.33º | 0.64% | 0.5% | - |
| HSV(B) | 323.33º | 0.78% | 0.82% | - |
| XYZ | 32.5 | 17.66 | 28.89 | - |
| YUV | 106.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 146 | 0 | 0.78 | 0.30 | 0.18 | 323.33 | 0.64 | 0.5 |
| Hex | D1 | 2F | 92 | 0 | 4E | 1E | 12 | 143 | 40 | 32 |
| Octal | 321 | 57 | 222 | 0 | 116 | 36 | 22 | 503 | 100 | 62 |
| Binary | 11010001 | 101111 | 10010010 | 0 | 1001110 | 11110 | 10010 | 101000011 | 1000000 | 110010 |
Color Harmonies of #D12F92
Complementary color
Monochromatic Colors of #D12F92
Black with #D12F92
Text Example
Text Example
White with #D12F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F92; }
p { color: rgb(209,47,146); }
H1.HeaderClassName
{
color: #D12F92;
}
.AnyTagClassName
{
color: #D12F92;
}
</style>
background-color css
<style>
a { background-color: #D12F92; }
a { background-color: rgb(209,47,146); }
div.DivClassName
{
background-color: #D12F92;
}
.BgClassName
{
background-color: #D12F92;
}
</style>
border-color css
<style>
span { border-color: #D12F92; }
span { border-color: rgb(209,47,146); }
td.TdClassName
{
border-color: #D12F92;
}
.TagClassName
{
border-color: #D12F92;
}
</style>