Shades of Old Rose #D0344F
Tints of Old Rose #D0344F
RGB
CMYK
RGB Variations
Color information
#D0344F (or 0xD0344F) is known color: Old Rose. HEX triplet: D0, 34 and 4F. RGB value is (208,52,79). Sum of RGB (Red+Green+Blue) = 208+52+79=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0344F is #2FCBB0. Grayscale: #656565. Windows color (decimal): -3132337 or 5190864. OLE color: 5190864.
HSL color Cylindrical-coordinate representation of color #D0344F: hue angle of 349.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0344F is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 79 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.18 |
| HSL | 349.62º | 0.62% | 0.51% | - |
| HSV(B) | 349.62º | 0.75% | 0.82% | - |
| XYZ | 28.65 | 16.43 | 9.06 | - |
| YUV | 101.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 79 | 0 | 0.75 | 0.62 | 0.18 | 349.62 | 0.62 | 0.51 |
| Hex | D0 | 34 | 4F | 0 | 4B | 3E | 12 | 15E | 3E | 33 |
| Octal | 320 | 64 | 117 | 0 | 113 | 76 | 22 | 536 | 76 | 63 |
| Binary | 11010000 | 110100 | 1001111 | 0 | 1001011 | 111110 | 10010 | 101011110 | 111110 | 110011 |
Color Harmonies of #D0344F
Complementary color
Monochromatic Colors of #D0344F
Black with #D0344F
Text Example
Text Example
White with #D0344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0344F; }
p { color: rgb(208,52,79); }
H1.HeaderClassName
{
color: #D0344F;
}
.AnyTagClassName
{
color: #D0344F;
}
</style>
background-color css
<style>
a { background-color: #D0344F; }
a { background-color: rgb(208,52,79); }
div.DivClassName
{
background-color: #D0344F;
}
.BgClassName
{
background-color: #D0344F;
}
</style>
border-color css
<style>
span { border-color: #D0344F; }
span { border-color: rgb(208,52,79); }
td.TdClassName
{
border-color: #D0344F;
}
.TagClassName
{
border-color: #D0344F;
}
</style>