Shades of Old Rose #D13A52
Tints of Old Rose #D13A52
RGB
CMYK
RGB Variations
Color information
#D13A52 (or 0xD13A52) is known color: Old Rose. HEX triplet: D1, 3A and 52. RGB value is (209,58,82). Sum of RGB (Red+Green+Blue) = 209+58+82=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A52 is #2EC5AD. Grayscale: #696969. Windows color (decimal): -3065262 or 5389009. OLE color: 5389009.
HSL color Cylindrical-coordinate representation of color #D13A52: hue angle of 350.46º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A52 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 82 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.18 |
| HSL | 350.46º | 0.62% | 0.52% | - |
| HSV(B) | 350.46º | 0.72% | 0.82% | - |
| XYZ | 29.33 | 17.19 | 9.75 | - |
| YUV | 105.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 82 | 0 | 0.72 | 0.61 | 0.18 | 350.46 | 0.62 | 0.52 |
| Hex | D1 | 3A | 52 | 0 | 48 | 3D | 12 | 15E | 3E | 34 |
| Octal | 321 | 72 | 122 | 0 | 110 | 75 | 22 | 536 | 76 | 64 |
| Binary | 11010001 | 111010 | 1010010 | 0 | 1001000 | 111101 | 10010 | 101011110 | 111110 | 110100 |
Color Harmonies of #D13A52
Complementary color
Monochromatic Colors of #D13A52
Black with #D13A52
Text Example
Text Example
White with #D13A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A52; }
p { color: rgb(209,58,82); }
H1.HeaderClassName
{
color: #D13A52;
}
.AnyTagClassName
{
color: #D13A52;
}
</style>
background-color css
<style>
a { background-color: #D13A52; }
a { background-color: rgb(209,58,82); }
div.DivClassName
{
background-color: #D13A52;
}
.BgClassName
{
background-color: #D13A52;
}
</style>
border-color css
<style>
span { border-color: #D13A52; }
span { border-color: rgb(209,58,82); }
td.TdClassName
{
border-color: #D13A52;
}
.TagClassName
{
border-color: #D13A52;
}
</style>