Shades of Ruby #D31461
Tints of Ruby #D31461
RGB
CMYK
RGB Variations
Color information
#D31461 (or 0xD31461) is known color: Ruby. HEX triplet: D3, 14 and 61. RGB value is (211,20,97). Sum of RGB (Red+Green+Blue) = 211+20+97=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D31461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31461 is #2CEB9E. Grayscale: #555555. Windows color (decimal): -2943903 or 6362323. OLE color: 6362323.
HSL color Cylindrical-coordinate representation of color #D31461: hue angle of 335.81º 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 #D31461 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 97 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.17 |
| HSL | 335.81º | 0.83% | 0.45% | - |
| HSV(B) | 335.81º | 0.91% | 0.83% | - |
| XYZ | 29.27 | 15.21 | 12.7 | - |
| YUV | 85.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 97 | 0 | 0.91 | 0.54 | 0.17 | 335.81 | 0.83 | 0.45 |
| Hex | D3 | 14 | 61 | 0 | 5B | 36 | 11 | 150 | 53 | 2D |
| Octal | 323 | 24 | 141 | 0 | 133 | 66 | 21 | 520 | 123 | 55 |
| Binary | 11010011 | 10100 | 1100001 | 0 | 1011011 | 110110 | 10001 | 101010000 | 1010011 | 101101 |
Color Harmonies of #D31461
Complementary color
Monochromatic Colors of #D31461
Black with #D31461
Text Example
Text Example
White with #D31461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31461; }
p { color: rgb(211,20,97); }
H1.HeaderClassName
{
color: #D31461;
}
.AnyTagClassName
{
color: #D31461;
}
</style>
background-color css
<style>
a { background-color: #D31461; }
a { background-color: rgb(211,20,97); }
div.DivClassName
{
background-color: #D31461;
}
.BgClassName
{
background-color: #D31461;
}
</style>
border-color css
<style>
span { border-color: #D31461; }
span { border-color: rgb(211,20,97); }
td.TdClassName
{
border-color: #D31461;
}
.TagClassName
{
border-color: #D31461;
}
</style>