Shades of Old Rose #D23754
Tints of Old Rose #D23754
RGB
CMYK
RGB Variations
Color information
#D23754 (or 0xD23754) is known color: Old Rose. HEX triplet: D2, 37 and 54. RGB value is (210,55,84). Sum of RGB (Red+Green+Blue) = 210+55+84=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D23754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23754 is #2DC8AB. Grayscale: #686868. Windows color (decimal): -3000492 or 5519314. OLE color: 5519314.
HSL color Cylindrical-coordinate representation of color #D23754: hue angle of 348.77º 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 #D23754 is Cyan = 0, Magento = 0.74, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 84 | - |
| CMYK | 0 | 0.74 | 0.6 | 0.18 |
| HSL | 348.77º | 0.63% | 0.52% | - |
| HSV(B) | 348.77º | 0.74% | 0.82% | - |
| XYZ | 29.54 | 17.07 | 10.13 | - |
| YUV | 104.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 84 | 0 | 0.74 | 0.6 | 0.18 | 348.77 | 0.63 | 0.52 |
| Hex | D2 | 37 | 54 | 0 | 4A | 3C | 12 | 15D | 3F | 34 |
| Octal | 322 | 67 | 124 | 0 | 112 | 74 | 22 | 535 | 77 | 64 |
| Binary | 11010010 | 110111 | 1010100 | 0 | 1001010 | 111100 | 10010 | 101011101 | 111111 | 110100 |
Color Harmonies of #D23754
Complementary color
Monochromatic Colors of #D23754
Black with #D23754
Text Example
Text Example
White with #D23754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23754; }
p { color: rgb(210,55,84); }
H1.HeaderClassName
{
color: #D23754;
}
.AnyTagClassName
{
color: #D23754;
}
</style>
background-color css
<style>
a { background-color: #D23754; }
a { background-color: rgb(210,55,84); }
div.DivClassName
{
background-color: #D23754;
}
.BgClassName
{
background-color: #D23754;
}
</style>
border-color css
<style>
span { border-color: #D23754; }
span { border-color: rgb(210,55,84); }
td.TdClassName
{
border-color: #D23754;
}
.TagClassName
{
border-color: #D23754;
}
</style>