Shades of Ruby #D81561
Tints of Ruby #D81561
RGB
CMYK
RGB Variations
Color information
#D81561 (or 0xD81561) is known color: Ruby. HEX triplet: D8, 15 and 61. RGB value is (216,21,97). Sum of RGB (Red+Green+Blue) = 216+21+97=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D81561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81561 is #27EA9E. Grayscale: #575757. Windows color (decimal): -2615967 or 6362584. OLE color: 6362584.
HSL color Cylindrical-coordinate representation of color #D81561: hue angle of 336.62º 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 #D81561 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.15 |
| HSL | 336.62º | 0.82% | 0.46% | - |
| HSV(B) | 336.62º | 0.9% | 0.85% | - |
| XYZ | 30.74 | 16 | 12.78 | - |
| YUV | 87.97 | 133.1 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 97 | 0 | 0.90 | 0.55 | 0.15 | 336.62 | 0.82 | 0.46 |
| Hex | D8 | 15 | 61 | 0 | 5A | 37 | F | 151 | 52 | 2E |
| Octal | 330 | 25 | 141 | 0 | 132 | 67 | 17 | 521 | 122 | 56 |
| Binary | 11011000 | 10101 | 1100001 | 0 | 1011010 | 110111 | 1111 | 101010001 | 1010010 | 101110 |
Color Harmonies of #D81561
Complementary color
Monochromatic Colors of #D81561
Black with #D81561
Text Example
Text Example
White with #D81561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81561; }
p { color: rgb(216,21,97); }
H1.HeaderClassName
{
color: #D81561;
}
.AnyTagClassName
{
color: #D81561;
}
</style>
background-color css
<style>
a { background-color: #D81561; }
a { background-color: rgb(216,21,97); }
div.DivClassName
{
background-color: #D81561;
}
.BgClassName
{
background-color: #D81561;
}
</style>
border-color css
<style>
span { border-color: #D81561; }
span { border-color: rgb(216,21,97); }
td.TdClassName
{
border-color: #D81561;
}
.TagClassName
{
border-color: #D81561;
}
</style>