Shades of Ruby #D80F55
Tints of Ruby #D80F55
RGB
CMYK
RGB Variations
Color information
#D80F55 (or 0xD80F55) is known color: Ruby. HEX triplet: D8, 0F and 55. RGB value is (216,15,85). Sum of RGB (Red+Green+Blue) = 216+15+85=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F55 is #27F0AA. Grayscale: #525252. Windows color (decimal): -2617515 or 5574616. OLE color: 5574616.
HSL color Cylindrical-coordinate representation of color #D80F55: hue angle of 339.1º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F55 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 85 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.15 |
| HSL | 339.1º | 0.87% | 0.45% | - |
| HSV(B) | 339.1º | 0.93% | 0.85% | - |
| XYZ | 30.13 | 15.6 | 10.02 | - |
| YUV | 83.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 85 | 0 | 0.93 | 0.61 | 0.15 | 339.1 | 0.87 | 0.45 |
| Hex | D8 | F | 55 | 0 | 5D | 3D | F | 153 | 57 | 2D |
| Octal | 330 | 17 | 125 | 0 | 135 | 75 | 17 | 523 | 127 | 55 |
| Binary | 11011000 | 1111 | 1010101 | 0 | 1011101 | 111101 | 1111 | 101010011 | 1010111 | 101101 |
Color Harmonies of #D80F55
Complementary color
Monochromatic Colors of #D80F55
Black with #D80F55
Text Example
Text Example
White with #D80F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F55; }
p { color: rgb(216,15,85); }
H1.HeaderClassName
{
color: #D80F55;
}
.AnyTagClassName
{
color: #D80F55;
}
</style>
background-color css
<style>
a { background-color: #D80F55; }
a { background-color: rgb(216,15,85); }
div.DivClassName
{
background-color: #D80F55;
}
.BgClassName
{
background-color: #D80F55;
}
</style>
border-color css
<style>
span { border-color: #D80F55; }
span { border-color: rgb(216,15,85); }
td.TdClassName
{
border-color: #D80F55;
}
.TagClassName
{
border-color: #D80F55;
}
</style>