Shades of Ruby #D61966
Tints of Ruby #D61966
RGB
CMYK
RGB Variations
Color information
#D61966 (or 0xD61966) is known color: Ruby. HEX triplet: D6, 19 and 66. RGB value is (214,25,102). Sum of RGB (Red+Green+Blue) = 214+25+102=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D61966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61966 is #29E699. Grayscale: #5A5A5A. Windows color (decimal): -2746010 or 6691286. OLE color: 6691286.
HSL color Cylindrical-coordinate representation of color #D61966: hue angle of 335.56º 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 #D61966 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 102 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.16 |
| HSL | 335.56º | 0.79% | 0.47% | - |
| HSV(B) | 335.56º | 0.88% | 0.84% | - |
| XYZ | 30.48 | 15.95 | 14.04 | - |
| YUV | 90.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 102 | 0 | 0.88 | 0.52 | 0.16 | 335.56 | 0.79 | 0.47 |
| Hex | D6 | 19 | 66 | 0 | 58 | 34 | 10 | 150 | 4F | 2F |
| Octal | 326 | 31 | 146 | 0 | 130 | 64 | 20 | 520 | 117 | 57 |
| Binary | 11010110 | 11001 | 1100110 | 0 | 1011000 | 110100 | 10000 | 101010000 | 1001111 | 101111 |
Color Harmonies of #D61966
Complementary color
Monochromatic Colors of #D61966
Black with #D61966
Text Example
Text Example
White with #D61966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61966; }
p { color: rgb(214,25,102); }
H1.HeaderClassName
{
color: #D61966;
}
.AnyTagClassName
{
color: #D61966;
}
</style>
background-color css
<style>
a { background-color: #D61966; }
a { background-color: rgb(214,25,102); }
div.DivClassName
{
background-color: #D61966;
}
.BgClassName
{
background-color: #D61966;
}
</style>
border-color css
<style>
span { border-color: #D61966; }
span { border-color: rgb(214,25,102); }
td.TdClassName
{
border-color: #D61966;
}
.TagClassName
{
border-color: #D61966;
}
</style>