Shades of Old Rose #D13153
Tints of Old Rose #D13153
RGB
CMYK
RGB Variations
Color information
#D13153 (or 0xD13153) is known color: Old Rose. HEX triplet: D1, 31 and 53. RGB value is (209,49,83). Sum of RGB (Red+Green+Blue) = 209+49+83=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D13153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13153 is #2ECEAC. Grayscale: #646464. Windows color (decimal): -3067565 or 5452241. OLE color: 5452241.
HSL color Cylindrical-coordinate representation of color #D13153: hue angle of 347.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13153 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 83 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.18 |
| HSL | 347.25º | 0.63% | 0.51% | - |
| HSV(B) | 347.25º | 0.77% | 0.82% | - |
| XYZ | 28.95 | 16.38 | 9.82 | - |
| YUV | 100.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 83 | 0 | 0.77 | 0.60 | 0.18 | 347.25 | 0.63 | 0.51 |
| Hex | D1 | 31 | 53 | 0 | 4D | 3C | 12 | 15B | 3F | 33 |
| Octal | 321 | 61 | 123 | 0 | 115 | 74 | 22 | 533 | 77 | 63 |
| Binary | 11010001 | 110001 | 1010011 | 0 | 1001101 | 111100 | 10010 | 101011011 | 111111 | 110011 |
Color Harmonies of #D13153
Complementary color
Monochromatic Colors of #D13153
Black with #D13153
Text Example
Text Example
White with #D13153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13153; }
p { color: rgb(209,49,83); }
H1.HeaderClassName
{
color: #D13153;
}
.AnyTagClassName
{
color: #D13153;
}
</style>
background-color css
<style>
a { background-color: #D13153; }
a { background-color: rgb(209,49,83); }
div.DivClassName
{
background-color: #D13153;
}
.BgClassName
{
background-color: #D13153;
}
</style>
border-color css
<style>
span { border-color: #D13153; }
span { border-color: rgb(209,49,83); }
td.TdClassName
{
border-color: #D13153;
}
.TagClassName
{
border-color: #D13153;
}
</style>