Shades of Ruby #D81565
Tints of Ruby #D81565
RGB
CMYK
RGB Variations
Color information
#D81565 (or 0xD81565) is known color: Ruby. HEX triplet: D8, 15 and 65. RGB value is (216,21,101). Sum of RGB (Red+Green+Blue) = 216+21+101=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D81565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81565 is #27EA9A. Grayscale: #585858. Windows color (decimal): -2615963 or 6624728. OLE color: 6624728.
HSL color Cylindrical-coordinate representation of color #D81565: hue angle of 335.38º 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 #D81565 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 101 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.15 |
| HSL | 335.38º | 0.82% | 0.46% | - |
| HSV(B) | 335.38º | 0.9% | 0.85% | - |
| XYZ | 30.94 | 16.07 | 13.78 | - |
| YUV | 88.43 | 135.1 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 101 | 0 | 0.90 | 0.53 | 0.15 | 335.38 | 0.82 | 0.46 |
| Hex | D8 | 15 | 65 | 0 | 5A | 35 | F | 14F | 52 | 2E |
| Octal | 330 | 25 | 145 | 0 | 132 | 65 | 17 | 517 | 122 | 56 |
| Binary | 11011000 | 10101 | 1100101 | 0 | 1011010 | 110101 | 1111 | 101001111 | 1010010 | 101110 |
Color Harmonies of #D81565
Complementary color
Monochromatic Colors of #D81565
Black with #D81565
Text Example
Text Example
White with #D81565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81565; }
p { color: rgb(216,21,101); }
H1.HeaderClassName
{
color: #D81565;
}
.AnyTagClassName
{
color: #D81565;
}
</style>
background-color css
<style>
a { background-color: #D81565; }
a { background-color: rgb(216,21,101); }
div.DivClassName
{
background-color: #D81565;
}
.BgClassName
{
background-color: #D81565;
}
</style>
border-color css
<style>
span { border-color: #D81565; }
span { border-color: rgb(216,21,101); }
td.TdClassName
{
border-color: #D81565;
}
.TagClassName
{
border-color: #D81565;
}
</style>