Shades of Old Rose #D03655
Tints of Old Rose #D03655
RGB
CMYK
RGB Variations
Color information
#D03655 (or 0xD03655) is known color: Old Rose. HEX triplet: D0, 36 and 55. RGB value is (208,54,85). Sum of RGB (Red+Green+Blue) = 208+54+85=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D03655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03655 is #2FC9AA. Grayscale: #676767. Windows color (decimal): -3131819 or 5584592. OLE color: 5584592.
HSL color Cylindrical-coordinate representation of color #D03655: hue angle of 347.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03655 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 85 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.18 |
| HSL | 347.92º | 0.62% | 0.51% | - |
| HSV(B) | 347.92º | 0.74% | 0.82% | - |
| XYZ | 28.97 | 16.7 | 10.29 | - |
| YUV | 103.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 85 | 0 | 0.74 | 0.59 | 0.18 | 347.92 | 0.62 | 0.51 |
| Hex | D0 | 36 | 55 | 0 | 4A | 3B | 12 | 15C | 3E | 33 |
| Octal | 320 | 66 | 125 | 0 | 112 | 73 | 22 | 534 | 76 | 63 |
| Binary | 11010000 | 110110 | 1010101 | 0 | 1001010 | 111011 | 10010 | 101011100 | 111110 | 110011 |
Color Harmonies of #D03655
Complementary color
Monochromatic Colors of #D03655
Black with #D03655
Text Example
Text Example
White with #D03655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03655; }
p { color: rgb(208,54,85); }
H1.HeaderClassName
{
color: #D03655;
}
.AnyTagClassName
{
color: #D03655;
}
</style>
background-color css
<style>
a { background-color: #D03655; }
a { background-color: rgb(208,54,85); }
div.DivClassName
{
background-color: #D03655;
}
.BgClassName
{
background-color: #D03655;
}
</style>
border-color css
<style>
span { border-color: #D03655; }
span { border-color: rgb(208,54,85); }
td.TdClassName
{
border-color: #D03655;
}
.TagClassName
{
border-color: #D03655;
}
</style>