Shades of Ruby #D31869
Tints of Ruby #D31869
RGB
CMYK
RGB Variations
Color information
#D31869 (or 0xD31869) is known color: Ruby. HEX triplet: D3, 18 and 69. RGB value is (211,24,105). Sum of RGB (Red+Green+Blue) = 211+24+105=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D31869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31869 is #2CE796. Grayscale: #595959. Windows color (decimal): -2942871 or 6887635. OLE color: 6887635.
HSL color Cylindrical-coordinate representation of color #D31869: hue angle of 334.01º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31869 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 105 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.17 |
| HSL | 334.01º | 0.8% | 0.46% | - |
| HSV(B) | 334.01º | 0.89% | 0.83% | - |
| XYZ | 29.74 | 15.52 | 14.79 | - |
| YUV | 89.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 105 | 0 | 0.89 | 0.50 | 0.17 | 334.01 | 0.8 | 0.46 |
| Hex | D3 | 18 | 69 | 0 | 59 | 32 | 11 | 14E | 50 | 2E |
| Octal | 323 | 30 | 151 | 0 | 131 | 62 | 21 | 516 | 120 | 56 |
| Binary | 11010011 | 11000 | 1101001 | 0 | 1011001 | 110010 | 10001 | 101001110 | 1010000 | 101110 |
Color Harmonies of #D31869
Complementary color
Monochromatic Colors of #D31869
Black with #D31869
Text Example
Text Example
White with #D31869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31869; }
p { color: rgb(211,24,105); }
H1.HeaderClassName
{
color: #D31869;
}
.AnyTagClassName
{
color: #D31869;
}
</style>
background-color css
<style>
a { background-color: #D31869; }
a { background-color: rgb(211,24,105); }
div.DivClassName
{
background-color: #D31869;
}
.BgClassName
{
background-color: #D31869;
}
</style>
border-color css
<style>
span { border-color: #D31869; }
span { border-color: rgb(211,24,105); }
td.TdClassName
{
border-color: #D31869;
}
.TagClassName
{
border-color: #D31869;
}
</style>