Shades of Ruby #D80D69
Tints of Ruby #D80D69
RGB
CMYK
RGB Variations
Color information
#D80D69 (or 0xD80D69) is known color: Ruby. HEX triplet: D8, 0D and 69. RGB value is (216,13,105). Sum of RGB (Red+Green+Blue) = 216+13+105=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D69 is #27F296. Grayscale: #545454. Windows color (decimal): -2618007 or 6884824. OLE color: 6884824.
HSL color Cylindrical-coordinate representation of color #D80D69: hue angle of 332.81º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D69 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 105 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.15 |
| HSL | 332.81º | 0.89% | 0.45% | - |
| HSV(B) | 332.81º | 0.94% | 0.85% | - |
| XYZ | 31.01 | 15.91 | 14.8 | - |
| YUV | 84.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 105 | 0 | 0.94 | 0.51 | 0.15 | 332.81 | 0.89 | 0.45 |
| Hex | D8 | D | 69 | 0 | 5E | 33 | F | 14D | 59 | 2D |
| Octal | 330 | 15 | 151 | 0 | 136 | 63 | 17 | 515 | 131 | 55 |
| Binary | 11011000 | 1101 | 1101001 | 0 | 1011110 | 110011 | 1111 | 101001101 | 1011001 | 101101 |
Color Harmonies of #D80D69
Complementary color
Monochromatic Colors of #D80D69
Black with #D80D69
Text Example
Text Example
White with #D80D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D69; }
p { color: rgb(216,13,105); }
H1.HeaderClassName
{
color: #D80D69;
}
.AnyTagClassName
{
color: #D80D69;
}
</style>
background-color css
<style>
a { background-color: #D80D69; }
a { background-color: rgb(216,13,105); }
div.DivClassName
{
background-color: #D80D69;
}
.BgClassName
{
background-color: #D80D69;
}
</style>
border-color css
<style>
span { border-color: #D80D69; }
span { border-color: rgb(216,13,105); }
td.TdClassName
{
border-color: #D80D69;
}
.TagClassName
{
border-color: #D80D69;
}
</style>