Shades of Old Rose #D13255
Tints of Old Rose #D13255
RGB
CMYK
RGB Variations
Color information
#D13255 (or 0xD13255) is known color: Old Rose. HEX triplet: D1, 32 and 55. RGB value is (209,50,85). Sum of RGB (Red+Green+Blue) = 209+50+85=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D13255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13255 is #2ECDAA. Grayscale: #656565. Windows color (decimal): -3067307 or 5583569. OLE color: 5583569.
HSL color Cylindrical-coordinate representation of color #D13255: hue angle of 346.79º 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 #D13255 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 85 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.18 |
| HSL | 346.79º | 0.63% | 0.51% | - |
| HSV(B) | 346.79º | 0.76% | 0.82% | - |
| XYZ | 29.07 | 16.49 | 10.25 | - |
| YUV | 101.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 85 | 0 | 0.76 | 0.59 | 0.18 | 346.79 | 0.63 | 0.51 |
| Hex | D1 | 32 | 55 | 0 | 4C | 3B | 12 | 15B | 3F | 33 |
| Octal | 321 | 62 | 125 | 0 | 114 | 73 | 22 | 533 | 77 | 63 |
| Binary | 11010001 | 110010 | 1010101 | 0 | 1001100 | 111011 | 10010 | 101011011 | 111111 | 110011 |
Color Harmonies of #D13255
Complementary color
Monochromatic Colors of #D13255
Black with #D13255
Text Example
Text Example
White with #D13255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13255; }
p { color: rgb(209,50,85); }
H1.HeaderClassName
{
color: #D13255;
}
.AnyTagClassName
{
color: #D13255;
}
</style>
background-color css
<style>
a { background-color: #D13255; }
a { background-color: rgb(209,50,85); }
div.DivClassName
{
background-color: #D13255;
}
.BgClassName
{
background-color: #D13255;
}
</style>
border-color css
<style>
span { border-color: #D13255; }
span { border-color: rgb(209,50,85); }
td.TdClassName
{
border-color: #D13255;
}
.TagClassName
{
border-color: #D13255;
}
</style>