Shades of Ruby #D80570
Tints of Ruby #D80570
RGB
CMYK
RGB Variations
Color information
#D80570 (or 0xD80570) is known color: Ruby. HEX triplet: D8, 05 and 70. RGB value is (216,5,112). Sum of RGB (Red+Green+Blue) = 216+5+112=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D80570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80570 is #27FA8F. Grayscale: #505050. Windows color (decimal): -2620048 or 7341528. OLE color: 7341528.
HSL color Cylindrical-coordinate representation of color #D80570: hue angle of 329.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80570 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.15 |
| HSL | 329.57º | 0.95% | 0.43% | - |
| HSV(B) | 329.57º | 0.98% | 0.85% | - |
| XYZ | 31.3 | 15.88 | 16.74 | - |
| YUV | 80.29 | 145.9 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 112 | 0 | 0.98 | 0.48 | 0.15 | 329.57 | 0.95 | 0.43 |
| Hex | D8 | 5 | 70 | 0 | 62 | 30 | F | 14A | 5F | 2B |
| Octal | 330 | 5 | 160 | 0 | 142 | 60 | 17 | 512 | 137 | 53 |
| Binary | 11011000 | 101 | 1110000 | 0 | 1100010 | 110000 | 1111 | 101001010 | 1011111 | 101011 |
Color Harmonies of #D80570
Complementary color
Monochromatic Colors of #D80570
Black with #D80570
Text Example
Text Example
White with #D80570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80570; }
p { color: rgb(216,5,112); }
H1.HeaderClassName
{
color: #D80570;
}
.AnyTagClassName
{
color: #D80570;
}
</style>
background-color css
<style>
a { background-color: #D80570; }
a { background-color: rgb(216,5,112); }
div.DivClassName
{
background-color: #D80570;
}
.BgClassName
{
background-color: #D80570;
}
</style>
border-color css
<style>
span { border-color: #D80570; }
span { border-color: rgb(216,5,112); }
td.TdClassName
{
border-color: #D80570;
}
.TagClassName
{
border-color: #D80570;
}
</style>