Shades of Ruby #D80675
Tints of Ruby #D80675
RGB
CMYK
RGB Variations
Color information
#D80675 (or 0xD80675) is known color: Ruby. HEX triplet: D8, 06 and 75. RGB value is (216,6,117). Sum of RGB (Red+Green+Blue) = 216+6+117=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D80675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80675 is #27F98A. Grayscale: #515151. Windows color (decimal): -2619787 or 7669464. OLE color: 7669464.
HSL color Cylindrical-coordinate representation of color #D80675: hue angle of 328.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80675 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.15 |
| HSL | 328.29º | 0.95% | 0.44% | - |
| HSV(B) | 328.29º | 0.97% | 0.85% | - |
| XYZ | 31.59 | 16.01 | 18.26 | - |
| YUV | 81.44 | 148.07 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 117 | 0 | 0.97 | 0.46 | 0.15 | 328.29 | 0.95 | 0.44 |
| Hex | D8 | 6 | 75 | 0 | 61 | 2E | F | 148 | 5F | 2C |
| Octal | 330 | 6 | 165 | 0 | 141 | 56 | 17 | 510 | 137 | 54 |
| Binary | 11011000 | 110 | 1110101 | 0 | 1100001 | 101110 | 1111 | 101001000 | 1011111 | 101100 |
Color Harmonies of #D80675
Complementary color
Monochromatic Colors of #D80675
Black with #D80675
Text Example
Text Example
White with #D80675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80675; }
p { color: rgb(216,6,117); }
H1.HeaderClassName
{
color: #D80675;
}
.AnyTagClassName
{
color: #D80675;
}
</style>
background-color css
<style>
a { background-color: #D80675; }
a { background-color: rgb(216,6,117); }
div.DivClassName
{
background-color: #D80675;
}
.BgClassName
{
background-color: #D80675;
}
</style>
border-color css
<style>
span { border-color: #D80675; }
span { border-color: rgb(216,6,117); }
td.TdClassName
{
border-color: #D80675;
}
.TagClassName
{
border-color: #D80675;
}
</style>