Shades of Ruby #D80A6A
Tints of Ruby #D80A6A
RGB
CMYK
RGB Variations
Color information
#D80A6A (or 0xD80A6A) is known color: Ruby. HEX triplet: D8, 0A and 6A. RGB value is (216,10,106). Sum of RGB (Red+Green+Blue) = 216+10+106=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A6A is #27F595. Grayscale: #525252. Windows color (decimal): -2618774 or 6949592. OLE color: 6949592.
HSL color Cylindrical-coordinate representation of color #D80A6A: hue angle of 332.04º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A6A is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 106 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.15 |
| HSL | 332.04º | 0.91% | 0.44% | - |
| HSV(B) | 332.04º | 0.95% | 0.85% | - |
| XYZ | 31.03 | 15.86 | 15.06 | - |
| YUV | 82.54 | 141.25 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 106 | 0 | 0.95 | 0.51 | 0.15 | 332.04 | 0.91 | 0.44 |
| Hex | D8 | A | 6A | 0 | 5F | 33 | F | 14C | 5B | 2C |
| Octal | 330 | 12 | 152 | 0 | 137 | 63 | 17 | 514 | 133 | 54 |
| Binary | 11011000 | 1010 | 1101010 | 0 | 1011111 | 110011 | 1111 | 101001100 | 1011011 | 101100 |
Color Harmonies of #D80A6A
Complementary color
Monochromatic Colors of #D80A6A
Black with #D80A6A
Text Example
Text Example
White with #D80A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A6A; }
p { color: rgb(216,10,106); }
H1.HeaderClassName
{
color: #D80A6A;
}
.AnyTagClassName
{
color: #D80A6A;
}
</style>
background-color css
<style>
a { background-color: #D80A6A; }
a { background-color: rgb(216,10,106); }
div.DivClassName
{
background-color: #D80A6A;
}
.BgClassName
{
background-color: #D80A6A;
}
</style>
border-color css
<style>
span { border-color: #D80A6A; }
span { border-color: rgb(216,10,106); }
td.TdClassName
{
border-color: #D80A6A;
}
.TagClassName
{
border-color: #D80A6A;
}
</style>