Shades of Old Rose #D03552
Tints of Old Rose #D03552
RGB
CMYK
RGB Variations
Color information
#D03552 (or 0xD03552) is known color: Old Rose. HEX triplet: D0, 35 and 52. RGB value is (208,53,82). Sum of RGB (Red+Green+Blue) = 208+53+82=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D03552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03552 is #2FCAAD. Grayscale: #666666. Windows color (decimal): -3132078 or 5387728. OLE color: 5387728.
HSL color Cylindrical-coordinate representation of color #D03552: hue angle of 348.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03552 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 82 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.18 |
| HSL | 348.77º | 0.62% | 0.51% | - |
| HSV(B) | 348.77º | 0.75% | 0.82% | - |
| XYZ | 28.81 | 16.57 | 9.66 | - |
| YUV | 102.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 82 | 0 | 0.75 | 0.61 | 0.18 | 348.77 | 0.62 | 0.51 |
| Hex | D0 | 35 | 52 | 0 | 4B | 3D | 12 | 15D | 3E | 33 |
| Octal | 320 | 65 | 122 | 0 | 113 | 75 | 22 | 535 | 76 | 63 |
| Binary | 11010000 | 110101 | 1010010 | 0 | 1001011 | 111101 | 10010 | 101011101 | 111110 | 110011 |
Color Harmonies of #D03552
Complementary color
Monochromatic Colors of #D03552
Black with #D03552
Text Example
Text Example
White with #D03552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03552; }
p { color: rgb(208,53,82); }
H1.HeaderClassName
{
color: #D03552;
}
.AnyTagClassName
{
color: #D03552;
}
</style>
background-color css
<style>
a { background-color: #D03552; }
a { background-color: rgb(208,53,82); }
div.DivClassName
{
background-color: #D03552;
}
.BgClassName
{
background-color: #D03552;
}
</style>
border-color css
<style>
span { border-color: #D03552; }
span { border-color: rgb(208,53,82); }
td.TdClassName
{
border-color: #D03552;
}
.TagClassName
{
border-color: #D03552;
}
</style>