Shades of Cerise #D12972
Tints of Cerise #D12972
RGB
CMYK
RGB Variations
Color information
#D12972 (or 0xD12972) is known color: Cerise. HEX triplet: D1, 29 and 72. RGB value is (209,41,114). Sum of RGB (Red+Green+Blue) = 209+41+114=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D12972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12972 is #2ED68D. Grayscale: #636363. Windows color (decimal): -3069582 or 7481809. OLE color: 7481809.
HSL color Cylindrical-coordinate representation of color #D12972: hue angle of 333.93º 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 #D12972 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 114 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.18 |
| HSL | 333.93º | 0.67% | 0.49% | - |
| HSV(B) | 333.93º | 0.8% | 0.82% | - |
| XYZ | 30.12 | 16.36 | 17.49 | - |
| YUV | 99.55 | 136.16 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 114 | 0 | 0.80 | 0.45 | 0.18 | 333.93 | 0.67 | 0.49 |
| Hex | D1 | 29 | 72 | 0 | 50 | 2D | 12 | 14E | 43 | 31 |
| Octal | 321 | 51 | 162 | 0 | 120 | 55 | 22 | 516 | 103 | 61 |
| Binary | 11010001 | 101001 | 1110010 | 0 | 1010000 | 101101 | 10010 | 101001110 | 1000011 | 110001 |
Color Harmonies of #D12972
Complementary color
Monochromatic Colors of #D12972
Black with #D12972
Text Example
Text Example
White with #D12972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12972; }
p { color: rgb(209,41,114); }
H1.HeaderClassName
{
color: #D12972;
}
.AnyTagClassName
{
color: #D12972;
}
</style>
background-color css
<style>
a { background-color: #D12972; }
a { background-color: rgb(209,41,114); }
div.DivClassName
{
background-color: #D12972;
}
.BgClassName
{
background-color: #D12972;
}
</style>
border-color css
<style>
span { border-color: #D12972; }
span { border-color: rgb(209,41,114); }
td.TdClassName
{
border-color: #D12972;
}
.TagClassName
{
border-color: #D12972;
}
</style>