Shades of Ruby #D80473
Tints of Ruby #D80473
RGB
CMYK
RGB Variations
Color information
#D80473 (or 0xD80473) is known color: Ruby. HEX triplet: D8, 04 and 73. RGB value is (216,4,115). Sum of RGB (Red+Green+Blue) = 216+4+115=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D80473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80473 is #27FB8C. Grayscale: #4F4F4F. Windows color (decimal): -2620301 or 7537880. OLE color: 7537880.
HSL color Cylindrical-coordinate representation of color #D80473: hue angle of 328.58º degrees, saturation: 0.96, 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 #D80473 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.15 |
| HSL | 328.58º | 0.96% | 0.43% | - |
| HSV(B) | 328.58º | 0.98% | 0.85% | - |
| XYZ | 31.46 | 15.92 | 17.64 | - |
| YUV | 80.04 | 147.74 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 115 | 0 | 0.98 | 0.47 | 0.15 | 328.58 | 0.96 | 0.43 |
| Hex | D8 | 4 | 73 | 0 | 62 | 2F | F | 149 | 60 | 2B |
| Octal | 330 | 4 | 163 | 0 | 142 | 57 | 17 | 511 | 140 | 53 |
| Binary | 11011000 | 100 | 1110011 | 0 | 1100010 | 101111 | 1111 | 101001001 | 1100000 | 101011 |
Color Harmonies of #D80473
Complementary color
Monochromatic Colors of #D80473
Black with #D80473
Text Example
Text Example
White with #D80473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80473; }
p { color: rgb(216,4,115); }
H1.HeaderClassName
{
color: #D80473;
}
.AnyTagClassName
{
color: #D80473;
}
</style>
background-color css
<style>
a { background-color: #D80473; }
a { background-color: rgb(216,4,115); }
div.DivClassName
{
background-color: #D80473;
}
.BgClassName
{
background-color: #D80473;
}
</style>
border-color css
<style>
span { border-color: #D80473; }
span { border-color: rgb(216,4,115); }
td.TdClassName
{
border-color: #D80473;
}
.TagClassName
{
border-color: #D80473;
}
</style>