Shades of Deep Cerise #D12D8C
Tints of Deep Cerise #D12D8C
RGB
CMYK
RGB Variations
Color information
#D12D8C (or 0xD12D8C) is known color: Deep Cerise. HEX triplet: D1, 2D and 8C. RGB value is (209,45,140). Sum of RGB (Red+Green+Blue) = 209+45+140=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D8C is #2ED273. Grayscale: #686868. Windows color (decimal): -3068532 or 9186769. OLE color: 9186769.
HSL color Cylindrical-coordinate representation of color #D12D8C: hue angle of 325.24º degrees, saturation: 0.65, 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 #D12D8C is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 140 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.18 |
| HSL | 325.24º | 0.65% | 0.5% | - |
| HSV(B) | 325.24º | 0.78% | 0.82% | - |
| XYZ | 31.97 | 17.33 | 26.47 | - |
| YUV | 104.87 | 147.83 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 140 | 0 | 0.78 | 0.33 | 0.18 | 325.24 | 0.65 | 0.5 |
| Hex | D1 | 2D | 8C | 0 | 4E | 21 | 12 | 145 | 41 | 32 |
| Octal | 321 | 55 | 214 | 0 | 116 | 41 | 22 | 505 | 101 | 62 |
| Binary | 11010001 | 101101 | 10001100 | 0 | 1001110 | 100001 | 10010 | 101000101 | 1000001 | 110010 |
Color Harmonies of #D12D8C
Complementary color
Monochromatic Colors of #D12D8C
Black with #D12D8C
Text Example
Text Example
White with #D12D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D8C; }
p { color: rgb(209,45,140); }
H1.HeaderClassName
{
color: #D12D8C;
}
.AnyTagClassName
{
color: #D12D8C;
}
</style>
background-color css
<style>
a { background-color: #D12D8C; }
a { background-color: rgb(209,45,140); }
div.DivClassName
{
background-color: #D12D8C;
}
.BgClassName
{
background-color: #D12D8C;
}
</style>
border-color css
<style>
span { border-color: #D12D8C; }
span { border-color: rgb(209,45,140); }
td.TdClassName
{
border-color: #D12D8C;
}
.TagClassName
{
border-color: #D12D8C;
}
</style>