Shades of Cerise #D12F61
Tints of Cerise #D12F61
RGB
CMYK
RGB Variations
Color information
#D12F61 (or 0xD12F61) is known color: Cerise. HEX triplet: D1, 2F and 61. RGB value is (209,47,97). Sum of RGB (Red+Green+Blue) = 209+47+97=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12F61 is #2ED09E. Grayscale: #656565. Windows color (decimal): -3068063 or 6369233. OLE color: 6369233.
HSL color Cylindrical-coordinate representation of color #D12F61: hue angle of 341.48º 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 #D12F61 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 97 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.18 |
| HSL | 341.48º | 0.64% | 0.5% | - |
| HSV(B) | 341.48º | 0.78% | 0.82% | - |
| XYZ | 29.47 | 16.45 | 12.93 | - |
| YUV | 101.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 97 | 0 | 0.78 | 0.54 | 0.18 | 341.48 | 0.64 | 0.5 |
| Hex | D1 | 2F | 61 | 0 | 4E | 36 | 12 | 155 | 40 | 32 |
| Octal | 321 | 57 | 141 | 0 | 116 | 66 | 22 | 525 | 100 | 62 |
| Binary | 11010001 | 101111 | 1100001 | 0 | 1001110 | 110110 | 10010 | 101010101 | 1000000 | 110010 |
Color Harmonies of #D12F61
Complementary color
Monochromatic Colors of #D12F61
Black with #D12F61
Text Example
Text Example
White with #D12F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F61; }
p { color: rgb(209,47,97); }
H1.HeaderClassName
{
color: #D12F61;
}
.AnyTagClassName
{
color: #D12F61;
}
</style>
background-color css
<style>
a { background-color: #D12F61; }
a { background-color: rgb(209,47,97); }
div.DivClassName
{
background-color: #D12F61;
}
.BgClassName
{
background-color: #D12F61;
}
</style>
border-color css
<style>
span { border-color: #D12F61; }
span { border-color: rgb(209,47,97); }
td.TdClassName
{
border-color: #D12F61;
}
.TagClassName
{
border-color: #D12F61;
}
</style>