Shades of Ruby #D80569
Tints of Ruby #D80569
RGB
CMYK
RGB Variations
Color information
#D80569 (or 0xD80569) is known color: Ruby. HEX triplet: D8, 05 and 69. RGB value is (216,5,105). Sum of RGB (Red+Green+Blue) = 216+5+105=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D80569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80569 is #27FA96. Grayscale: #4F4F4F. Windows color (decimal): -2620055 or 6882776. OLE color: 6882776.
HSL color Cylindrical-coordinate representation of color #D80569: hue angle of 331.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80569 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 105 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.15 |
| HSL | 331.56º | 0.95% | 0.43% | - |
| HSV(B) | 331.56º | 0.98% | 0.85% | - |
| XYZ | 30.92 | 15.73 | 14.77 | - |
| YUV | 79.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 105 | 0 | 0.98 | 0.51 | 0.15 | 331.56 | 0.95 | 0.43 |
| Hex | D8 | 5 | 69 | 0 | 62 | 33 | F | 14C | 5F | 2B |
| Octal | 330 | 5 | 151 | 0 | 142 | 63 | 17 | 514 | 137 | 53 |
| Binary | 11011000 | 101 | 1101001 | 0 | 1100010 | 110011 | 1111 | 101001100 | 1011111 | 101011 |
Color Harmonies of #D80569
Complementary color
Monochromatic Colors of #D80569
Black with #D80569
Text Example
Text Example
White with #D80569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80569; }
p { color: rgb(216,5,105); }
H1.HeaderClassName
{
color: #D80569;
}
.AnyTagClassName
{
color: #D80569;
}
</style>
background-color css
<style>
a { background-color: #D80569; }
a { background-color: rgb(216,5,105); }
div.DivClassName
{
background-color: #D80569;
}
.BgClassName
{
background-color: #D80569;
}
</style>
border-color css
<style>
span { border-color: #D80569; }
span { border-color: rgb(216,5,105); }
td.TdClassName
{
border-color: #D80569;
}
.TagClassName
{
border-color: #D80569;
}
</style>