Shades of Ruby #D31562
Tints of Ruby #D31562
RGB
CMYK
RGB Variations
Color information
#D31562 (or 0xD31562) is known color: Ruby. HEX triplet: D3, 15 and 62. RGB value is (211,21,98). Sum of RGB (Red+Green+Blue) = 211+21+98=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D31562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31562 is #2CEA9D. Grayscale: #565656. Windows color (decimal): -2943646 or 6428115. OLE color: 6428115.
HSL color Cylindrical-coordinate representation of color #D31562: hue angle of 335.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31562 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 98 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.17 |
| HSL | 335.68º | 0.82% | 0.45% | - |
| HSV(B) | 335.68º | 0.9% | 0.83% | - |
| XYZ | 29.34 | 15.27 | 12.96 | - |
| YUV | 86.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 98 | 0 | 0.90 | 0.54 | 0.17 | 335.68 | 0.82 | 0.45 |
| Hex | D3 | 15 | 62 | 0 | 5A | 36 | 11 | 150 | 52 | 2D |
| Octal | 323 | 25 | 142 | 0 | 132 | 66 | 21 | 520 | 122 | 55 |
| Binary | 11010011 | 10101 | 1100010 | 0 | 1011010 | 110110 | 10001 | 101010000 | 1010010 | 101101 |
Color Harmonies of #D31562
Complementary color
Monochromatic Colors of #D31562
Black with #D31562
Text Example
Text Example
White with #D31562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31562; }
p { color: rgb(211,21,98); }
H1.HeaderClassName
{
color: #D31562;
}
.AnyTagClassName
{
color: #D31562;
}
</style>
background-color css
<style>
a { background-color: #D31562; }
a { background-color: rgb(211,21,98); }
div.DivClassName
{
background-color: #D31562;
}
.BgClassName
{
background-color: #D31562;
}
</style>
border-color css
<style>
span { border-color: #D31562; }
span { border-color: rgb(211,21,98); }
td.TdClassName
{
border-color: #D31562;
}
.TagClassName
{
border-color: #D31562;
}
</style>