Shades of Old Rose #D12852
Tints of Old Rose #D12852
RGB
CMYK
RGB Variations
Color information
#D12852 (or 0xD12852) is known color: Old Rose. HEX triplet: D1, 28 and 52. RGB value is (209,40,82). Sum of RGB (Red+Green+Blue) = 209+40+82=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D12852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12852 is #2ED7AD. Grayscale: #5F5F5F. Windows color (decimal): -3069870 or 5384401. OLE color: 5384401.
HSL color Cylindrical-coordinate representation of color #D12852: hue angle of 345.09º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12852 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 82 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.18 |
| HSL | 345.09º | 0.68% | 0.49% | - |
| HSV(B) | 345.09º | 0.81% | 0.82% | - |
| XYZ | 28.58 | 15.68 | 9.5 | - |
| YUV | 95.32 | 120.49 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 82 | 0 | 0.81 | 0.61 | 0.18 | 345.09 | 0.68 | 0.49 |
| Hex | D1 | 28 | 52 | 0 | 51 | 3D | 12 | 159 | 44 | 31 |
| Octal | 321 | 50 | 122 | 0 | 121 | 75 | 22 | 531 | 104 | 61 |
| Binary | 11010001 | 101000 | 1010010 | 0 | 1010001 | 111101 | 10010 | 101011001 | 1000100 | 110001 |
Color Harmonies of #D12852
Complementary color
Monochromatic Colors of #D12852
Black with #D12852
Text Example
Text Example
White with #D12852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12852; }
p { color: rgb(209,40,82); }
H1.HeaderClassName
{
color: #D12852;
}
.AnyTagClassName
{
color: #D12852;
}
</style>
background-color css
<style>
a { background-color: #D12852; }
a { background-color: rgb(209,40,82); }
div.DivClassName
{
background-color: #D12852;
}
.BgClassName
{
background-color: #D12852;
}
</style>
border-color css
<style>
span { border-color: #D12852; }
span { border-color: rgb(209,40,82); }
td.TdClassName
{
border-color: #D12852;
}
.TagClassName
{
border-color: #D12852;
}
</style>