Shades of Old Rose #D12755
Tints of Old Rose #D12755
RGB
CMYK
RGB Variations
Color information
#D12755 (or 0xD12755) is known color: Old Rose. HEX triplet: D1, 27 and 55. RGB value is (209,39,85). Sum of RGB (Red+Green+Blue) = 209+39+85=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D12755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12755 is #2ED8AA. Grayscale: #5F5F5F. Windows color (decimal): -3070123 or 5580753. OLE color: 5580753.
HSL color Cylindrical-coordinate representation of color #D12755: hue angle of 343.76º degrees, saturation: 0.69, 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 #D12755 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 85 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.18 |
| HSL | 343.76º | 0.69% | 0.49% | - |
| HSV(B) | 343.76º | 0.81% | 0.82% | - |
| XYZ | 28.66 | 15.66 | 10.11 | - |
| YUV | 95.07 | 122.32 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 85 | 0 | 0.81 | 0.59 | 0.18 | 343.76 | 0.69 | 0.49 |
| Hex | D1 | 27 | 55 | 0 | 51 | 3B | 12 | 158 | 45 | 31 |
| Octal | 321 | 47 | 125 | 0 | 121 | 73 | 22 | 530 | 105 | 61 |
| Binary | 11010001 | 100111 | 1010101 | 0 | 1010001 | 111011 | 10010 | 101011000 | 1000101 | 110001 |
Color Harmonies of #D12755
Complementary color
Monochromatic Colors of #D12755
Black with #D12755
Text Example
Text Example
White with #D12755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12755; }
p { color: rgb(209,39,85); }
H1.HeaderClassName
{
color: #D12755;
}
.AnyTagClassName
{
color: #D12755;
}
</style>
background-color css
<style>
a { background-color: #D12755; }
a { background-color: rgb(209,39,85); }
div.DivClassName
{
background-color: #D12755;
}
.BgClassName
{
background-color: #D12755;
}
</style>
border-color css
<style>
span { border-color: #D12755; }
span { border-color: rgb(209,39,85); }
td.TdClassName
{
border-color: #D12755;
}
.TagClassName
{
border-color: #D12755;
}
</style>