Shades of Old Rose #D02A50
Tints of Old Rose #D02A50
RGB
CMYK
RGB Variations
Color information
#D02A50 (or 0xD02A50) is known color: Old Rose. HEX triplet: D0, 2A and 50. RGB value is (208,42,80). Sum of RGB (Red+Green+Blue) = 208+42+80=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02A50 is #2FD5AF. Grayscale: #5F5F5F. Windows color (decimal): -3134896 or 5253840. OLE color: 5253840.
HSL color Cylindrical-coordinate representation of color #D02A50: hue angle of 346.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02A50 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 80 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.18 |
| HSL | 346.27º | 0.66% | 0.49% | - |
| HSV(B) | 346.27º | 0.8% | 0.82% | - |
| XYZ | 28.29 | 15.65 | 9.12 | - |
| YUV | 95.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 80 | 0 | 0.80 | 0.62 | 0.18 | 346.27 | 0.66 | 0.49 |
| Hex | D0 | 2A | 50 | 0 | 50 | 3E | 12 | 15A | 42 | 31 |
| Octal | 320 | 52 | 120 | 0 | 120 | 76 | 22 | 532 | 102 | 61 |
| Binary | 11010000 | 101010 | 1010000 | 0 | 1010000 | 111110 | 10010 | 101011010 | 1000010 | 110001 |
Color Harmonies of #D02A50
Complementary color
Monochromatic Colors of #D02A50
Black with #D02A50
Text Example
Text Example
White with #D02A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A50; }
p { color: rgb(208,42,80); }
H1.HeaderClassName
{
color: #D02A50;
}
.AnyTagClassName
{
color: #D02A50;
}
</style>
background-color css
<style>
a { background-color: #D02A50; }
a { background-color: rgb(208,42,80); }
div.DivClassName
{
background-color: #D02A50;
}
.BgClassName
{
background-color: #D02A50;
}
</style>
border-color css
<style>
span { border-color: #D02A50; }
span { border-color: rgb(208,42,80); }
td.TdClassName
{
border-color: #D02A50;
}
.TagClassName
{
border-color: #D02A50;
}
</style>