Shades of Ruby #D50869
Tints of Ruby #D50869
RGB
CMYK
RGB Variations
Color information
#D50869 (or 0xD50869) is known color: Ruby. HEX triplet: D5, 08 and 69. RGB value is (213,8,105). Sum of RGB (Red+Green+Blue) = 213+8+105=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D50869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50869 is #2AF796. Grayscale: #505050. Windows color (decimal): -2815895 or 6883541. OLE color: 6883541.
HSL color Cylindrical-coordinate representation of color #D50869: hue angle of 331.61º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50869 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.16 |
| HSL | 331.61º | 0.93% | 0.43% | - |
| HSV(B) | 331.61º | 0.96% | 0.84% | - |
| XYZ | 30.08 | 15.34 | 14.74 | - |
| YUV | 80.35 | 141.92 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 105 | 0 | 0.96 | 0.51 | 0.16 | 331.61 | 0.93 | 0.43 |
| Hex | D5 | 8 | 69 | 0 | 60 | 33 | 10 | 14C | 5D | 2B |
| Octal | 325 | 10 | 151 | 0 | 140 | 63 | 20 | 514 | 135 | 53 |
| Binary | 11010101 | 1000 | 1101001 | 0 | 1100000 | 110011 | 10000 | 101001100 | 1011101 | 101011 |
Color Harmonies of #D50869
Complementary color
Monochromatic Colors of #D50869
Black with #D50869
Text Example
Text Example
White with #D50869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50869; }
p { color: rgb(213,8,105); }
H1.HeaderClassName
{
color: #D50869;
}
.AnyTagClassName
{
color: #D50869;
}
</style>
background-color css
<style>
a { background-color: #D50869; }
a { background-color: rgb(213,8,105); }
div.DivClassName
{
background-color: #D50869;
}
.BgClassName
{
background-color: #D50869;
}
</style>
border-color css
<style>
span { border-color: #D50869; }
span { border-color: rgb(213,8,105); }
td.TdClassName
{
border-color: #D50869;
}
.TagClassName
{
border-color: #D50869;
}
</style>