Shades of Old Rose #D12D52
Tints of Old Rose #D12D52
RGB
CMYK
RGB Variations
Color information
#D12D52 (or 0xD12D52) is known color: Old Rose. HEX triplet: D1, 2D and 52. RGB value is (209,45,82). Sum of RGB (Red+Green+Blue) = 209+45+82=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D52 is #2ED2AD. Grayscale: #626262. Windows color (decimal): -3068590 or 5385681. OLE color: 5385681.
HSL color Cylindrical-coordinate representation of color #D12D52: hue angle of 346.46º degrees, saturation: 0.65, 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 #D12D52 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 82 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.18 |
| HSL | 346.46º | 0.65% | 0.5% | - |
| HSV(B) | 346.46º | 0.78% | 0.82% | - |
| XYZ | 28.76 | 16.04 | 9.56 | - |
| YUV | 98.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 82 | 0 | 0.78 | 0.61 | 0.18 | 346.46 | 0.65 | 0.5 |
| Hex | D1 | 2D | 52 | 0 | 4E | 3D | 12 | 15A | 41 | 32 |
| Octal | 321 | 55 | 122 | 0 | 116 | 75 | 22 | 532 | 101 | 62 |
| Binary | 11010001 | 101101 | 1010010 | 0 | 1001110 | 111101 | 10010 | 101011010 | 1000001 | 110010 |
Color Harmonies of #D12D52
Complementary color
Monochromatic Colors of #D12D52
Black with #D12D52
Text Example
Text Example
White with #D12D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D52; }
p { color: rgb(209,45,82); }
H1.HeaderClassName
{
color: #D12D52;
}
.AnyTagClassName
{
color: #D12D52;
}
</style>
background-color css
<style>
a { background-color: #D12D52; }
a { background-color: rgb(209,45,82); }
div.DivClassName
{
background-color: #D12D52;
}
.BgClassName
{
background-color: #D12D52;
}
</style>
border-color css
<style>
span { border-color: #D12D52; }
span { border-color: rgb(209,45,82); }
td.TdClassName
{
border-color: #D12D52;
}
.TagClassName
{
border-color: #D12D52;
}
</style>