Shades of Ruby #D50465
Tints of Ruby #D50465
RGB
CMYK
RGB Variations
Color information
#D50465 (or 0xD50465) is known color: Ruby. HEX triplet: D5, 04 and 65. RGB value is (213,4,101). Sum of RGB (Red+Green+Blue) = 213+4+101=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D50465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50465 is #2AFB9A. Grayscale: #4D4D4D. Windows color (decimal): -2816923 or 6620373. OLE color: 6620373.
HSL color Cylindrical-coordinate representation of color #D50465: hue angle of 332.15º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50465 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.16 |
| HSL | 332.15º | 0.96% | 0.43% | - |
| HSV(B) | 332.15º | 0.98% | 0.84% | - |
| XYZ | 29.83 | 15.17 | 13.67 | - |
| YUV | 77.55 | 141.24 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 101 | 0 | 0.98 | 0.53 | 0.16 | 332.15 | 0.96 | 0.43 |
| Hex | D5 | 4 | 65 | 0 | 62 | 35 | 10 | 14C | 60 | 2B |
| Octal | 325 | 4 | 145 | 0 | 142 | 65 | 20 | 514 | 140 | 53 |
| Binary | 11010101 | 100 | 1100101 | 0 | 1100010 | 110101 | 10000 | 101001100 | 1100000 | 101011 |
Color Harmonies of #D50465
Complementary color
Monochromatic Colors of #D50465
Black with #D50465
Text Example
Text Example
White with #D50465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50465; }
p { color: rgb(213,4,101); }
H1.HeaderClassName
{
color: #D50465;
}
.AnyTagClassName
{
color: #D50465;
}
</style>
background-color css
<style>
a { background-color: #D50465; }
a { background-color: rgb(213,4,101); }
div.DivClassName
{
background-color: #D50465;
}
.BgClassName
{
background-color: #D50465;
}
</style>
border-color css
<style>
span { border-color: #D50465; }
span { border-color: rgb(213,4,101); }
td.TdClassName
{
border-color: #D50465;
}
.TagClassName
{
border-color: #D50465;
}
</style>