Shades of Ruby #D31463
Tints of Ruby #D31463
RGB
CMYK
RGB Variations
Color information
#D31463 (or 0xD31463) is known color: Ruby. HEX triplet: D3, 14 and 63. RGB value is (211,20,99). Sum of RGB (Red+Green+Blue) = 211+20+99=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D31463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31463 is #2CEB9C. Grayscale: #555555. Windows color (decimal): -2943901 or 6493395. OLE color: 6493395.
HSL color Cylindrical-coordinate representation of color #D31463: hue angle of 335.18º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31463 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 99 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.17 |
| HSL | 335.18º | 0.83% | 0.45% | - |
| HSV(B) | 335.18º | 0.91% | 0.83% | - |
| XYZ | 29.37 | 15.25 | 13.2 | - |
| YUV | 86.12 | 135.28 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 99 | 0 | 0.91 | 0.53 | 0.17 | 335.18 | 0.83 | 0.45 |
| Hex | D3 | 14 | 63 | 0 | 5B | 35 | 11 | 14F | 53 | 2D |
| Octal | 323 | 24 | 143 | 0 | 133 | 65 | 21 | 517 | 123 | 55 |
| Binary | 11010011 | 10100 | 1100011 | 0 | 1011011 | 110101 | 10001 | 101001111 | 1010011 | 101101 |
Color Harmonies of #D31463
Complementary color
Monochromatic Colors of #D31463
Black with #D31463
Text Example
Text Example
White with #D31463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31463; }
p { color: rgb(211,20,99); }
H1.HeaderClassName
{
color: #D31463;
}
.AnyTagClassName
{
color: #D31463;
}
</style>
background-color css
<style>
a { background-color: #D31463; }
a { background-color: rgb(211,20,99); }
div.DivClassName
{
background-color: #D31463;
}
.BgClassName
{
background-color: #D31463;
}
</style>
border-color css
<style>
span { border-color: #D31463; }
span { border-color: rgb(211,20,99); }
td.TdClassName
{
border-color: #D31463;
}
.TagClassName
{
border-color: #D31463;
}
</style>