Shades of Deep Cerise #D12E7E
Tints of Deep Cerise #D12E7E
RGB
CMYK
RGB Variations
Color information
#D12E7E (or 0xD12E7E) is known color: Deep Cerise. HEX triplet: D1, 2E and 7E. RGB value is (209,46,126). Sum of RGB (Red+Green+Blue) = 209+46+126=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12E7E is #2ED181. Grayscale: #676767. Windows color (decimal): -3068290 or 8269521. OLE color: 8269521.
HSL color Cylindrical-coordinate representation of color #D12E7E: hue angle of 330.55º degrees, saturation: 0.64, 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 #D12E7E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 126 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.18 |
| HSL | 330.55º | 0.64% | 0.5% | - |
| HSV(B) | 330.55º | 0.78% | 0.82% | - |
| XYZ | 31.04 | 17.02 | 21.39 | - |
| YUV | 103.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 126 | 0 | 0.78 | 0.40 | 0.18 | 330.55 | 0.64 | 0.5 |
| Hex | D1 | 2E | 7E | 0 | 4E | 28 | 12 | 14B | 40 | 32 |
| Octal | 321 | 56 | 176 | 0 | 116 | 50 | 22 | 513 | 100 | 62 |
| Binary | 11010001 | 101110 | 1111110 | 0 | 1001110 | 101000 | 10010 | 101001011 | 1000000 | 110010 |
Color Harmonies of #D12E7E
Complementary color
Monochromatic Colors of #D12E7E
Black with #D12E7E
Text Example
Text Example
White with #D12E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12E7E; }
p { color: rgb(209,46,126); }
H1.HeaderClassName
{
color: #D12E7E;
}
.AnyTagClassName
{
color: #D12E7E;
}
</style>
background-color css
<style>
a { background-color: #D12E7E; }
a { background-color: rgb(209,46,126); }
div.DivClassName
{
background-color: #D12E7E;
}
.BgClassName
{
background-color: #D12E7E;
}
</style>
border-color css
<style>
span { border-color: #D12E7E; }
span { border-color: rgb(209,46,126); }
td.TdClassName
{
border-color: #D12E7E;
}
.TagClassName
{
border-color: #D12E7E;
}
</style>