Shades of Ruby #D70566
Tints of Ruby #D70566
RGB
CMYK
RGB Variations
Color information
#D70566 (or 0xD70566) is known color: Ruby. HEX triplet: D7, 05 and 66. RGB value is (215,5,102). Sum of RGB (Red+Green+Blue) = 215+5+102=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D70566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70566 is #28FA99. Grayscale: #4E4E4E. Windows color (decimal): -2685594 or 6686167. OLE color: 6686167.
HSL color Cylindrical-coordinate representation of color #D70566: hue angle of 332.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70566 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.16 |
| HSL | 332.29º | 0.95% | 0.43% | - |
| HSV(B) | 332.29º | 0.98% | 0.84% | - |
| XYZ | 30.48 | 15.51 | 13.96 | - |
| YUV | 78.85 | 141.07 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 102 | 0 | 0.98 | 0.53 | 0.16 | 332.29 | 0.95 | 0.43 |
| Hex | D7 | 5 | 66 | 0 | 62 | 35 | 10 | 14C | 5F | 2B |
| Octal | 327 | 5 | 146 | 0 | 142 | 65 | 20 | 514 | 137 | 53 |
| Binary | 11010111 | 101 | 1100110 | 0 | 1100010 | 110101 | 10000 | 101001100 | 1011111 | 101011 |
Color Harmonies of #D70566
Complementary color
Monochromatic Colors of #D70566
Black with #D70566
Text Example
Text Example
White with #D70566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70566; }
p { color: rgb(215,5,102); }
H1.HeaderClassName
{
color: #D70566;
}
.AnyTagClassName
{
color: #D70566;
}
</style>
background-color css
<style>
a { background-color: #D70566; }
a { background-color: rgb(215,5,102); }
div.DivClassName
{
background-color: #D70566;
}
.BgClassName
{
background-color: #D70566;
}
</style>
border-color css
<style>
span { border-color: #D70566; }
span { border-color: rgb(215,5,102); }
td.TdClassName
{
border-color: #D70566;
}
.TagClassName
{
border-color: #D70566;
}
</style>