Shades of Old Rose #D02854
Tints of Old Rose #D02854
RGB
CMYK
RGB Variations
Color information
#D02854 (or 0xD02854) is known color: Old Rose. HEX triplet: D0, 28 and 54. RGB value is (208,40,84). Sum of RGB (Red+Green+Blue) = 208+40+84=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D02854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02854 is #2FD7AB. Grayscale: #5F5F5F. Windows color (decimal): -3135404 or 5515472. OLE color: 5515472.
HSL color Cylindrical-coordinate representation of color #D02854: hue angle of 344.29º 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 #D02854 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 84 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.18 |
| HSL | 344.29º | 0.68% | 0.49% | - |
| HSV(B) | 344.29º | 0.81% | 0.82% | - |
| XYZ | 28.37 | 15.57 | 9.9 | - |
| YUV | 95.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 84 | 0 | 0.81 | 0.60 | 0.18 | 344.29 | 0.68 | 0.49 |
| Hex | D0 | 28 | 54 | 0 | 51 | 3C | 12 | 158 | 44 | 31 |
| Octal | 320 | 50 | 124 | 0 | 121 | 74 | 22 | 530 | 104 | 61 |
| Binary | 11010000 | 101000 | 1010100 | 0 | 1010001 | 111100 | 10010 | 101011000 | 1000100 | 110001 |
Color Harmonies of #D02854
Complementary color
Monochromatic Colors of #D02854
Black with #D02854
Text Example
Text Example
White with #D02854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02854; }
p { color: rgb(208,40,84); }
H1.HeaderClassName
{
color: #D02854;
}
.AnyTagClassName
{
color: #D02854;
}
</style>
background-color css
<style>
a { background-color: #D02854; }
a { background-color: rgb(208,40,84); }
div.DivClassName
{
background-color: #D02854;
}
.BgClassName
{
background-color: #D02854;
}
</style>
border-color css
<style>
span { border-color: #D02854; }
span { border-color: rgb(208,40,84); }
td.TdClassName
{
border-color: #D02854;
}
.TagClassName
{
border-color: #D02854;
}
</style>