Shades of Ruby #D81870
Tints of Ruby #D81870
RGB
CMYK
RGB Variations
Color information
#D81870 (or 0xD81870) is known color: Ruby. HEX triplet: D8, 18 and 70. RGB value is (216,24,112). Sum of RGB (Red+Green+Blue) = 216+24+112=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D81870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81870 is #27E78F. Grayscale: #5B5B5B. Windows color (decimal): -2615184 or 7346392. OLE color: 7346392.
HSL color Cylindrical-coordinate representation of color #D81870: hue angle of 332.5º degrees, saturation: 0.8, 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 #D81870 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 112 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.15 |
| HSL | 332.5º | 0.8% | 0.47% | - |
| HSV(B) | 332.5º | 0.89% | 0.85% | - |
| XYZ | 31.57 | 16.42 | 16.84 | - |
| YUV | 91.44 | 139.61 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 112 | 0 | 0.89 | 0.48 | 0.15 | 332.5 | 0.8 | 0.47 |
| Hex | D8 | 18 | 70 | 0 | 59 | 30 | F | 14C | 50 | 2F |
| Octal | 330 | 30 | 160 | 0 | 131 | 60 | 17 | 514 | 120 | 57 |
| Binary | 11011000 | 11000 | 1110000 | 0 | 1011001 | 110000 | 1111 | 101001100 | 1010000 | 101111 |
Color Harmonies of #D81870
Complementary color
Monochromatic Colors of #D81870
Black with #D81870
Text Example
Text Example
White with #D81870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81870; }
p { color: rgb(216,24,112); }
H1.HeaderClassName
{
color: #D81870;
}
.AnyTagClassName
{
color: #D81870;
}
</style>
background-color css
<style>
a { background-color: #D81870; }
a { background-color: rgb(216,24,112); }
div.DivClassName
{
background-color: #D81870;
}
.BgClassName
{
background-color: #D81870;
}
</style>
border-color css
<style>
span { border-color: #D81870; }
span { border-color: rgb(216,24,112); }
td.TdClassName
{
border-color: #D81870;
}
.TagClassName
{
border-color: #D81870;
}
</style>