Shades of Ruby #D50962
Tints of Ruby #D50962
RGB
CMYK
RGB Variations
Color information
#D50962 (or 0xD50962) is known color: Ruby. HEX triplet: D5, 09 and 62. RGB value is (213,9,98). Sum of RGB (Red+Green+Blue) = 213+9+98=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D50962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50962 is #2AF69D. Grayscale: #4F4F4F. Windows color (decimal): -2815646 or 6425045. OLE color: 6425045.
HSL color Cylindrical-coordinate representation of color #D50962: hue angle of 333.82º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50962 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.16 |
| HSL | 333.82º | 0.92% | 0.44% | - |
| HSV(B) | 333.82º | 0.96% | 0.84% | - |
| XYZ | 29.74 | 15.22 | 12.93 | - |
| YUV | 80.14 | 138.09 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 98 | 0 | 0.96 | 0.54 | 0.16 | 333.82 | 0.92 | 0.44 |
| Hex | D5 | 9 | 62 | 0 | 60 | 36 | 10 | 14E | 5C | 2C |
| Octal | 325 | 11 | 142 | 0 | 140 | 66 | 20 | 516 | 134 | 54 |
| Binary | 11010101 | 1001 | 1100010 | 0 | 1100000 | 110110 | 10000 | 101001110 | 1011100 | 101100 |
Color Harmonies of #D50962
Complementary color
Monochromatic Colors of #D50962
Black with #D50962
Text Example
Text Example
White with #D50962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50962; }
p { color: rgb(213,9,98); }
H1.HeaderClassName
{
color: #D50962;
}
.AnyTagClassName
{
color: #D50962;
}
</style>
background-color css
<style>
a { background-color: #D50962; }
a { background-color: rgb(213,9,98); }
div.DivClassName
{
background-color: #D50962;
}
.BgClassName
{
background-color: #D50962;
}
</style>
border-color css
<style>
span { border-color: #D50962; }
span { border-color: rgb(213,9,98); }
td.TdClassName
{
border-color: #D50962;
}
.TagClassName
{
border-color: #D50962;
}
</style>