Shades of Ruby #D81568
Tints of Ruby #D81568
RGB
CMYK
RGB Variations
Color information
#D81568 (or 0xD81568) is known color: Ruby. HEX triplet: D8, 15 and 68. RGB value is (216,21,104). Sum of RGB (Red+Green+Blue) = 216+21+104=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D81568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81568 is #27EA97. Grayscale: #585858. Windows color (decimal): -2615960 or 6821336. OLE color: 6821336.
HSL color Cylindrical-coordinate representation of color #D81568: hue angle of 334.46º 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 #D81568 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 104 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.15 |
| HSL | 334.46º | 0.82% | 0.46% | - |
| HSV(B) | 334.46º | 0.9% | 0.85% | - |
| XYZ | 31.09 | 16.13 | 14.57 | - |
| YUV | 88.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 104 | 0 | 0.90 | 0.52 | 0.15 | 334.46 | 0.82 | 0.46 |
| Hex | D8 | 15 | 68 | 0 | 5A | 34 | F | 14E | 52 | 2E |
| Octal | 330 | 25 | 150 | 0 | 132 | 64 | 17 | 516 | 122 | 56 |
| Binary | 11011000 | 10101 | 1101000 | 0 | 1011010 | 110100 | 1111 | 101001110 | 1010010 | 101110 |
Color Harmonies of #D81568
Complementary color
Monochromatic Colors of #D81568
Black with #D81568
Text Example
Text Example
White with #D81568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81568; }
p { color: rgb(216,21,104); }
H1.HeaderClassName
{
color: #D81568;
}
.AnyTagClassName
{
color: #D81568;
}
</style>
background-color css
<style>
a { background-color: #D81568; }
a { background-color: rgb(216,21,104); }
div.DivClassName
{
background-color: #D81568;
}
.BgClassName
{
background-color: #D81568;
}
</style>
border-color css
<style>
span { border-color: #D81568; }
span { border-color: rgb(216,21,104); }
td.TdClassName
{
border-color: #D81568;
}
.TagClassName
{
border-color: #D81568;
}
</style>