Shades of Ruby #D51966
Tints of Ruby #D51966
RGB
CMYK
RGB Variations
Color information
#D51966 (or 0xD51966) is known color: Ruby. HEX triplet: D5, 19 and 66. RGB value is (213,25,102). Sum of RGB (Red+Green+Blue) = 213+25+102=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D51966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51966 is #2AE699. Grayscale: #595959. Windows color (decimal): -2811546 or 6691285. OLE color: 6691285.
HSL color Cylindrical-coordinate representation of color #D51966: hue angle of 335.43º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51966 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 102 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.16 |
| HSL | 335.43º | 0.79% | 0.47% | - |
| HSV(B) | 335.43º | 0.88% | 0.84% | - |
| XYZ | 30.19 | 15.8 | 14.03 | - |
| YUV | 89.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 102 | 0 | 0.88 | 0.52 | 0.16 | 335.43 | 0.79 | 0.47 |
| Hex | D5 | 19 | 66 | 0 | 58 | 34 | 10 | 14F | 4F | 2F |
| Octal | 325 | 31 | 146 | 0 | 130 | 64 | 20 | 517 | 117 | 57 |
| Binary | 11010101 | 11001 | 1100110 | 0 | 1011000 | 110100 | 10000 | 101001111 | 1001111 | 101111 |
Color Harmonies of #D51966
Complementary color
Monochromatic Colors of #D51966
Black with #D51966
Text Example
Text Example
White with #D51966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51966; }
p { color: rgb(213,25,102); }
H1.HeaderClassName
{
color: #D51966;
}
.AnyTagClassName
{
color: #D51966;
}
</style>
background-color css
<style>
a { background-color: #D51966; }
a { background-color: rgb(213,25,102); }
div.DivClassName
{
background-color: #D51966;
}
.BgClassName
{
background-color: #D51966;
}
</style>
border-color css
<style>
span { border-color: #D51966; }
span { border-color: rgb(213,25,102); }
td.TdClassName
{
border-color: #D51966;
}
.TagClassName
{
border-color: #D51966;
}
</style>