Shades of Old Rose #D12E55
Tints of Old Rose #D12E55
RGB
CMYK
RGB Variations
Color information
#D12E55 (or 0xD12E55) is known color: Old Rose. HEX triplet: D1, 2E and 55. RGB value is (209,46,85). Sum of RGB (Red+Green+Blue) = 209+46+85=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12E55 is #2ED1AA. Grayscale: #636363. Windows color (decimal): -3068331 or 5582545. OLE color: 5582545.
HSL color Cylindrical-coordinate representation of color #D12E55: hue angle of 345.64º 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 #D12E55 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 85 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.18 |
| HSL | 345.64º | 0.64% | 0.5% | - |
| HSV(B) | 345.64º | 0.78% | 0.82% | - |
| XYZ | 28.91 | 16.17 | 10.19 | - |
| YUV | 99.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 85 | 0 | 0.78 | 0.59 | 0.18 | 345.64 | 0.64 | 0.5 |
| Hex | D1 | 2E | 55 | 0 | 4E | 3B | 12 | 15A | 40 | 32 |
| Octal | 321 | 56 | 125 | 0 | 116 | 73 | 22 | 532 | 100 | 62 |
| Binary | 11010001 | 101110 | 1010101 | 0 | 1001110 | 111011 | 10010 | 101011010 | 1000000 | 110010 |
Color Harmonies of #D12E55
Complementary color
Monochromatic Colors of #D12E55
Black with #D12E55
Text Example
Text Example
White with #D12E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12E55; }
p { color: rgb(209,46,85); }
H1.HeaderClassName
{
color: #D12E55;
}
.AnyTagClassName
{
color: #D12E55;
}
</style>
background-color css
<style>
a { background-color: #D12E55; }
a { background-color: rgb(209,46,85); }
div.DivClassName
{
background-color: #D12E55;
}
.BgClassName
{
background-color: #D12E55;
}
</style>
border-color css
<style>
span { border-color: #D12E55; }
span { border-color: rgb(209,46,85); }
td.TdClassName
{
border-color: #D12E55;
}
.TagClassName
{
border-color: #D12E55;
}
</style>