Shades of Deep Cerise #D12A87
Tints of Deep Cerise #D12A87
RGB
CMYK
RGB Variations
Color information
#D12A87 (or 0xD12A87) is known color: Deep Cerise. HEX triplet: D1, 2A and 87. RGB value is (209,42,135). Sum of RGB (Red+Green+Blue) = 209+42+135=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12A87 is #2ED578. Grayscale: #666666. Windows color (decimal): -3069305 or 8858321. OLE color: 8858321.
HSL color Cylindrical-coordinate representation of color #D12A87: hue angle of 326.59º 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 #D12A87 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 135 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.18 |
| HSL | 326.59º | 0.67% | 0.49% | - |
| HSV(B) | 326.59º | 0.8% | 0.82% | - |
| XYZ | 31.5 | 16.96 | 24.54 | - |
| YUV | 102.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 135 | 0 | 0.80 | 0.35 | 0.18 | 326.59 | 0.67 | 0.49 |
| Hex | D1 | 2A | 87 | 0 | 50 | 23 | 12 | 147 | 43 | 31 |
| Octal | 321 | 52 | 207 | 0 | 120 | 43 | 22 | 507 | 103 | 61 |
| Binary | 11010001 | 101010 | 10000111 | 0 | 1010000 | 100011 | 10010 | 101000111 | 1000011 | 110001 |
Color Harmonies of #D12A87
Complementary color
Monochromatic Colors of #D12A87
Black with #D12A87
Text Example
Text Example
White with #D12A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A87; }
p { color: rgb(209,42,135); }
H1.HeaderClassName
{
color: #D12A87;
}
.AnyTagClassName
{
color: #D12A87;
}
</style>
background-color css
<style>
a { background-color: #D12A87; }
a { background-color: rgb(209,42,135); }
div.DivClassName
{
background-color: #D12A87;
}
.BgClassName
{
background-color: #D12A87;
}
</style>
border-color css
<style>
span { border-color: #D12A87; }
span { border-color: rgb(209,42,135); }
td.TdClassName
{
border-color: #D12A87;
}
.TagClassName
{
border-color: #D12A87;
}
</style>