Shades of Old Rose #D23652
Tints of Old Rose #D23652
RGB
CMYK
RGB Variations
Color information
#D23652 (or 0xD23652) is known color: Old Rose. HEX triplet: D2, 36 and 52. RGB value is (210,54,82). Sum of RGB (Red+Green+Blue) = 210+54+82=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D23652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23652 is #2DC9AD. Grayscale: #676767. Windows color (decimal): -3000750 or 5387986. OLE color: 5387986.
HSL color Cylindrical-coordinate representation of color #D23652: hue angle of 349.23º 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 #D23652 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 82 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.18 |
| HSL | 349.23º | 0.63% | 0.52% | - |
| HSV(B) | 349.23º | 0.74% | 0.82% | - |
| XYZ | 29.42 | 16.95 | 9.7 | - |
| YUV | 103.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 82 | 0 | 0.74 | 0.61 | 0.18 | 349.23 | 0.63 | 0.52 |
| Hex | D2 | 36 | 52 | 0 | 4A | 3D | 12 | 15D | 3F | 34 |
| Octal | 322 | 66 | 122 | 0 | 112 | 75 | 22 | 535 | 77 | 64 |
| Binary | 11010010 | 110110 | 1010010 | 0 | 1001010 | 111101 | 10010 | 101011101 | 111111 | 110100 |
Color Harmonies of #D23652
Complementary color
Monochromatic Colors of #D23652
Black with #D23652
Text Example
Text Example
White with #D23652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23652; }
p { color: rgb(210,54,82); }
H1.HeaderClassName
{
color: #D23652;
}
.AnyTagClassName
{
color: #D23652;
}
</style>
background-color css
<style>
a { background-color: #D23652; }
a { background-color: rgb(210,54,82); }
div.DivClassName
{
background-color: #D23652;
}
.BgClassName
{
background-color: #D23652;
}
</style>
border-color css
<style>
span { border-color: #D23652; }
span { border-color: rgb(210,54,82); }
td.TdClassName
{
border-color: #D23652;
}
.TagClassName
{
border-color: #D23652;
}
</style>