Shades of Old Rose #D03955
Tints of Old Rose #D03955
RGB
CMYK
RGB Variations
Color information
#D03955 (or 0xD03955) is known color: Old Rose. HEX triplet: D0, 39 and 55. RGB value is (208,57,85). Sum of RGB (Red+Green+Blue) = 208+57+85=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D03955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03955 is #2FC6AA. Grayscale: #696969. Windows color (decimal): -3131051 or 5585360. OLE color: 5585360.
HSL color Cylindrical-coordinate representation of color #D03955: hue angle of 348.87º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03955 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 85 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.18 |
| HSL | 348.87º | 0.62% | 0.52% | - |
| HSV(B) | 348.87º | 0.73% | 0.82% | - |
| XYZ | 29.12 | 16.99 | 10.34 | - |
| YUV | 105.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 85 | 0 | 0.73 | 0.59 | 0.18 | 348.87 | 0.62 | 0.52 |
| Hex | D0 | 39 | 55 | 0 | 49 | 3B | 12 | 15D | 3E | 34 |
| Octal | 320 | 71 | 125 | 0 | 111 | 73 | 22 | 535 | 76 | 64 |
| Binary | 11010000 | 111001 | 1010101 | 0 | 1001001 | 111011 | 10010 | 101011101 | 111110 | 110100 |
Color Harmonies of #D03955
Complementary color
Monochromatic Colors of #D03955
Black with #D03955
Text Example
Text Example
White with #D03955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03955; }
p { color: rgb(208,57,85); }
H1.HeaderClassName
{
color: #D03955;
}
.AnyTagClassName
{
color: #D03955;
}
</style>
background-color css
<style>
a { background-color: #D03955; }
a { background-color: rgb(208,57,85); }
div.DivClassName
{
background-color: #D03955;
}
.BgClassName
{
background-color: #D03955;
}
</style>
border-color css
<style>
span { border-color: #D03955; }
span { border-color: rgb(208,57,85); }
td.TdClassName
{
border-color: #D03955;
}
.TagClassName
{
border-color: #D03955;
}
</style>