Shades of Old Rose #D13B54
Tints of Old Rose #D13B54
RGB
CMYK
RGB Variations
Color information
#D13B54 (or 0xD13B54) is known color: Old Rose. HEX triplet: D1, 3B and 54. RGB value is (209,59,84). Sum of RGB (Red+Green+Blue) = 209+59+84=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13B54 is #2EC4AB. Grayscale: #6A6A6A. Windows color (decimal): -3065004 or 5520337. OLE color: 5520337.
HSL color Cylindrical-coordinate representation of color #D13B54: hue angle of 350º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B54 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 84 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.18 |
| HSL | 350º | 0.62% | 0.53% | - |
| HSV(B) | 350º | 0.72% | 0.82% | - |
| XYZ | 29.46 | 17.32 | 10.18 | - |
| YUV | 106.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 84 | 0 | 0.72 | 0.60 | 0.18 | 350 | 0.62 | 0.53 |
| Hex | D1 | 3B | 54 | 0 | 48 | 3C | 12 | 15E | 3E | 35 |
| Octal | 321 | 73 | 124 | 0 | 110 | 74 | 22 | 536 | 76 | 65 |
| Binary | 11010001 | 111011 | 1010100 | 0 | 1001000 | 111100 | 10010 | 101011110 | 111110 | 110101 |
Color Harmonies of #D13B54
Complementary color
Monochromatic Colors of #D13B54
Black with #D13B54
Text Example
Text Example
White with #D13B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B54; }
p { color: rgb(209,59,84); }
H1.HeaderClassName
{
color: #D13B54;
}
.AnyTagClassName
{
color: #D13B54;
}
</style>
background-color css
<style>
a { background-color: #D13B54; }
a { background-color: rgb(209,59,84); }
div.DivClassName
{
background-color: #D13B54;
}
.BgClassName
{
background-color: #D13B54;
}
</style>
border-color css
<style>
span { border-color: #D13B54; }
span { border-color: rgb(209,59,84); }
td.TdClassName
{
border-color: #D13B54;
}
.TagClassName
{
border-color: #D13B54;
}
</style>