Shades of Ruby #D80173
Tints of Ruby #D80173
RGB
CMYK
RGB Variations
Color information
#D80173 (or 0xD80173) is known color: Ruby. HEX triplet: D8, 01 and 73. RGB value is (216,1,115). Sum of RGB (Red+Green+Blue) = 216+1+115=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D80173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80173 is #27FE8C. Grayscale: #4E4E4E. Windows color (decimal): -2621069 or 7537112. OLE color: 7537112.
HSL color Cylindrical-coordinate representation of color #D80173: hue angle of 328.19º 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 #D80173 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.15 |
| HSL | 328.19º | 0.99% | 0.43% | - |
| HSV(B) | 328.19º | 1% | 0.85% | - |
| XYZ | 31.42 | 15.86 | 17.62 | - |
| YUV | 78.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 115 | 0 | 1.00 | 0.47 | 0.15 | 328.19 | 0.99 | 0.43 |
| Hex | D8 | 1 | 73 | 0 | 64 | 2F | F | 148 | 63 | 2B |
| Octal | 330 | 1 | 163 | 0 | 144 | 57 | 17 | 510 | 143 | 53 |
| Binary | 11011000 | 1 | 1110011 | 0 | 1100100 | 101111 | 1111 | 101001000 | 1100011 | 101011 |
Color Harmonies of #D80173
Complementary color
Monochromatic Colors of #D80173
Black with #D80173
Text Example
Text Example
White with #D80173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80173; }
p { color: rgb(216,1,115); }
H1.HeaderClassName
{
color: #D80173;
}
.AnyTagClassName
{
color: #D80173;
}
</style>
background-color css
<style>
a { background-color: #D80173; }
a { background-color: rgb(216,1,115); }
div.DivClassName
{
background-color: #D80173;
}
.BgClassName
{
background-color: #D80173;
}
</style>
border-color css
<style>
span { border-color: #D80173; }
span { border-color: rgb(216,1,115); }
td.TdClassName
{
border-color: #D80173;
}
.TagClassName
{
border-color: #D80173;
}
</style>