Shades of Ruby #D21B63
Tints of Ruby #D21B63
RGB
CMYK
RGB Variations
Color information
#D21B63 (or 0xD21B63) is known color: Ruby. HEX triplet: D2, 1B and 63. RGB value is (210,27,99). Sum of RGB (Red+Green+Blue) = 210+27+99=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B63 is #2DE49C. Grayscale: #595959. Windows color (decimal): -3007645 or 6495186. OLE color: 6495186.
HSL color Cylindrical-coordinate representation of color #D21B63: hue angle of 336.39º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B63 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 99 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.18 |
| HSL | 336.39º | 0.77% | 0.46% | - |
| HSV(B) | 336.39º | 0.87% | 0.82% | - |
| XYZ | 29.22 | 15.39 | 13.23 | - |
| YUV | 89.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 99 | 0 | 0.87 | 0.53 | 0.18 | 336.39 | 0.77 | 0.46 |
| Hex | D2 | 1B | 63 | 0 | 57 | 35 | 12 | 150 | 4D | 2E |
| Octal | 322 | 33 | 143 | 0 | 127 | 65 | 22 | 520 | 115 | 56 |
| Binary | 11010010 | 11011 | 1100011 | 0 | 1010111 | 110101 | 10010 | 101010000 | 1001101 | 101110 |
Color Harmonies of #D21B63
Complementary color
Monochromatic Colors of #D21B63
Black with #D21B63
Text Example
Text Example
White with #D21B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B63; }
p { color: rgb(210,27,99); }
H1.HeaderClassName
{
color: #D21B63;
}
.AnyTagClassName
{
color: #D21B63;
}
</style>
background-color css
<style>
a { background-color: #D21B63; }
a { background-color: rgb(210,27,99); }
div.DivClassName
{
background-color: #D21B63;
}
.BgClassName
{
background-color: #D21B63;
}
</style>
border-color css
<style>
span { border-color: #D21B63; }
span { border-color: rgb(210,27,99); }
td.TdClassName
{
border-color: #D21B63;
}
.TagClassName
{
border-color: #D21B63;
}
</style>