Shades of Old Rose #D03352
Tints of Old Rose #D03352
RGB
CMYK
RGB Variations
Color information
#D03352 (or 0xD03352) is known color: Old Rose. HEX triplet: D0, 33 and 52. RGB value is (208,51,82). Sum of RGB (Red+Green+Blue) = 208+51+82=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D03352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03352 is #2FCCAD. Grayscale: #656565. Windows color (decimal): -3132590 or 5387216. OLE color: 5387216.
HSL color Cylindrical-coordinate representation of color #D03352: hue angle of 348.15º degrees, saturation: 0.63, 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 #D03352 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 82 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.18 |
| HSL | 348.15º | 0.63% | 0.51% | - |
| HSV(B) | 348.15º | 0.75% | 0.82% | - |
| XYZ | 28.72 | 16.39 | 9.63 | - |
| YUV | 101.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 82 | 0 | 0.75 | 0.61 | 0.18 | 348.15 | 0.63 | 0.51 |
| Hex | D0 | 33 | 52 | 0 | 4B | 3D | 12 | 15C | 3F | 33 |
| Octal | 320 | 63 | 122 | 0 | 113 | 75 | 22 | 534 | 77 | 63 |
| Binary | 11010000 | 110011 | 1010010 | 0 | 1001011 | 111101 | 10010 | 101011100 | 111111 | 110011 |
Color Harmonies of #D03352
Complementary color
Monochromatic Colors of #D03352
Black with #D03352
Text Example
Text Example
White with #D03352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03352; }
p { color: rgb(208,51,82); }
H1.HeaderClassName
{
color: #D03352;
}
.AnyTagClassName
{
color: #D03352;
}
</style>
background-color css
<style>
a { background-color: #D03352; }
a { background-color: rgb(208,51,82); }
div.DivClassName
{
background-color: #D03352;
}
.BgClassName
{
background-color: #D03352;
}
</style>
border-color css
<style>
span { border-color: #D03352; }
span { border-color: rgb(208,51,82); }
td.TdClassName
{
border-color: #D03352;
}
.TagClassName
{
border-color: #D03352;
}
</style>