Shades of Ruby #D80F66
Tints of Ruby #D80F66
RGB
CMYK
RGB Variations
Color information
#D80F66 (or 0xD80F66) is known color: Ruby. HEX triplet: D8, 0F and 66. RGB value is (216,15,102). Sum of RGB (Red+Green+Blue) = 216+15+102=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F66 is #27F099. Grayscale: #545454. Windows color (decimal): -2617498 or 6688728. OLE color: 6688728.
HSL color Cylindrical-coordinate representation of color #D80F66: hue angle of 334.03º 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 #D80F66 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 102 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.15 |
| HSL | 334.03º | 0.87% | 0.45% | - |
| HSV(B) | 334.03º | 0.93% | 0.85% | - |
| XYZ | 30.89 | 15.9 | 14.01 | - |
| YUV | 85.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 102 | 0 | 0.93 | 0.53 | 0.15 | 334.03 | 0.87 | 0.45 |
| Hex | D8 | F | 66 | 0 | 5D | 35 | F | 14E | 57 | 2D |
| Octal | 330 | 17 | 146 | 0 | 135 | 65 | 17 | 516 | 127 | 55 |
| Binary | 11011000 | 1111 | 1100110 | 0 | 1011101 | 110101 | 1111 | 101001110 | 1010111 | 101101 |
Color Harmonies of #D80F66
Complementary color
Monochromatic Colors of #D80F66
Black with #D80F66
Text Example
Text Example
White with #D80F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F66; }
p { color: rgb(216,15,102); }
H1.HeaderClassName
{
color: #D80F66;
}
.AnyTagClassName
{
color: #D80F66;
}
</style>
background-color css
<style>
a { background-color: #D80F66; }
a { background-color: rgb(216,15,102); }
div.DivClassName
{
background-color: #D80F66;
}
.BgClassName
{
background-color: #D80F66;
}
</style>
border-color css
<style>
span { border-color: #D80F66; }
span { border-color: rgb(216,15,102); }
td.TdClassName
{
border-color: #D80F66;
}
.TagClassName
{
border-color: #D80F66;
}
</style>