Shades of Deep Cerise #D12D8D
Tints of Deep Cerise #D12D8D
RGB
CMYK
RGB Variations
Color information
#D12D8D (or 0xD12D8D) is known color: Deep Cerise. HEX triplet: D1, 2D and 8D. RGB value is (209,45,141). Sum of RGB (Red+Green+Blue) = 209+45+141=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D8D is #2ED272. Grayscale: #686868. Windows color (decimal): -3068531 or 9252305. OLE color: 9252305.
HSL color Cylindrical-coordinate representation of color #D12D8D: hue angle of 324.88º 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 #D12D8D is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 141 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.18 |
| HSL | 324.88º | 0.65% | 0.5% | - |
| HSV(B) | 324.88º | 0.78% | 0.82% | - |
| XYZ | 32.04 | 17.36 | 26.86 | - |
| YUV | 104.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 141 | 0 | 0.78 | 0.33 | 0.18 | 324.88 | 0.65 | 0.5 |
| Hex | D1 | 2D | 8D | 0 | 4E | 21 | 12 | 145 | 41 | 32 |
| Octal | 321 | 55 | 215 | 0 | 116 | 41 | 22 | 505 | 101 | 62 |
| Binary | 11010001 | 101101 | 10001101 | 0 | 1001110 | 100001 | 10010 | 101000101 | 1000001 | 110010 |
Color Harmonies of #D12D8D
Complementary color
Monochromatic Colors of #D12D8D
Black with #D12D8D
Text Example
Text Example
White with #D12D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D8D; }
p { color: rgb(209,45,141); }
H1.HeaderClassName
{
color: #D12D8D;
}
.AnyTagClassName
{
color: #D12D8D;
}
</style>
background-color css
<style>
a { background-color: #D12D8D; }
a { background-color: rgb(209,45,141); }
div.DivClassName
{
background-color: #D12D8D;
}
.BgClassName
{
background-color: #D12D8D;
}
</style>
border-color css
<style>
span { border-color: #D12D8D; }
span { border-color: rgb(209,45,141); }
td.TdClassName
{
border-color: #D12D8D;
}
.TagClassName
{
border-color: #D12D8D;
}
</style>