Shades of Old Rose #D02D51
Tints of Old Rose #D02D51
RGB
CMYK
RGB Variations
Color information
#D02D51 (or 0xD02D51) is known color: Old Rose. HEX triplet: D0, 2D and 51. RGB value is (208,45,81). Sum of RGB (Red+Green+Blue) = 208+45+81=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D51 is #2FD2AE. Grayscale: #616161. Windows color (decimal): -3134127 or 5320144. OLE color: 5320144.
HSL color Cylindrical-coordinate representation of color #D02D51: hue angle of 346.75º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D51 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 81 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.18 |
| HSL | 346.75º | 0.64% | 0.5% | - |
| HSV(B) | 346.75º | 0.78% | 0.82% | - |
| XYZ | 28.44 | 15.88 | 9.35 | - |
| YUV | 97.84 | 118.5 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 81 | 0 | 0.78 | 0.61 | 0.18 | 346.75 | 0.64 | 0.5 |
| Hex | D0 | 2D | 51 | 0 | 4E | 3D | 12 | 15B | 40 | 32 |
| Octal | 320 | 55 | 121 | 0 | 116 | 75 | 22 | 533 | 100 | 62 |
| Binary | 11010000 | 101101 | 1010001 | 0 | 1001110 | 111101 | 10010 | 101011011 | 1000000 | 110010 |
Color Harmonies of #D02D51
Complementary color
Monochromatic Colors of #D02D51
Black with #D02D51
Text Example
Text Example
White with #D02D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D51; }
p { color: rgb(208,45,81); }
H1.HeaderClassName
{
color: #D02D51;
}
.AnyTagClassName
{
color: #D02D51;
}
</style>
background-color css
<style>
a { background-color: #D02D51; }
a { background-color: rgb(208,45,81); }
div.DivClassName
{
background-color: #D02D51;
}
.BgClassName
{
background-color: #D02D51;
}
</style>
border-color css
<style>
span { border-color: #D02D51; }
span { border-color: rgb(208,45,81); }
td.TdClassName
{
border-color: #D02D51;
}
.TagClassName
{
border-color: #D02D51;
}
</style>