Shades of Old Rose #D01D4E
Tints of Old Rose #D01D4E
RGB
CMYK
RGB Variations
Color information
#D01D4E (or 0xD01D4E) is known color: Old Rose. HEX triplet: D0, 1D and 4E. RGB value is (208,29,78). Sum of RGB (Red+Green+Blue) = 208+29+78=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D4E is #2FE2B1. Grayscale: #585858. Windows color (decimal): -3138226 or 5119440. OLE color: 5119440.
HSL color Cylindrical-coordinate representation of color #D01D4E: hue angle of 343.58º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D4E is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 78 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.18 |
| HSL | 343.58º | 0.76% | 0.46% | - |
| HSV(B) | 343.58º | 0.86% | 0.82% | - |
| XYZ | 27.83 | 14.84 | 8.61 | - |
| YUV | 88.11 | 122.3 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 78 | 0 | 0.86 | 0.62 | 0.18 | 343.58 | 0.76 | 0.46 |
| Hex | D0 | 1D | 4E | 0 | 56 | 3E | 12 | 158 | 4C | 2E |
| Octal | 320 | 35 | 116 | 0 | 126 | 76 | 22 | 530 | 114 | 56 |
| Binary | 11010000 | 11101 | 1001110 | 0 | 1010110 | 111110 | 10010 | 101011000 | 1001100 | 101110 |
Color Harmonies of #D01D4E
Complementary color
Monochromatic Colors of #D01D4E
Black with #D01D4E
Text Example
Text Example
White with #D01D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01D4E; }
p { color: rgb(208,29,78); }
H1.HeaderClassName
{
color: #D01D4E;
}
.AnyTagClassName
{
color: #D01D4E;
}
</style>
background-color css
<style>
a { background-color: #D01D4E; }
a { background-color: rgb(208,29,78); }
div.DivClassName
{
background-color: #D01D4E;
}
.BgClassName
{
background-color: #D01D4E;
}
</style>
border-color css
<style>
span { border-color: #D01D4E; }
span { border-color: rgb(208,29,78); }
td.TdClassName
{
border-color: #D01D4E;
}
.TagClassName
{
border-color: #D01D4E;
}
</style>