Shades of Ruby #D31470
Tints of Ruby #D31470
RGB
CMYK
RGB Variations
Color information
#D31470 (or 0xD31470) is known color: Ruby. HEX triplet: D3, 14 and 70. RGB value is (211,20,112). Sum of RGB (Red+Green+Blue) = 211+20+112=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D31470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31470 is #2CEB8F. Grayscale: #575757. Windows color (decimal): -2943888 or 7345363. OLE color: 7345363.
HSL color Cylindrical-coordinate representation of color #D31470: hue angle of 331.1º 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 #D31470 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 112 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.17 |
| HSL | 331.1º | 0.83% | 0.45% | - |
| HSV(B) | 331.1º | 0.91% | 0.83% | - |
| XYZ | 30.04 | 15.52 | 16.74 | - |
| YUV | 87.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 112 | 0 | 0.91 | 0.47 | 0.17 | 331.1 | 0.83 | 0.45 |
| Hex | D3 | 14 | 70 | 0 | 5B | 2F | 11 | 14B | 53 | 2D |
| Octal | 323 | 24 | 160 | 0 | 133 | 57 | 21 | 513 | 123 | 55 |
| Binary | 11010011 | 10100 | 1110000 | 0 | 1011011 | 101111 | 10001 | 101001011 | 1010011 | 101101 |
Color Harmonies of #D31470
Complementary color
Monochromatic Colors of #D31470
Black with #D31470
Text Example
Text Example
White with #D31470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31470; }
p { color: rgb(211,20,112); }
H1.HeaderClassName
{
color: #D31470;
}
.AnyTagClassName
{
color: #D31470;
}
</style>
background-color css
<style>
a { background-color: #D31470; }
a { background-color: rgb(211,20,112); }
div.DivClassName
{
background-color: #D31470;
}
.BgClassName
{
background-color: #D31470;
}
</style>
border-color css
<style>
span { border-color: #D31470; }
span { border-color: rgb(211,20,112); }
td.TdClassName
{
border-color: #D31470;
}
.TagClassName
{
border-color: #D31470;
}
</style>