Shades of Ruby #D12063
Tints of Ruby #D12063
RGB
CMYK
RGB Variations
Color information
#D12063 (or 0xD12063) is known color: Ruby. HEX triplet: D1, 20 and 63. RGB value is (209,32,99). Sum of RGB (Red+Green+Blue) = 209+32+99=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D12063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12063 is #2EDF9C. Grayscale: #5C5C5C. Windows color (decimal): -3071901 or 6496465. OLE color: 6496465.
HSL color Cylindrical-coordinate representation of color #D12063: hue angle of 337.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12063 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 99 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.18 |
| HSL | 337.29º | 0.73% | 0.47% | - |
| HSV(B) | 337.29º | 0.85% | 0.82% | - |
| XYZ | 29.06 | 15.49 | 13.26 | - |
| YUV | 92.56 | 131.64 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 99 | 0 | 0.85 | 0.53 | 0.18 | 337.29 | 0.73 | 0.47 |
| Hex | D1 | 20 | 63 | 0 | 55 | 35 | 12 | 151 | 49 | 2F |
| Octal | 321 | 40 | 143 | 0 | 125 | 65 | 22 | 521 | 111 | 57 |
| Binary | 11010001 | 100000 | 1100011 | 0 | 1010101 | 110101 | 10010 | 101010001 | 1001001 | 101111 |
Color Harmonies of #D12063
Complementary color
Monochromatic Colors of #D12063
Black with #D12063
Text Example
Text Example
White with #D12063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12063; }
p { color: rgb(209,32,99); }
H1.HeaderClassName
{
color: #D12063;
}
.AnyTagClassName
{
color: #D12063;
}
</style>
background-color css
<style>
a { background-color: #D12063; }
a { background-color: rgb(209,32,99); }
div.DivClassName
{
background-color: #D12063;
}
.BgClassName
{
background-color: #D12063;
}
</style>
border-color css
<style>
span { border-color: #D12063; }
span { border-color: rgb(209,32,99); }
td.TdClassName
{
border-color: #D12063;
}
.TagClassName
{
border-color: #D12063;
}
</style>