Shades of Deep Cerise #D12A8C
Tints of Deep Cerise #D12A8C
RGB
CMYK
RGB Variations
Color information
#D12A8C (or 0xD12A8C) is known color: Deep Cerise. HEX triplet: D1, 2A and 8C. RGB value is (209,42,140). Sum of RGB (Red+Green+Blue) = 209+42+140=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12A8C is #2ED573. Grayscale: #666666. Windows color (decimal): -3069300 or 9186001. OLE color: 9186001.
HSL color Cylindrical-coordinate representation of color #D12A8C: hue angle of 324.79º 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 #D12A8C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 140 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.18 |
| HSL | 324.79º | 0.67% | 0.49% | - |
| HSV(B) | 324.79º | 0.8% | 0.82% | - |
| XYZ | 31.86 | 17.1 | 26.43 | - |
| YUV | 103.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 140 | 0 | 0.80 | 0.33 | 0.18 | 324.79 | 0.67 | 0.49 |
| Hex | D1 | 2A | 8C | 0 | 50 | 21 | 12 | 145 | 43 | 31 |
| Octal | 321 | 52 | 214 | 0 | 120 | 41 | 22 | 505 | 103 | 61 |
| Binary | 11010001 | 101010 | 10001100 | 0 | 1010000 | 100001 | 10010 | 101000101 | 1000011 | 110001 |
Color Harmonies of #D12A8C
Complementary color
Monochromatic Colors of #D12A8C
Black with #D12A8C
Text Example
Text Example
White with #D12A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A8C; }
p { color: rgb(209,42,140); }
H1.HeaderClassName
{
color: #D12A8C;
}
.AnyTagClassName
{
color: #D12A8C;
}
</style>
background-color css
<style>
a { background-color: #D12A8C; }
a { background-color: rgb(209,42,140); }
div.DivClassName
{
background-color: #D12A8C;
}
.BgClassName
{
background-color: #D12A8C;
}
</style>
border-color css
<style>
span { border-color: #D12A8C; }
span { border-color: rgb(209,42,140); }
td.TdClassName
{
border-color: #D12A8C;
}
.TagClassName
{
border-color: #D12A8C;
}
</style>