Shades of Old Rose #D13C54
Tints of Old Rose #D13C54
RGB
CMYK
RGB Variations
Color information
#D13C54 (or 0xD13C54) is known color: Old Rose. HEX triplet: D1, 3C and 54. RGB value is (209,60,84). Sum of RGB (Red+Green+Blue) = 209+60+84=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C54 is #2EC3AB. Grayscale: #6B6B6B. Windows color (decimal): -3064748 or 5520593. OLE color: 5520593.
HSL color Cylindrical-coordinate representation of color #D13C54: hue angle of 350.34º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C54 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 84 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.18 |
| HSL | 350.34º | 0.62% | 0.53% | - |
| HSV(B) | 350.34º | 0.71% | 0.82% | - |
| XYZ | 29.51 | 17.43 | 10.2 | - |
| YUV | 107.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 84 | 0 | 0.71 | 0.60 | 0.18 | 350.34 | 0.62 | 0.53 |
| Hex | D1 | 3C | 54 | 0 | 47 | 3C | 12 | 15E | 3E | 35 |
| Octal | 321 | 74 | 124 | 0 | 107 | 74 | 22 | 536 | 76 | 65 |
| Binary | 11010001 | 111100 | 1010100 | 0 | 1000111 | 111100 | 10010 | 101011110 | 111110 | 110101 |
Color Harmonies of #D13C54
Complementary color
Monochromatic Colors of #D13C54
Black with #D13C54
Text Example
Text Example
White with #D13C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C54; }
p { color: rgb(209,60,84); }
H1.HeaderClassName
{
color: #D13C54;
}
.AnyTagClassName
{
color: #D13C54;
}
</style>
background-color css
<style>
a { background-color: #D13C54; }
a { background-color: rgb(209,60,84); }
div.DivClassName
{
background-color: #D13C54;
}
.BgClassName
{
background-color: #D13C54;
}
</style>
border-color css
<style>
span { border-color: #D13C54; }
span { border-color: rgb(209,60,84); }
td.TdClassName
{
border-color: #D13C54;
}
.TagClassName
{
border-color: #D13C54;
}
</style>