Shades of Old Rose #D02D53
Tints of Old Rose #D02D53
RGB
CMYK
RGB Variations
Color information
#D02D53 (or 0xD02D53) is known color: Old Rose. HEX triplet: D0, 2D and 53. RGB value is (208,45,83). Sum of RGB (Red+Green+Blue) = 208+45+83=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D53 is #2FD2AC. Grayscale: #626262. Windows color (decimal): -3134125 or 5451216. OLE color: 5451216.
HSL color Cylindrical-coordinate representation of color #D02D53: hue angle of 346.01º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D53 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 83 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.18 |
| HSL | 346.01º | 0.64% | 0.5% | - |
| HSV(B) | 346.01º | 0.78% | 0.82% | - |
| XYZ | 28.51 | 15.91 | 9.75 | - |
| YUV | 98.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 83 | 0 | 0.78 | 0.60 | 0.18 | 346.01 | 0.64 | 0.5 |
| Hex | D0 | 2D | 53 | 0 | 4E | 3C | 12 | 15A | 40 | 32 |
| Octal | 320 | 55 | 123 | 0 | 116 | 74 | 22 | 532 | 100 | 62 |
| Binary | 11010000 | 101101 | 1010011 | 0 | 1001110 | 111100 | 10010 | 101011010 | 1000000 | 110010 |
Color Harmonies of #D02D53
Complementary color
Monochromatic Colors of #D02D53
Black with #D02D53
Text Example
Text Example
White with #D02D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D53; }
p { color: rgb(208,45,83); }
H1.HeaderClassName
{
color: #D02D53;
}
.AnyTagClassName
{
color: #D02D53;
}
</style>
background-color css
<style>
a { background-color: #D02D53; }
a { background-color: rgb(208,45,83); }
div.DivClassName
{
background-color: #D02D53;
}
.BgClassName
{
background-color: #D02D53;
}
</style>
border-color css
<style>
span { border-color: #D02D53; }
span { border-color: rgb(208,45,83); }
td.TdClassName
{
border-color: #D02D53;
}
.TagClassName
{
border-color: #D02D53;
}
</style>