Shades of Ruby #D80573
Tints of Ruby #D80573
RGB
CMYK
RGB Variations
Color information
#D80573 (or 0xD80573) is known color: Ruby. HEX triplet: D8, 05 and 73. RGB value is (216,5,115). Sum of RGB (Red+Green+Blue) = 216+5+115=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D80573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80573 is #27FA8C. Grayscale: #505050. Windows color (decimal): -2620045 or 7538136. OLE color: 7538136.
HSL color Cylindrical-coordinate representation of color #D80573: hue angle of 328.72º 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 #D80573 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.15 |
| HSL | 328.72º | 0.95% | 0.43% | - |
| HSV(B) | 328.72º | 0.98% | 0.85% | - |
| XYZ | 31.47 | 15.95 | 17.64 | - |
| YUV | 80.63 | 147.4 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 115 | 0 | 0.98 | 0.47 | 0.15 | 328.72 | 0.95 | 0.43 |
| Hex | D8 | 5 | 73 | 0 | 62 | 2F | F | 149 | 5F | 2B |
| Octal | 330 | 5 | 163 | 0 | 142 | 57 | 17 | 511 | 137 | 53 |
| Binary | 11011000 | 101 | 1110011 | 0 | 1100010 | 101111 | 1111 | 101001001 | 1011111 | 101011 |
Color Harmonies of #D80573
Complementary color
Monochromatic Colors of #D80573
Black with #D80573
Text Example
Text Example
White with #D80573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80573; }
p { color: rgb(216,5,115); }
H1.HeaderClassName
{
color: #D80573;
}
.AnyTagClassName
{
color: #D80573;
}
</style>
background-color css
<style>
a { background-color: #D80573; }
a { background-color: rgb(216,5,115); }
div.DivClassName
{
background-color: #D80573;
}
.BgClassName
{
background-color: #D80573;
}
</style>
border-color css
<style>
span { border-color: #D80573; }
span { border-color: rgb(216,5,115); }
td.TdClassName
{
border-color: #D80573;
}
.TagClassName
{
border-color: #D80573;
}
</style>