Shades of Old Rose #D0214D
Tints of Old Rose #D0214D
RGB
CMYK
RGB Variations
Color information
#D0214D (or 0xD0214D) is known color: Old Rose. HEX triplet: D0, 21 and 4D. RGB value is (208,33,77). Sum of RGB (Red+Green+Blue) = 208+33+77=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0214D is #2FDEB2. Grayscale: #5A5A5A. Windows color (decimal): -3137203 or 5054928. OLE color: 5054928.
HSL color Cylindrical-coordinate representation of color #D0214D: hue angle of 344.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0214D is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 77 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.18 |
| HSL | 344.91º | 0.73% | 0.47% | - |
| HSV(B) | 344.91º | 0.84% | 0.82% | - |
| XYZ | 27.9 | 15.03 | 8.45 | - |
| YUV | 90.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 77 | 0 | 0.84 | 0.63 | 0.18 | 344.91 | 0.73 | 0.47 |
| Hex | D0 | 21 | 4D | 0 | 54 | 3F | 12 | 159 | 49 | 2F |
| Octal | 320 | 41 | 115 | 0 | 124 | 77 | 22 | 531 | 111 | 57 |
| Binary | 11010000 | 100001 | 1001101 | 0 | 1010100 | 111111 | 10010 | 101011001 | 1001001 | 101111 |
Color Harmonies of #D0214D
Complementary color
Monochromatic Colors of #D0214D
Black with #D0214D
Text Example
Text Example
White with #D0214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0214D; }
p { color: rgb(208,33,77); }
H1.HeaderClassName
{
color: #D0214D;
}
.AnyTagClassName
{
color: #D0214D;
}
</style>
background-color css
<style>
a { background-color: #D0214D; }
a { background-color: rgb(208,33,77); }
div.DivClassName
{
background-color: #D0214D;
}
.BgClassName
{
background-color: #D0214D;
}
</style>
border-color css
<style>
span { border-color: #D0214D; }
span { border-color: rgb(208,33,77); }
td.TdClassName
{
border-color: #D0214D;
}
.TagClassName
{
border-color: #D0214D;
}
</style>