Shades of Ruby #D80F65
Tints of Ruby #D80F65
RGB
CMYK
RGB Variations
Color information
#D80F65 (or 0xD80F65) is known color: Ruby. HEX triplet: D8, 0F and 65. RGB value is (216,15,101). Sum of RGB (Red+Green+Blue) = 216+15+101=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F65 is #27F09A. Grayscale: #545454. Windows color (decimal): -2617499 or 6623192. OLE color: 6623192.
HSL color Cylindrical-coordinate representation of color #D80F65: hue angle of 334.33º 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 #D80F65 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 101 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.15 |
| HSL | 334.33º | 0.87% | 0.45% | - |
| HSV(B) | 334.33º | 0.93% | 0.85% | - |
| XYZ | 30.84 | 15.88 | 13.75 | - |
| YUV | 84.9 | 137.09 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 101 | 0 | 0.93 | 0.53 | 0.15 | 334.33 | 0.87 | 0.45 |
| Hex | D8 | F | 65 | 0 | 5D | 35 | F | 14E | 57 | 2D |
| Octal | 330 | 17 | 145 | 0 | 135 | 65 | 17 | 516 | 127 | 55 |
| Binary | 11011000 | 1111 | 1100101 | 0 | 1011101 | 110101 | 1111 | 101001110 | 1010111 | 101101 |
Color Harmonies of #D80F65
Complementary color
Monochromatic Colors of #D80F65
Black with #D80F65
Text Example
Text Example
White with #D80F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F65; }
p { color: rgb(216,15,101); }
H1.HeaderClassName
{
color: #D80F65;
}
.AnyTagClassName
{
color: #D80F65;
}
</style>
background-color css
<style>
a { background-color: #D80F65; }
a { background-color: rgb(216,15,101); }
div.DivClassName
{
background-color: #D80F65;
}
.BgClassName
{
background-color: #D80F65;
}
</style>
border-color css
<style>
span { border-color: #D80F65; }
span { border-color: rgb(216,15,101); }
td.TdClassName
{
border-color: #D80F65;
}
.TagClassName
{
border-color: #D80F65;
}
</style>