Shades of Old Rose #D02550
Tints of Old Rose #D02550
RGB
CMYK
RGB Variations
Color information
#D02550 (or 0xD02550) is known color: Old Rose. HEX triplet: D0, 25 and 50. RGB value is (208,37,80). Sum of RGB (Red+Green+Blue) = 208+37+80=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D02550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02550 is #2FDAAF. Grayscale: #5D5D5D. Windows color (decimal): -3136176 or 5252560. OLE color: 5252560.
HSL color Cylindrical-coordinate representation of color #D02550: hue angle of 344.91º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02550 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 80 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.18 |
| HSL | 344.91º | 0.7% | 0.48% | - |
| HSV(B) | 344.91º | 0.82% | 0.82% | - |
| XYZ | 28.12 | 15.31 | 9.06 | - |
| YUV | 93.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 80 | 0 | 0.82 | 0.62 | 0.18 | 344.91 | 0.7 | 0.48 |
| Hex | D0 | 25 | 50 | 0 | 52 | 3E | 12 | 159 | 46 | 30 |
| Octal | 320 | 45 | 120 | 0 | 122 | 76 | 22 | 531 | 106 | 60 |
| Binary | 11010000 | 100101 | 1010000 | 0 | 1010010 | 111110 | 10010 | 101011001 | 1000110 | 110000 |
Color Harmonies of #D02550
Complementary color
Monochromatic Colors of #D02550
Black with #D02550
Text Example
Text Example
White with #D02550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02550; }
p { color: rgb(208,37,80); }
H1.HeaderClassName
{
color: #D02550;
}
.AnyTagClassName
{
color: #D02550;
}
</style>
background-color css
<style>
a { background-color: #D02550; }
a { background-color: rgb(208,37,80); }
div.DivClassName
{
background-color: #D02550;
}
.BgClassName
{
background-color: #D02550;
}
</style>
border-color css
<style>
span { border-color: #D02550; }
span { border-color: rgb(208,37,80); }
td.TdClassName
{
border-color: #D02550;
}
.TagClassName
{
border-color: #D02550;
}
</style>