Shades of Ruby #D81567
Tints of Ruby #D81567
RGB
CMYK
RGB Variations
Color information
#D81567 (or 0xD81567) is known color: Ruby. HEX triplet: D8, 15 and 67. RGB value is (216,21,103). Sum of RGB (Red+Green+Blue) = 216+21+103=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D81567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81567 is #27EA98. Grayscale: #585858. Windows color (decimal): -2615961 or 6755800. OLE color: 6755800.
HSL color Cylindrical-coordinate representation of color #D81567: hue angle of 334.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81567 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.15 |
| HSL | 334.77º | 0.82% | 0.46% | - |
| HSV(B) | 334.77º | 0.9% | 0.85% | - |
| XYZ | 31.04 | 16.11 | 14.31 | - |
| YUV | 88.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 103 | 0 | 0.90 | 0.52 | 0.15 | 334.77 | 0.82 | 0.46 |
| Hex | D8 | 15 | 67 | 0 | 5A | 34 | F | 14F | 52 | 2E |
| Octal | 330 | 25 | 147 | 0 | 132 | 64 | 17 | 517 | 122 | 56 |
| Binary | 11011000 | 10101 | 1100111 | 0 | 1011010 | 110100 | 1111 | 101001111 | 1010010 | 101110 |
Color Harmonies of #D81567
Complementary color
Monochromatic Colors of #D81567
Black with #D81567
Text Example
Text Example
White with #D81567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81567; }
p { color: rgb(216,21,103); }
H1.HeaderClassName
{
color: #D81567;
}
.AnyTagClassName
{
color: #D81567;
}
</style>
background-color css
<style>
a { background-color: #D81567; }
a { background-color: rgb(216,21,103); }
div.DivClassName
{
background-color: #D81567;
}
.BgClassName
{
background-color: #D81567;
}
</style>
border-color css
<style>
span { border-color: #D81567; }
span { border-color: rgb(216,21,103); }
td.TdClassName
{
border-color: #D81567;
}
.TagClassName
{
border-color: #D81567;
}
</style>