Shades of Ruby #D80869
Tints of Ruby #D80869
RGB
CMYK
RGB Variations
Color information
#D80869 (or 0xD80869) is known color: Ruby. HEX triplet: D8, 08 and 69. RGB value is (216,8,105). Sum of RGB (Red+Green+Blue) = 216+8+105=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D80869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80869 is #27F796. Grayscale: #515151. Windows color (decimal): -2619287 or 6883544. OLE color: 6883544.
HSL color Cylindrical-coordinate representation of color #D80869: hue angle of 332.02º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80869 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.15 |
| HSL | 332.02º | 0.93% | 0.44% | - |
| HSV(B) | 332.02º | 0.96% | 0.85% | - |
| XYZ | 30.96 | 15.79 | 14.78 | - |
| YUV | 81.25 | 141.41 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 105 | 0 | 0.96 | 0.51 | 0.15 | 332.02 | 0.93 | 0.44 |
| Hex | D8 | 8 | 69 | 0 | 60 | 33 | F | 14C | 5D | 2C |
| Octal | 330 | 10 | 151 | 0 | 140 | 63 | 17 | 514 | 135 | 54 |
| Binary | 11011000 | 1000 | 1101001 | 0 | 1100000 | 110011 | 1111 | 101001100 | 1011101 | 101100 |
Color Harmonies of #D80869
Complementary color
Monochromatic Colors of #D80869
Black with #D80869
Text Example
Text Example
White with #D80869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80869; }
p { color: rgb(216,8,105); }
H1.HeaderClassName
{
color: #D80869;
}
.AnyTagClassName
{
color: #D80869;
}
</style>
background-color css
<style>
a { background-color: #D80869; }
a { background-color: rgb(216,8,105); }
div.DivClassName
{
background-color: #D80869;
}
.BgClassName
{
background-color: #D80869;
}
</style>
border-color css
<style>
span { border-color: #D80869; }
span { border-color: rgb(216,8,105); }
td.TdClassName
{
border-color: #D80869;
}
.TagClassName
{
border-color: #D80869;
}
</style>