Shades of Ruby #D51362
Tints of Ruby #D51362
RGB
CMYK
RGB Variations
Color information
#D51362 (or 0xD51362) is known color: Ruby. HEX triplet: D5, 13 and 62. RGB value is (213,19,98). Sum of RGB (Red+Green+Blue) = 213+19+98=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D51362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51362 is #2AEC9D. Grayscale: #555555. Windows color (decimal): -2813086 or 6427605. OLE color: 6427605.
HSL color Cylindrical-coordinate representation of color #D51362: hue angle of 335.57º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51362 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 98 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.16 |
| HSL | 335.57º | 0.84% | 0.45% | - |
| HSV(B) | 335.57º | 0.91% | 0.84% | - |
| XYZ | 29.88 | 15.49 | 12.97 | - |
| YUV | 86.01 | 134.77 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 98 | 0 | 0.91 | 0.54 | 0.16 | 335.57 | 0.84 | 0.45 |
| Hex | D5 | 13 | 62 | 0 | 5B | 36 | 10 | 150 | 54 | 2D |
| Octal | 325 | 23 | 142 | 0 | 133 | 66 | 20 | 520 | 124 | 55 |
| Binary | 11010101 | 10011 | 1100010 | 0 | 1011011 | 110110 | 10000 | 101010000 | 1010100 | 101101 |
Color Harmonies of #D51362
Complementary color
Monochromatic Colors of #D51362
Black with #D51362
Text Example
Text Example
White with #D51362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51362; }
p { color: rgb(213,19,98); }
H1.HeaderClassName
{
color: #D51362;
}
.AnyTagClassName
{
color: #D51362;
}
</style>
background-color css
<style>
a { background-color: #D51362; }
a { background-color: rgb(213,19,98); }
div.DivClassName
{
background-color: #D51362;
}
.BgClassName
{
background-color: #D51362;
}
</style>
border-color css
<style>
span { border-color: #D51362; }
span { border-color: rgb(213,19,98); }
td.TdClassName
{
border-color: #D51362;
}
.TagClassName
{
border-color: #D51362;
}
</style>