Shades of Deep Cerise #D12A84
Tints of Deep Cerise #D12A84
RGB
CMYK
RGB Variations
Color information
#D12A84 (or 0xD12A84) is known color: Deep Cerise. HEX triplet: D1, 2A and 84. RGB value is (209,42,132). Sum of RGB (Red+Green+Blue) = 209+42+132=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12A84 is #2ED57B. Grayscale: #656565. Windows color (decimal): -3069308 or 8661713. OLE color: 8661713.
HSL color Cylindrical-coordinate representation of color #D12A84: hue angle of 327.66º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A84 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 132 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.18 |
| HSL | 327.66º | 0.67% | 0.49% | - |
| HSV(B) | 327.66º | 0.8% | 0.82% | - |
| XYZ | 31.29 | 16.88 | 23.44 | - |
| YUV | 102.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 132 | 0 | 0.80 | 0.37 | 0.18 | 327.66 | 0.67 | 0.49 |
| Hex | D1 | 2A | 84 | 0 | 50 | 25 | 12 | 148 | 43 | 31 |
| Octal | 321 | 52 | 204 | 0 | 120 | 45 | 22 | 510 | 103 | 61 |
| Binary | 11010001 | 101010 | 10000100 | 0 | 1010000 | 100101 | 10010 | 101001000 | 1000011 | 110001 |
Color Harmonies of #D12A84
Complementary color
Monochromatic Colors of #D12A84
Black with #D12A84
Text Example
Text Example
White with #D12A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A84; }
p { color: rgb(209,42,132); }
H1.HeaderClassName
{
color: #D12A84;
}
.AnyTagClassName
{
color: #D12A84;
}
</style>
background-color css
<style>
a { background-color: #D12A84; }
a { background-color: rgb(209,42,132); }
div.DivClassName
{
background-color: #D12A84;
}
.BgClassName
{
background-color: #D12A84;
}
</style>
border-color css
<style>
span { border-color: #D12A84; }
span { border-color: rgb(209,42,132); }
td.TdClassName
{
border-color: #D12A84;
}
.TagClassName
{
border-color: #D12A84;
}
</style>