Shades of Old Rose #D12850
Tints of Old Rose #D12850
RGB
CMYK
RGB Variations
Color information
#D12850 (or 0xD12850) is known color: Old Rose. HEX triplet: D1, 28 and 50. RGB value is (209,40,80). Sum of RGB (Red+Green+Blue) = 209+40+80=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D12850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12850 is #2ED7AF. Grayscale: #5F5F5F. Windows color (decimal): -3069872 or 5253329. OLE color: 5253329.
HSL color Cylindrical-coordinate representation of color #D12850: hue angle of 345.8º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12850 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 80 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.18 |
| HSL | 345.8º | 0.68% | 0.49% | - |
| HSV(B) | 345.8º | 0.81% | 0.82% | - |
| XYZ | 28.5 | 15.65 | 9.11 | - |
| YUV | 95.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 80 | 0 | 0.81 | 0.62 | 0.18 | 345.8 | 0.68 | 0.49 |
| Hex | D1 | 28 | 50 | 0 | 51 | 3E | 12 | 15A | 44 | 31 |
| Octal | 321 | 50 | 120 | 0 | 121 | 76 | 22 | 532 | 104 | 61 |
| Binary | 11010001 | 101000 | 1010000 | 0 | 1010001 | 111110 | 10010 | 101011010 | 1000100 | 110001 |
Color Harmonies of #D12850
Complementary color
Monochromatic Colors of #D12850
Black with #D12850
Text Example
Text Example
White with #D12850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12850; }
p { color: rgb(209,40,80); }
H1.HeaderClassName
{
color: #D12850;
}
.AnyTagClassName
{
color: #D12850;
}
</style>
background-color css
<style>
a { background-color: #D12850; }
a { background-color: rgb(209,40,80); }
div.DivClassName
{
background-color: #D12850;
}
.BgClassName
{
background-color: #D12850;
}
</style>
border-color css
<style>
span { border-color: #D12850; }
span { border-color: rgb(209,40,80); }
td.TdClassName
{
border-color: #D12850;
}
.TagClassName
{
border-color: #D12850;
}
</style>