Shades of Old Rose #D2264E
Tints of Old Rose #D2264E
RGB
CMYK
RGB Variations
Color information
#D2264E (or 0xD2264E) is known color: Old Rose. HEX triplet: D2, 26 and 4E. RGB value is (210,38,78). Sum of RGB (Red+Green+Blue) = 210+38+78=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2264E is #2DD9B1. Grayscale: #5E5E5E. Windows color (decimal): -3004850 or 5121746. OLE color: 5121746.
HSL color Cylindrical-coordinate representation of color #D2264E: hue angle of 346.05º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2264E is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 78 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.18 |
| HSL | 346.05º | 0.69% | 0.49% | - |
| HSV(B) | 346.05º | 0.82% | 0.82% | - |
| XYZ | 28.65 | 15.64 | 8.72 | - |
| YUV | 93.99 | 118.98 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 78 | 0 | 0.82 | 0.63 | 0.18 | 346.05 | 0.69 | 0.49 |
| Hex | D2 | 26 | 4E | 0 | 52 | 3F | 12 | 15A | 45 | 31 |
| Octal | 322 | 46 | 116 | 0 | 122 | 77 | 22 | 532 | 105 | 61 |
| Binary | 11010010 | 100110 | 1001110 | 0 | 1010010 | 111111 | 10010 | 101011010 | 1000101 | 110001 |
Color Harmonies of #D2264E
Complementary color
Monochromatic Colors of #D2264E
Black with #D2264E
Text Example
Text Example
White with #D2264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2264E; }
p { color: rgb(210,38,78); }
H1.HeaderClassName
{
color: #D2264E;
}
.AnyTagClassName
{
color: #D2264E;
}
</style>
background-color css
<style>
a { background-color: #D2264E; }
a { background-color: rgb(210,38,78); }
div.DivClassName
{
background-color: #D2264E;
}
.BgClassName
{
background-color: #D2264E;
}
</style>
border-color css
<style>
span { border-color: #D2264E; }
span { border-color: rgb(210,38,78); }
td.TdClassName
{
border-color: #D2264E;
}
.TagClassName
{
border-color: #D2264E;
}
</style>