Shades of Ruby #D81361
Tints of Ruby #D81361
RGB
CMYK
RGB Variations
Color information
#D81361 (or 0xD81361) is known color: Ruby. HEX triplet: D8, 13 and 61. RGB value is (216,19,97). Sum of RGB (Red+Green+Blue) = 216+19+97=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D81361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81361 is #27EC9E. Grayscale: #565656. Windows color (decimal): -2616479 or 6362072. OLE color: 6362072.
HSL color Cylindrical-coordinate representation of color #D81361: hue angle of 336.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81361 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 97 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.15 |
| HSL | 336.24º | 0.84% | 0.46% | - |
| HSV(B) | 336.24º | 0.91% | 0.85% | - |
| XYZ | 30.71 | 15.93 | 12.77 | - |
| YUV | 86.8 | 133.77 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 97 | 0 | 0.91 | 0.55 | 0.15 | 336.24 | 0.84 | 0.46 |
| Hex | D8 | 13 | 61 | 0 | 5B | 37 | F | 150 | 54 | 2E |
| Octal | 330 | 23 | 141 | 0 | 133 | 67 | 17 | 520 | 124 | 56 |
| Binary | 11011000 | 10011 | 1100001 | 0 | 1011011 | 110111 | 1111 | 101010000 | 1010100 | 101110 |
Color Harmonies of #D81361
Complementary color
Monochromatic Colors of #D81361
Black with #D81361
Text Example
Text Example
White with #D81361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81361; }
p { color: rgb(216,19,97); }
H1.HeaderClassName
{
color: #D81361;
}
.AnyTagClassName
{
color: #D81361;
}
</style>
background-color css
<style>
a { background-color: #D81361; }
a { background-color: rgb(216,19,97); }
div.DivClassName
{
background-color: #D81361;
}
.BgClassName
{
background-color: #D81361;
}
</style>
border-color css
<style>
span { border-color: #D81361; }
span { border-color: rgb(216,19,97); }
td.TdClassName
{
border-color: #D81361;
}
.TagClassName
{
border-color: #D81361;
}
</style>