Shades of Ruby #D71566
Tints of Ruby #D71566
RGB
CMYK
RGB Variations
Color information
#D71566 (or 0xD71566) is known color: Ruby. HEX triplet: D7, 15 and 66. RGB value is (215,21,102). Sum of RGB (Red+Green+Blue) = 215+21+102=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D71566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71566 is #28EA99. Grayscale: #585858. Windows color (decimal): -2681498 or 6690263. OLE color: 6690263.
HSL color Cylindrical-coordinate representation of color #D71566: hue angle of 334.95º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71566 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 102 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.16 |
| HSL | 334.95º | 0.82% | 0.46% | - |
| HSV(B) | 334.95º | 0.9% | 0.84% | - |
| XYZ | 30.69 | 15.94 | 14.03 | - |
| YUV | 88.24 | 135.77 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 102 | 0 | 0.90 | 0.53 | 0.16 | 334.95 | 0.82 | 0.46 |
| Hex | D7 | 15 | 66 | 0 | 5A | 35 | 10 | 14F | 52 | 2E |
| Octal | 327 | 25 | 146 | 0 | 132 | 65 | 20 | 517 | 122 | 56 |
| Binary | 11010111 | 10101 | 1100110 | 0 | 1011010 | 110101 | 10000 | 101001111 | 1010010 | 101110 |
Color Harmonies of #D71566
Complementary color
Monochromatic Colors of #D71566
Black with #D71566
Text Example
Text Example
White with #D71566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71566; }
p { color: rgb(215,21,102); }
H1.HeaderClassName
{
color: #D71566;
}
.AnyTagClassName
{
color: #D71566;
}
</style>
background-color css
<style>
a { background-color: #D71566; }
a { background-color: rgb(215,21,102); }
div.DivClassName
{
background-color: #D71566;
}
.BgClassName
{
background-color: #D71566;
}
</style>
border-color css
<style>
span { border-color: #D71566; }
span { border-color: rgb(215,21,102); }
td.TdClassName
{
border-color: #D71566;
}
.TagClassName
{
border-color: #D71566;
}
</style>