Shades of Old Rose #D13655
Tints of Old Rose #D13655
RGB
CMYK
RGB Variations
Color information
#D13655 (or 0xD13655) is known color: Old Rose. HEX triplet: D1, 36 and 55. RGB value is (209,54,85). Sum of RGB (Red+Green+Blue) = 209+54+85=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D13655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13655 is #2EC9AA. Grayscale: #676767. Windows color (decimal): -3066283 or 5584593. OLE color: 5584593.
HSL color Cylindrical-coordinate representation of color #D13655: hue angle of 348º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13655 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 85 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.18 |
| HSL | 348º | 0.63% | 0.52% | - |
| HSV(B) | 348º | 0.74% | 0.82% | - |
| XYZ | 29.25 | 16.85 | 10.3 | - |
| YUV | 103.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 85 | 0 | 0.74 | 0.59 | 0.18 | 348 | 0.63 | 0.52 |
| Hex | D1 | 36 | 55 | 0 | 4A | 3B | 12 | 15C | 3F | 34 |
| Octal | 321 | 66 | 125 | 0 | 112 | 73 | 22 | 534 | 77 | 64 |
| Binary | 11010001 | 110110 | 1010101 | 0 | 1001010 | 111011 | 10010 | 101011100 | 111111 | 110100 |
Color Harmonies of #D13655
Complementary color
Monochromatic Colors of #D13655
Black with #D13655
Text Example
Text Example
White with #D13655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13655; }
p { color: rgb(209,54,85); }
H1.HeaderClassName
{
color: #D13655;
}
.AnyTagClassName
{
color: #D13655;
}
</style>
background-color css
<style>
a { background-color: #D13655; }
a { background-color: rgb(209,54,85); }
div.DivClassName
{
background-color: #D13655;
}
.BgClassName
{
background-color: #D13655;
}
</style>
border-color css
<style>
span { border-color: #D13655; }
span { border-color: rgb(209,54,85); }
td.TdClassName
{
border-color: #D13655;
}
.TagClassName
{
border-color: #D13655;
}
</style>