Shades of Old Rose #D23654
Tints of Old Rose #D23654
RGB
CMYK
RGB Variations
Color information
#D23654 (or 0xD23654) is known color: Old Rose. HEX triplet: D2, 36 and 54. RGB value is (210,54,84). Sum of RGB (Red+Green+Blue) = 210+54+84=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D23654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23654 is #2DC9AB. Grayscale: #686868. Windows color (decimal): -3000748 or 5519058. OLE color: 5519058.
HSL color Cylindrical-coordinate representation of color #D23654: hue angle of 348.46º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23654 is Cyan = 0, Magento = 0.74, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 84 | - |
| CMYK | 0 | 0.74 | 0.6 | 0.18 |
| HSL | 348.46º | 0.63% | 0.52% | - |
| HSV(B) | 348.46º | 0.74% | 0.82% | - |
| XYZ | 29.5 | 16.98 | 10.11 | - |
| YUV | 104.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 84 | 0 | 0.74 | 0.6 | 0.18 | 348.46 | 0.63 | 0.52 |
| Hex | D2 | 36 | 54 | 0 | 4A | 3C | 12 | 15C | 3F | 34 |
| Octal | 322 | 66 | 124 | 0 | 112 | 74 | 22 | 534 | 77 | 64 |
| Binary | 11010010 | 110110 | 1010100 | 0 | 1001010 | 111100 | 10010 | 101011100 | 111111 | 110100 |
Color Harmonies of #D23654
Complementary color
Monochromatic Colors of #D23654
Black with #D23654
Text Example
Text Example
White with #D23654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23654; }
p { color: rgb(210,54,84); }
H1.HeaderClassName
{
color: #D23654;
}
.AnyTagClassName
{
color: #D23654;
}
</style>
background-color css
<style>
a { background-color: #D23654; }
a { background-color: rgb(210,54,84); }
div.DivClassName
{
background-color: #D23654;
}
.BgClassName
{
background-color: #D23654;
}
</style>
border-color css
<style>
span { border-color: #D23654; }
span { border-color: rgb(210,54,84); }
td.TdClassName
{
border-color: #D23654;
}
.TagClassName
{
border-color: #D23654;
}
</style>