Shades of Old Rose #D12051
Tints of Old Rose #D12051
RGB
CMYK
RGB Variations
Color information
#D12051 (or 0xD12051) is known color: Old Rose. HEX triplet: D1, 20 and 51. RGB value is (209,32,81). Sum of RGB (Red+Green+Blue) = 209+32+81=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D12051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12051 is #2EDFAE. Grayscale: #5A5A5A. Windows color (decimal): -3071919 or 5316817. OLE color: 5316817.
HSL color Cylindrical-coordinate representation of color #D12051: hue angle of 343.39º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12051 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 81 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.18 |
| HSL | 343.39º | 0.73% | 0.47% | - |
| HSV(B) | 343.39º | 0.85% | 0.82% | - |
| XYZ | 28.3 | 15.18 | 9.22 | - |
| YUV | 90.51 | 122.64 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 81 | 0 | 0.85 | 0.61 | 0.18 | 343.39 | 0.73 | 0.47 |
| Hex | D1 | 20 | 51 | 0 | 55 | 3D | 12 | 157 | 49 | 2F |
| Octal | 321 | 40 | 121 | 0 | 125 | 75 | 22 | 527 | 111 | 57 |
| Binary | 11010001 | 100000 | 1010001 | 0 | 1010101 | 111101 | 10010 | 101010111 | 1001001 | 101111 |
Color Harmonies of #D12051
Complementary color
Monochromatic Colors of #D12051
Black with #D12051
Text Example
Text Example
White with #D12051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12051; }
p { color: rgb(209,32,81); }
H1.HeaderClassName
{
color: #D12051;
}
.AnyTagClassName
{
color: #D12051;
}
</style>
background-color css
<style>
a { background-color: #D12051; }
a { background-color: rgb(209,32,81); }
div.DivClassName
{
background-color: #D12051;
}
.BgClassName
{
background-color: #D12051;
}
</style>
border-color css
<style>
span { border-color: #D12051; }
span { border-color: rgb(209,32,81); }
td.TdClassName
{
border-color: #D12051;
}
.TagClassName
{
border-color: #D12051;
}
</style>