Shades of Old Rose #D03155
Tints of Old Rose #D03155
RGB
CMYK
RGB Variations
Color information
#D03155 (or 0xD03155) is known color: Old Rose. HEX triplet: D0, 31 and 55. RGB value is (208,49,85). Sum of RGB (Red+Green+Blue) = 208+49+85=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D03155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03155 is #2FCEAA. Grayscale: #646464. Windows color (decimal): -3133099 or 5583312. OLE color: 5583312.
HSL color Cylindrical-coordinate representation of color #D03155: hue angle of 346.42º 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 #D03155 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 85 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.18 |
| HSL | 346.42º | 0.63% | 0.5% | - |
| HSV(B) | 346.42º | 0.76% | 0.82% | - |
| XYZ | 28.75 | 16.26 | 10.22 | - |
| YUV | 100.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 85 | 0 | 0.76 | 0.59 | 0.18 | 346.42 | 0.63 | 0.5 |
| Hex | D0 | 31 | 55 | 0 | 4C | 3B | 12 | 15A | 3F | 32 |
| Octal | 320 | 61 | 125 | 0 | 114 | 73 | 22 | 532 | 77 | 62 |
| Binary | 11010000 | 110001 | 1010101 | 0 | 1001100 | 111011 | 10010 | 101011010 | 111111 | 110010 |
Color Harmonies of #D03155
Complementary color
Monochromatic Colors of #D03155
Black with #D03155
Text Example
Text Example
White with #D03155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03155; }
p { color: rgb(208,49,85); }
H1.HeaderClassName
{
color: #D03155;
}
.AnyTagClassName
{
color: #D03155;
}
</style>
background-color css
<style>
a { background-color: #D03155; }
a { background-color: rgb(208,49,85); }
div.DivClassName
{
background-color: #D03155;
}
.BgClassName
{
background-color: #D03155;
}
</style>
border-color css
<style>
span { border-color: #D03155; }
span { border-color: rgb(208,49,85); }
td.TdClassName
{
border-color: #D03155;
}
.TagClassName
{
border-color: #D03155;
}
</style>