Shades of Ruby #D81366
Tints of Ruby #D81366
RGB
CMYK
RGB Variations
Color information
#D81366 (or 0xD81366) is known color: Ruby. HEX triplet: D8, 13 and 66. RGB value is (216,19,102). Sum of RGB (Red+Green+Blue) = 216+19+102=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D81366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81366 is #27EC99. Grayscale: #575757. Windows color (decimal): -2616474 or 6689752. OLE color: 6689752.
HSL color Cylindrical-coordinate representation of color #D81366: hue angle of 334.72º 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 #D81366 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 102 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.15 |
| HSL | 334.72º | 0.84% | 0.46% | - |
| HSV(B) | 334.72º | 0.91% | 0.85% | - |
| XYZ | 30.95 | 16.02 | 14.03 | - |
| YUV | 87.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 102 | 0 | 0.91 | 0.53 | 0.15 | 334.72 | 0.84 | 0.46 |
| Hex | D8 | 13 | 66 | 0 | 5B | 35 | F | 14F | 54 | 2E |
| Octal | 330 | 23 | 146 | 0 | 133 | 65 | 17 | 517 | 124 | 56 |
| Binary | 11011000 | 10011 | 1100110 | 0 | 1011011 | 110101 | 1111 | 101001111 | 1010100 | 101110 |
Color Harmonies of #D81366
Complementary color
Monochromatic Colors of #D81366
Black with #D81366
Text Example
Text Example
White with #D81366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81366; }
p { color: rgb(216,19,102); }
H1.HeaderClassName
{
color: #D81366;
}
.AnyTagClassName
{
color: #D81366;
}
</style>
background-color css
<style>
a { background-color: #D81366; }
a { background-color: rgb(216,19,102); }
div.DivClassName
{
background-color: #D81366;
}
.BgClassName
{
background-color: #D81366;
}
</style>
border-color css
<style>
span { border-color: #D81366; }
span { border-color: rgb(216,19,102); }
td.TdClassName
{
border-color: #D81366;
}
.TagClassName
{
border-color: #D81366;
}
</style>