Shades of Ruby #D80575
Tints of Ruby #D80575
RGB
CMYK
RGB Variations
Color information
#D80575 (or 0xD80575) is known color: Ruby. HEX triplet: D8, 05 and 75. RGB value is (216,5,117). Sum of RGB (Red+Green+Blue) = 216+5+117=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D80575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80575 is #27FA8A. Grayscale: #505050. Windows color (decimal): -2620043 or 7669208. OLE color: 7669208.
HSL color Cylindrical-coordinate representation of color #D80575: hue angle of 328.15º 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 #D80575 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.15 |
| HSL | 328.15º | 0.95% | 0.43% | - |
| HSV(B) | 328.15º | 0.98% | 0.85% | - |
| XYZ | 31.58 | 15.99 | 18.25 | - |
| YUV | 80.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 117 | 0 | 0.98 | 0.46 | 0.15 | 328.15 | 0.95 | 0.43 |
| Hex | D8 | 5 | 75 | 0 | 62 | 2E | F | 148 | 5F | 2B |
| Octal | 330 | 5 | 165 | 0 | 142 | 56 | 17 | 510 | 137 | 53 |
| Binary | 11011000 | 101 | 1110101 | 0 | 1100010 | 101110 | 1111 | 101001000 | 1011111 | 101011 |
Color Harmonies of #D80575
Complementary color
Monochromatic Colors of #D80575
Black with #D80575
Text Example
Text Example
White with #D80575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80575; }
p { color: rgb(216,5,117); }
H1.HeaderClassName
{
color: #D80575;
}
.AnyTagClassName
{
color: #D80575;
}
</style>
background-color css
<style>
a { background-color: #D80575; }
a { background-color: rgb(216,5,117); }
div.DivClassName
{
background-color: #D80575;
}
.BgClassName
{
background-color: #D80575;
}
</style>
border-color css
<style>
span { border-color: #D80575; }
span { border-color: rgb(216,5,117); }
td.TdClassName
{
border-color: #D80575;
}
.TagClassName
{
border-color: #D80575;
}
</style>