Shades of Deep Cerise #D12272
Tints of Deep Cerise #D12272
RGB
CMYK
RGB Variations
Color information
#D12272 (or 0xD12272) is known color: Deep Cerise. HEX triplet: D1, 22 and 72. RGB value is (209,34,114). Sum of RGB (Red+Green+Blue) = 209+34+114=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D12272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12272 is #2EDD8D. Grayscale: #5F5F5F. Windows color (decimal): -3071374 or 7480017. OLE color: 7480017.
HSL color Cylindrical-coordinate representation of color #D12272: hue angle of 332.57º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12272 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 114 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.18 |
| HSL | 332.57º | 0.72% | 0.48% | - |
| HSV(B) | 332.57º | 0.84% | 0.82% | - |
| XYZ | 29.9 | 15.91 | 17.42 | - |
| YUV | 95.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 114 | 0 | 0.84 | 0.45 | 0.18 | 332.57 | 0.72 | 0.48 |
| Hex | D1 | 22 | 72 | 0 | 54 | 2D | 12 | 14D | 48 | 30 |
| Octal | 321 | 42 | 162 | 0 | 124 | 55 | 22 | 515 | 110 | 60 |
| Binary | 11010001 | 100010 | 1110010 | 0 | 1010100 | 101101 | 10010 | 101001101 | 1001000 | 110000 |
Color Harmonies of #D12272
Complementary color
Monochromatic Colors of #D12272
Black with #D12272
Text Example
Text Example
White with #D12272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12272; }
p { color: rgb(209,34,114); }
H1.HeaderClassName
{
color: #D12272;
}
.AnyTagClassName
{
color: #D12272;
}
</style>
background-color css
<style>
a { background-color: #D12272; }
a { background-color: rgb(209,34,114); }
div.DivClassName
{
background-color: #D12272;
}
.BgClassName
{
background-color: #D12272;
}
</style>
border-color css
<style>
span { border-color: #D12272; }
span { border-color: rgb(209,34,114); }
td.TdClassName
{
border-color: #D12272;
}
.TagClassName
{
border-color: #D12272;
}
</style>