Shades of Old Rose #D02855
Tints of Old Rose #D02855
RGB
CMYK
RGB Variations
Color information
#D02855 (or 0xD02855) is known color: Old Rose. HEX triplet: D0, 28 and 55. RGB value is (208,40,85). Sum of RGB (Red+Green+Blue) = 208+40+85=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D02855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02855 is #2FD7AA. Grayscale: #5F5F5F. Windows color (decimal): -3135403 or 5581008. OLE color: 5581008.
HSL color Cylindrical-coordinate representation of color #D02855: hue angle of 343.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02855 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 85 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.18 |
| HSL | 343.93º | 0.68% | 0.49% | - |
| HSV(B) | 343.93º | 0.81% | 0.82% | - |
| XYZ | 28.41 | 15.58 | 10.1 | - |
| YUV | 95.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 85 | 0 | 0.81 | 0.59 | 0.18 | 343.93 | 0.68 | 0.49 |
| Hex | D0 | 28 | 55 | 0 | 51 | 3B | 12 | 158 | 44 | 31 |
| Octal | 320 | 50 | 125 | 0 | 121 | 73 | 22 | 530 | 104 | 61 |
| Binary | 11010000 | 101000 | 1010101 | 0 | 1010001 | 111011 | 10010 | 101011000 | 1000100 | 110001 |
Color Harmonies of #D02855
Complementary color
Monochromatic Colors of #D02855
Black with #D02855
Text Example
Text Example
White with #D02855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02855; }
p { color: rgb(208,40,85); }
H1.HeaderClassName
{
color: #D02855;
}
.AnyTagClassName
{
color: #D02855;
}
</style>
background-color css
<style>
a { background-color: #D02855; }
a { background-color: rgb(208,40,85); }
div.DivClassName
{
background-color: #D02855;
}
.BgClassName
{
background-color: #D02855;
}
</style>
border-color css
<style>
span { border-color: #D02855; }
span { border-color: rgb(208,40,85); }
td.TdClassName
{
border-color: #D02855;
}
.TagClassName
{
border-color: #D02855;
}
</style>