Shades of Old Rose #D03153
Tints of Old Rose #D03153
RGB
CMYK
RGB Variations
Color information
#D03153 (or 0xD03153) is known color: Old Rose. HEX triplet: D0, 31 and 53. RGB value is (208,49,83). Sum of RGB (Red+Green+Blue) = 208+49+83=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D03153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03153 is #2FCEAC. Grayscale: #646464. Windows color (decimal): -3133101 or 5452240. OLE color: 5452240.
HSL color Cylindrical-coordinate representation of color #D03153: hue angle of 347.17º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03153 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 83 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.18 |
| HSL | 347.17º | 0.63% | 0.5% | - |
| HSV(B) | 347.17º | 0.76% | 0.82% | - |
| XYZ | 28.67 | 16.23 | 9.81 | - |
| YUV | 100.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 83 | 0 | 0.76 | 0.60 | 0.18 | 347.17 | 0.63 | 0.5 |
| Hex | D0 | 31 | 53 | 0 | 4C | 3C | 12 | 15B | 3F | 32 |
| Octal | 320 | 61 | 123 | 0 | 114 | 74 | 22 | 533 | 77 | 62 |
| Binary | 11010000 | 110001 | 1010011 | 0 | 1001100 | 111100 | 10010 | 101011011 | 111111 | 110010 |
Color Harmonies of #D03153
Complementary color
Monochromatic Colors of #D03153
Black with #D03153
Text Example
Text Example
White with #D03153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03153; }
p { color: rgb(208,49,83); }
H1.HeaderClassName
{
color: #D03153;
}
.AnyTagClassName
{
color: #D03153;
}
</style>
background-color css
<style>
a { background-color: #D03153; }
a { background-color: rgb(208,49,83); }
div.DivClassName
{
background-color: #D03153;
}
.BgClassName
{
background-color: #D03153;
}
</style>
border-color css
<style>
span { border-color: #D03153; }
span { border-color: rgb(208,49,83); }
td.TdClassName
{
border-color: #D03153;
}
.TagClassName
{
border-color: #D03153;
}
</style>