Shades of Old Rose #D12752
Tints of Old Rose #D12752
RGB
CMYK
RGB Variations
Color information
#D12752 (or 0xD12752) is known color: Old Rose. HEX triplet: D1, 27 and 52. RGB value is (209,39,82). Sum of RGB (Red+Green+Blue) = 209+39+82=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D12752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12752 is #2ED8AD. Grayscale: #5E5E5E. Windows color (decimal): -3070126 or 5384145. OLE color: 5384145.
HSL color Cylindrical-coordinate representation of color #D12752: hue angle of 344.82º degrees, saturation: 0.69, 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 #D12752 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 82 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.18 |
| HSL | 344.82º | 0.69% | 0.49% | - |
| HSV(B) | 344.82º | 0.81% | 0.82% | - |
| XYZ | 28.54 | 15.62 | 9.49 | - |
| YUV | 94.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 82 | 0 | 0.81 | 0.61 | 0.18 | 344.82 | 0.69 | 0.49 |
| Hex | D1 | 27 | 52 | 0 | 51 | 3D | 12 | 159 | 45 | 31 |
| Octal | 321 | 47 | 122 | 0 | 121 | 75 | 22 | 531 | 105 | 61 |
| Binary | 11010001 | 100111 | 1010010 | 0 | 1010001 | 111101 | 10010 | 101011001 | 1000101 | 110001 |
Color Harmonies of #D12752
Complementary color
Monochromatic Colors of #D12752
Black with #D12752
Text Example
Text Example
White with #D12752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12752; }
p { color: rgb(209,39,82); }
H1.HeaderClassName
{
color: #D12752;
}
.AnyTagClassName
{
color: #D12752;
}
</style>
background-color css
<style>
a { background-color: #D12752; }
a { background-color: rgb(209,39,82); }
div.DivClassName
{
background-color: #D12752;
}
.BgClassName
{
background-color: #D12752;
}
</style>
border-color css
<style>
span { border-color: #D12752; }
span { border-color: rgb(209,39,82); }
td.TdClassName
{
border-color: #D12752;
}
.TagClassName
{
border-color: #D12752;
}
</style>