Shades of Ruby #D80170
Tints of Ruby #D80170
RGB
CMYK
RGB Variations
Color information
#D80170 (or 0xD80170) is known color: Ruby. HEX triplet: D8, 01 and 70. RGB value is (216,1,112). Sum of RGB (Red+Green+Blue) = 216+1+112=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D80170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80170 is #27FE8F. Grayscale: #4D4D4D. Windows color (decimal): -2621072 or 7340504. OLE color: 7340504.
HSL color Cylindrical-coordinate representation of color #D80170: hue angle of 329.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80170 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.15 |
| HSL | 329.02º | 0.99% | 0.43% | - |
| HSV(B) | 329.02º | 1% | 0.85% | - |
| XYZ | 31.25 | 15.79 | 16.73 | - |
| YUV | 77.94 | 147.23 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 112 | 0 | 1.00 | 0.48 | 0.15 | 329.02 | 0.99 | 0.43 |
| Hex | D8 | 1 | 70 | 0 | 64 | 30 | F | 149 | 63 | 2B |
| Octal | 330 | 1 | 160 | 0 | 144 | 60 | 17 | 511 | 143 | 53 |
| Binary | 11011000 | 1 | 1110000 | 0 | 1100100 | 110000 | 1111 | 101001001 | 1100011 | 101011 |
Color Harmonies of #D80170
Complementary color
Monochromatic Colors of #D80170
Black with #D80170
Text Example
Text Example
White with #D80170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80170; }
p { color: rgb(216,1,112); }
H1.HeaderClassName
{
color: #D80170;
}
.AnyTagClassName
{
color: #D80170;
}
</style>
background-color css
<style>
a { background-color: #D80170; }
a { background-color: rgb(216,1,112); }
div.DivClassName
{
background-color: #D80170;
}
.BgClassName
{
background-color: #D80170;
}
</style>
border-color css
<style>
span { border-color: #D80170; }
span { border-color: rgb(216,1,112); }
td.TdClassName
{
border-color: #D80170;
}
.TagClassName
{
border-color: #D80170;
}
</style>