Shades of Ruby #D31561
Tints of Ruby #D31561
RGB
CMYK
RGB Variations
Color information
#D31561 (or 0xD31561) is known color: Ruby. HEX triplet: D3, 15 and 61. RGB value is (211,21,97). Sum of RGB (Red+Green+Blue) = 211+21+97=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D31561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31561 is #2CEA9E. Grayscale: #565656. Windows color (decimal): -2943647 or 6362579. OLE color: 6362579.
HSL color Cylindrical-coordinate representation of color #D31561: hue angle of 336º 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 #D31561 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.17 |
| HSL | 336º | 0.82% | 0.45% | - |
| HSV(B) | 336º | 0.9% | 0.83% | - |
| XYZ | 29.29 | 15.25 | 12.71 | - |
| YUV | 86.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 97 | 0 | 0.90 | 0.54 | 0.17 | 336 | 0.82 | 0.45 |
| Hex | D3 | 15 | 61 | 0 | 5A | 36 | 11 | 150 | 52 | 2D |
| Octal | 323 | 25 | 141 | 0 | 132 | 66 | 21 | 520 | 122 | 55 |
| Binary | 11010011 | 10101 | 1100001 | 0 | 1011010 | 110110 | 10001 | 101010000 | 1010010 | 101101 |
Color Harmonies of #D31561
Complementary color
Monochromatic Colors of #D31561
Black with #D31561
Text Example
Text Example
White with #D31561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31561; }
p { color: rgb(211,21,97); }
H1.HeaderClassName
{
color: #D31561;
}
.AnyTagClassName
{
color: #D31561;
}
</style>
background-color css
<style>
a { background-color: #D31561; }
a { background-color: rgb(211,21,97); }
div.DivClassName
{
background-color: #D31561;
}
.BgClassName
{
background-color: #D31561;
}
</style>
border-color css
<style>
span { border-color: #D31561; }
span { border-color: rgb(211,21,97); }
td.TdClassName
{
border-color: #D31561;
}
.TagClassName
{
border-color: #D31561;
}
</style>