Shades of Old Rose #D03D53
Tints of Old Rose #D03D53
RGB
CMYK
RGB Variations
Color information
#D03D53 (or 0xD03D53) is known color: Old Rose. HEX triplet: D0, 3D and 53. RGB value is (208,61,83). Sum of RGB (Red+Green+Blue) = 208+61+83=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D53 is #2FC2AC. Grayscale: #6B6B6B. Windows color (decimal): -3130029 or 5455312. OLE color: 5455312.
HSL color Cylindrical-coordinate representation of color #D03D53: hue angle of 351.02º degrees, saturation: 0.61, 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 #D03D53 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 83 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.18 |
| HSL | 351.02º | 0.61% | 0.53% | - |
| HSV(B) | 351.02º | 0.71% | 0.82% | - |
| XYZ | 29.24 | 17.37 | 10 | - |
| YUV | 107.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 83 | 0 | 0.71 | 0.60 | 0.18 | 351.02 | 0.61 | 0.53 |
| Hex | D0 | 3D | 53 | 0 | 47 | 3C | 12 | 15F | 3D | 35 |
| Octal | 320 | 75 | 123 | 0 | 107 | 74 | 22 | 537 | 75 | 65 |
| Binary | 11010000 | 111101 | 1010011 | 0 | 1000111 | 111100 | 10010 | 101011111 | 111101 | 110101 |
Color Harmonies of #D03D53
Complementary color
Monochromatic Colors of #D03D53
Black with #D03D53
Text Example
Text Example
White with #D03D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D53; }
p { color: rgb(208,61,83); }
H1.HeaderClassName
{
color: #D03D53;
}
.AnyTagClassName
{
color: #D03D53;
}
</style>
background-color css
<style>
a { background-color: #D03D53; }
a { background-color: rgb(208,61,83); }
div.DivClassName
{
background-color: #D03D53;
}
.BgClassName
{
background-color: #D03D53;
}
</style>
border-color css
<style>
span { border-color: #D03D53; }
span { border-color: rgb(208,61,83); }
td.TdClassName
{
border-color: #D03D53;
}
.TagClassName
{
border-color: #D03D53;
}
</style>