Shades of Ruby #D21563
Tints of Ruby #D21563
RGB
CMYK
RGB Variations
Color information
#D21563 (or 0xD21563) is known color: Ruby. HEX triplet: D2, 15 and 63. RGB value is (210,21,99). Sum of RGB (Red+Green+Blue) = 210+21+99=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D21563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21563 is #2DEA9C. Grayscale: #565656. Windows color (decimal): -3009181 or 6493650. OLE color: 6493650.
HSL color Cylindrical-coordinate representation of color #D21563: hue angle of 335.24º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21563 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 99 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.18 |
| HSL | 335.24º | 0.82% | 0.45% | - |
| HSV(B) | 335.24º | 0.9% | 0.82% | - |
| XYZ | 29.1 | 15.14 | 13.19 | - |
| YUV | 86.4 | 135.12 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 99 | 0 | 0.90 | 0.53 | 0.18 | 335.24 | 0.82 | 0.45 |
| Hex | D2 | 15 | 63 | 0 | 5A | 35 | 12 | 14F | 52 | 2D |
| Octal | 322 | 25 | 143 | 0 | 132 | 65 | 22 | 517 | 122 | 55 |
| Binary | 11010010 | 10101 | 1100011 | 0 | 1011010 | 110101 | 10010 | 101001111 | 1010010 | 101101 |
Color Harmonies of #D21563
Complementary color
Monochromatic Colors of #D21563
Black with #D21563
Text Example
Text Example
White with #D21563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21563; }
p { color: rgb(210,21,99); }
H1.HeaderClassName
{
color: #D21563;
}
.AnyTagClassName
{
color: #D21563;
}
</style>
background-color css
<style>
a { background-color: #D21563; }
a { background-color: rgb(210,21,99); }
div.DivClassName
{
background-color: #D21563;
}
.BgClassName
{
background-color: #D21563;
}
</style>
border-color css
<style>
span { border-color: #D21563; }
span { border-color: rgb(210,21,99); }
td.TdClassName
{
border-color: #D21563;
}
.TagClassName
{
border-color: #D21563;
}
</style>