Shades of Ruby #D81965
Tints of Ruby #D81965
RGB
CMYK
RGB Variations
Color information
#D81965 (or 0xD81965) is known color: Ruby. HEX triplet: D8, 19 and 65. RGB value is (216,25,101). Sum of RGB (Red+Green+Blue) = 216+25+101=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D81965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81965 is #27E69A. Grayscale: #5A5A5A. Windows color (decimal): -2614939 or 6625752. OLE color: 6625752.
HSL color Cylindrical-coordinate representation of color #D81965: hue angle of 336.13º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81965 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 101 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.15 |
| HSL | 336.13º | 0.79% | 0.47% | - |
| HSV(B) | 336.13º | 0.88% | 0.85% | - |
| XYZ | 31.02 | 16.23 | 13.81 | - |
| YUV | 90.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 101 | 0 | 0.88 | 0.53 | 0.15 | 336.13 | 0.79 | 0.47 |
| Hex | D8 | 19 | 65 | 0 | 58 | 35 | F | 150 | 4F | 2F |
| Octal | 330 | 31 | 145 | 0 | 130 | 65 | 17 | 520 | 117 | 57 |
| Binary | 11011000 | 11001 | 1100101 | 0 | 1011000 | 110101 | 1111 | 101010000 | 1001111 | 101111 |
Color Harmonies of #D81965
Complementary color
Monochromatic Colors of #D81965
Black with #D81965
Text Example
Text Example
White with #D81965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81965; }
p { color: rgb(216,25,101); }
H1.HeaderClassName
{
color: #D81965;
}
.AnyTagClassName
{
color: #D81965;
}
</style>
background-color css
<style>
a { background-color: #D81965; }
a { background-color: rgb(216,25,101); }
div.DivClassName
{
background-color: #D81965;
}
.BgClassName
{
background-color: #D81965;
}
</style>
border-color css
<style>
span { border-color: #D81965; }
span { border-color: rgb(216,25,101); }
td.TdClassName
{
border-color: #D81965;
}
.TagClassName
{
border-color: #D81965;
}
</style>