Shades of Ruby #D81767
Tints of Ruby #D81767
RGB
CMYK
RGB Variations
Color information
#D81767 (or 0xD81767) is known color: Ruby. HEX triplet: D8, 17 and 67. RGB value is (216,23,103). Sum of RGB (Red+Green+Blue) = 216+23+103=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D81767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81767 is #27E898. Grayscale: #595959. Windows color (decimal): -2615449 or 6756312. OLE color: 6756312.
HSL color Cylindrical-coordinate representation of color #D81767: hue angle of 335.13º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81767 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 103 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.15 |
| HSL | 335.13º | 0.81% | 0.47% | - |
| HSV(B) | 335.13º | 0.89% | 0.85% | - |
| XYZ | 31.07 | 16.19 | 14.32 | - |
| YUV | 89.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 103 | 0 | 0.89 | 0.52 | 0.15 | 335.13 | 0.81 | 0.47 |
| Hex | D8 | 17 | 67 | 0 | 59 | 34 | F | 14F | 51 | 2F |
| Octal | 330 | 27 | 147 | 0 | 131 | 64 | 17 | 517 | 121 | 57 |
| Binary | 11011000 | 10111 | 1100111 | 0 | 1011001 | 110100 | 1111 | 101001111 | 1010001 | 101111 |
Color Harmonies of #D81767
Complementary color
Monochromatic Colors of #D81767
Black with #D81767
Text Example
Text Example
White with #D81767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81767; }
p { color: rgb(216,23,103); }
H1.HeaderClassName
{
color: #D81767;
}
.AnyTagClassName
{
color: #D81767;
}
</style>
background-color css
<style>
a { background-color: #D81767; }
a { background-color: rgb(216,23,103); }
div.DivClassName
{
background-color: #D81767;
}
.BgClassName
{
background-color: #D81767;
}
</style>
border-color css
<style>
span { border-color: #D81767; }
span { border-color: rgb(216,23,103); }
td.TdClassName
{
border-color: #D81767;
}
.TagClassName
{
border-color: #D81767;
}
</style>