Shades of Ruby #D50867
Tints of Ruby #D50867
RGB
CMYK
RGB Variations
Color information
#D50867 (or 0xD50867) is known color: Ruby. HEX triplet: D5, 08 and 67. RGB value is (213,8,103). Sum of RGB (Red+Green+Blue) = 213+8+103=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D50867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50867 is #2AF798. Grayscale: #4F4F4F. Windows color (decimal): -2815897 or 6752469. OLE color: 6752469.
HSL color Cylindrical-coordinate representation of color #D50867: hue angle of 332.2º 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 #D50867 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.16 |
| HSL | 332.2º | 0.93% | 0.43% | - |
| HSV(B) | 332.2º | 0.96% | 0.84% | - |
| XYZ | 29.98 | 15.3 | 14.21 | - |
| YUV | 80.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 103 | 0 | 0.96 | 0.52 | 0.16 | 332.2 | 0.93 | 0.43 |
| Hex | D5 | 8 | 67 | 0 | 60 | 34 | 10 | 14C | 5D | 2B |
| Octal | 325 | 10 | 147 | 0 | 140 | 64 | 20 | 514 | 135 | 53 |
| Binary | 11010101 | 1000 | 1100111 | 0 | 1100000 | 110100 | 10000 | 101001100 | 1011101 | 101011 |
Color Harmonies of #D50867
Complementary color
Monochromatic Colors of #D50867
Black with #D50867
Text Example
Text Example
White with #D50867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50867; }
p { color: rgb(213,8,103); }
H1.HeaderClassName
{
color: #D50867;
}
.AnyTagClassName
{
color: #D50867;
}
</style>
background-color css
<style>
a { background-color: #D50867; }
a { background-color: rgb(213,8,103); }
div.DivClassName
{
background-color: #D50867;
}
.BgClassName
{
background-color: #D50867;
}
</style>
border-color css
<style>
span { border-color: #D50867; }
span { border-color: rgb(213,8,103); }
td.TdClassName
{
border-color: #D50867;
}
.TagClassName
{
border-color: #D50867;
}
</style>