Shades of Old Rose #D03A52
Tints of Old Rose #D03A52
RGB
CMYK
RGB Variations
Color information
#D03A52 (or 0xD03A52) is known color: Old Rose. HEX triplet: D0, 3A and 52. RGB value is (208,58,82). Sum of RGB (Red+Green+Blue) = 208+58+82=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A52 is #2FC5AD. Grayscale: #696969. Windows color (decimal): -3130798 or 5389008. OLE color: 5389008.
HSL color Cylindrical-coordinate representation of color #D03A52: hue angle of 350.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03A52 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 82 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.18 |
| HSL | 350.4º | 0.61% | 0.52% | - |
| HSV(B) | 350.4º | 0.72% | 0.82% | - |
| XYZ | 29.05 | 17.05 | 9.74 | - |
| YUV | 105.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 82 | 0 | 0.72 | 0.61 | 0.18 | 350.4 | 0.61 | 0.52 |
| Hex | D0 | 3A | 52 | 0 | 48 | 3D | 12 | 15E | 3D | 34 |
| Octal | 320 | 72 | 122 | 0 | 110 | 75 | 22 | 536 | 75 | 64 |
| Binary | 11010000 | 111010 | 1010010 | 0 | 1001000 | 111101 | 10010 | 101011110 | 111101 | 110100 |
Color Harmonies of #D03A52
Complementary color
Monochromatic Colors of #D03A52
Black with #D03A52
Text Example
Text Example
White with #D03A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A52; }
p { color: rgb(208,58,82); }
H1.HeaderClassName
{
color: #D03A52;
}
.AnyTagClassName
{
color: #D03A52;
}
</style>
background-color css
<style>
a { background-color: #D03A52; }
a { background-color: rgb(208,58,82); }
div.DivClassName
{
background-color: #D03A52;
}
.BgClassName
{
background-color: #D03A52;
}
</style>
border-color css
<style>
span { border-color: #D03A52; }
span { border-color: rgb(208,58,82); }
td.TdClassName
{
border-color: #D03A52;
}
.TagClassName
{
border-color: #D03A52;
}
</style>