Shades of Old Rose #D03256
Tints of Old Rose #D03256
RGB
CMYK
RGB Variations
Color information
#D03256 (or 0xD03256) is known color: Old Rose. HEX triplet: D0, 32 and 56. RGB value is (208,50,86). Sum of RGB (Red+Green+Blue) = 208+50+86=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D03256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03256 is #2FCDA9. Grayscale: #656565. Windows color (decimal): -3132842 or 5649104. OLE color: 5649104.
HSL color Cylindrical-coordinate representation of color #D03256: hue angle of 346.33º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03256 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 86 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.18 |
| HSL | 346.33º | 0.63% | 0.51% | - |
| HSV(B) | 346.33º | 0.76% | 0.82% | - |
| XYZ | 28.83 | 16.36 | 10.44 | - |
| YUV | 101.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 86 | 0 | 0.76 | 0.59 | 0.18 | 346.33 | 0.63 | 0.51 |
| Hex | D0 | 32 | 56 | 0 | 4C | 3B | 12 | 15A | 3F | 33 |
| Octal | 320 | 62 | 126 | 0 | 114 | 73 | 22 | 532 | 77 | 63 |
| Binary | 11010000 | 110010 | 1010110 | 0 | 1001100 | 111011 | 10010 | 101011010 | 111111 | 110011 |
Color Harmonies of #D03256
Complementary color
Monochromatic Colors of #D03256
Black with #D03256
Text Example
Text Example
White with #D03256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03256; }
p { color: rgb(208,50,86); }
H1.HeaderClassName
{
color: #D03256;
}
.AnyTagClassName
{
color: #D03256;
}
</style>
background-color css
<style>
a { background-color: #D03256; }
a { background-color: rgb(208,50,86); }
div.DivClassName
{
background-color: #D03256;
}
.BgClassName
{
background-color: #D03256;
}
</style>
border-color css
<style>
span { border-color: #D03256; }
span { border-color: rgb(208,50,86); }
td.TdClassName
{
border-color: #D03256;
}
.TagClassName
{
border-color: #D03256;
}
</style>