Shades of Old Rose #D23154
Tints of Old Rose #D23154
RGB
CMYK
RGB Variations
Color information
#D23154 (or 0xD23154) is known color: Old Rose. HEX triplet: D2, 31 and 54. RGB value is (210,49,84). Sum of RGB (Red+Green+Blue) = 210+49+84=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D23154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23154 is #2DCEAB. Grayscale: #656565. Windows color (decimal): -3002028 or 5517778. OLE color: 5517778.
HSL color Cylindrical-coordinate representation of color #D23154: hue angle of 346.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23154 is Cyan = 0, Magento = 0.77, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 84 | - |
| CMYK | 0 | 0.77 | 0.6 | 0.18 |
| HSL | 346.96º | 0.64% | 0.51% | - |
| HSV(B) | 346.96º | 0.77% | 0.82% | - |
| XYZ | 29.28 | 16.54 | 10.04 | - |
| YUV | 101.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 84 | 0 | 0.77 | 0.6 | 0.18 | 346.96 | 0.64 | 0.51 |
| Hex | D2 | 31 | 54 | 0 | 4D | 3C | 12 | 15B | 40 | 33 |
| Octal | 322 | 61 | 124 | 0 | 115 | 74 | 22 | 533 | 100 | 63 |
| Binary | 11010010 | 110001 | 1010100 | 0 | 1001101 | 111100 | 10010 | 101011011 | 1000000 | 110011 |
Color Harmonies of #D23154
Complementary color
Monochromatic Colors of #D23154
Black with #D23154
Text Example
Text Example
White with #D23154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23154; }
p { color: rgb(210,49,84); }
H1.HeaderClassName
{
color: #D23154;
}
.AnyTagClassName
{
color: #D23154;
}
</style>
background-color css
<style>
a { background-color: #D23154; }
a { background-color: rgb(210,49,84); }
div.DivClassName
{
background-color: #D23154;
}
.BgClassName
{
background-color: #D23154;
}
</style>
border-color css
<style>
span { border-color: #D23154; }
span { border-color: rgb(210,49,84); }
td.TdClassName
{
border-color: #D23154;
}
.TagClassName
{
border-color: #D23154;
}
</style>