Shades of Old Rose #D03954
Tints of Old Rose #D03954
RGB
CMYK
RGB Variations
Color information
#D03954 (or 0xD03954) is known color: Old Rose. HEX triplet: D0, 39 and 54. RGB value is (208,57,84). Sum of RGB (Red+Green+Blue) = 208+57+84=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D03954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03954 is #2FC6AB. Grayscale: #696969. Windows color (decimal): -3131052 or 5519824. OLE color: 5519824.
HSL color Cylindrical-coordinate representation of color #D03954: hue angle of 349.27º 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 #D03954 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 84 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.18 |
| HSL | 349.27º | 0.62% | 0.52% | - |
| HSV(B) | 349.27º | 0.73% | 0.82% | - |
| XYZ | 29.08 | 16.98 | 10.13 | - |
| YUV | 105.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 84 | 0 | 0.73 | 0.60 | 0.18 | 349.27 | 0.62 | 0.52 |
| Hex | D0 | 39 | 54 | 0 | 49 | 3C | 12 | 15D | 3E | 34 |
| Octal | 320 | 71 | 124 | 0 | 111 | 74 | 22 | 535 | 76 | 64 |
| Binary | 11010000 | 111001 | 1010100 | 0 | 1001001 | 111100 | 10010 | 101011101 | 111110 | 110100 |
Color Harmonies of #D03954
Complementary color
Monochromatic Colors of #D03954
Black with #D03954
Text Example
Text Example
White with #D03954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03954; }
p { color: rgb(208,57,84); }
H1.HeaderClassName
{
color: #D03954;
}
.AnyTagClassName
{
color: #D03954;
}
</style>
background-color css
<style>
a { background-color: #D03954; }
a { background-color: rgb(208,57,84); }
div.DivClassName
{
background-color: #D03954;
}
.BgClassName
{
background-color: #D03954;
}
</style>
border-color css
<style>
span { border-color: #D03954; }
span { border-color: rgb(208,57,84); }
td.TdClassName
{
border-color: #D03954;
}
.TagClassName
{
border-color: #D03954;
}
</style>