Shades of Ruby #D80669
Tints of Ruby #D80669
RGB
CMYK
RGB Variations
Color information
#D80669 (or 0xD80669) is known color: Ruby. HEX triplet: D8, 06 and 69. RGB value is (216,6,105). Sum of RGB (Red+Green+Blue) = 216+6+105=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D80669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80669 is #27F996. Grayscale: #4F4F4F. Windows color (decimal): -2619799 or 6883032. OLE color: 6883032.
HSL color Cylindrical-coordinate representation of color #D80669: hue angle of 331.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80669 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.15 |
| HSL | 331.71º | 0.95% | 0.44% | - |
| HSV(B) | 331.71º | 0.97% | 0.85% | - |
| XYZ | 30.93 | 15.75 | 14.77 | - |
| YUV | 80.08 | 142.07 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 105 | 0 | 0.97 | 0.51 | 0.15 | 331.71 | 0.95 | 0.44 |
| Hex | D8 | 6 | 69 | 0 | 61 | 33 | F | 14C | 5F | 2C |
| Octal | 330 | 6 | 151 | 0 | 141 | 63 | 17 | 514 | 137 | 54 |
| Binary | 11011000 | 110 | 1101001 | 0 | 1100001 | 110011 | 1111 | 101001100 | 1011111 | 101100 |
Color Harmonies of #D80669
Complementary color
Monochromatic Colors of #D80669
Black with #D80669
Text Example
Text Example
White with #D80669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80669; }
p { color: rgb(216,6,105); }
H1.HeaderClassName
{
color: #D80669;
}
.AnyTagClassName
{
color: #D80669;
}
</style>
background-color css
<style>
a { background-color: #D80669; }
a { background-color: rgb(216,6,105); }
div.DivClassName
{
background-color: #D80669;
}
.BgClassName
{
background-color: #D80669;
}
</style>
border-color css
<style>
span { border-color: #D80669; }
span { border-color: rgb(216,6,105); }
td.TdClassName
{
border-color: #D80669;
}
.TagClassName
{
border-color: #D80669;
}
</style>