Shades of Ruby #D21668
Tints of Ruby #D21668
RGB
CMYK
RGB Variations
Color information
#D21668 (or 0xD21668) is known color: Ruby. HEX triplet: D2, 16 and 68. RGB value is (210,22,104). Sum of RGB (Red+Green+Blue) = 210+22+104=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D21668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21668 is #2DE997. Grayscale: #575757. Windows color (decimal): -3008920 or 6821586. OLE color: 6821586.
HSL color Cylindrical-coordinate representation of color #D21668: hue angle of 333.83º degrees, saturation: 0.81, 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 #D21668 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 104 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.18 |
| HSL | 333.83º | 0.81% | 0.45% | - |
| HSV(B) | 333.83º | 0.9% | 0.82% | - |
| XYZ | 29.36 | 15.27 | 14.5 | - |
| YUV | 87.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 104 | 0 | 0.90 | 0.50 | 0.18 | 333.83 | 0.81 | 0.45 |
| Hex | D2 | 16 | 68 | 0 | 5A | 32 | 12 | 14E | 51 | 2D |
| Octal | 322 | 26 | 150 | 0 | 132 | 62 | 22 | 516 | 121 | 55 |
| Binary | 11010010 | 10110 | 1101000 | 0 | 1011010 | 110010 | 10010 | 101001110 | 1010001 | 101101 |
Color Harmonies of #D21668
Complementary color
Monochromatic Colors of #D21668
Black with #D21668
Text Example
Text Example
White with #D21668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21668; }
p { color: rgb(210,22,104); }
H1.HeaderClassName
{
color: #D21668;
}
.AnyTagClassName
{
color: #D21668;
}
</style>
background-color css
<style>
a { background-color: #D21668; }
a { background-color: rgb(210,22,104); }
div.DivClassName
{
background-color: #D21668;
}
.BgClassName
{
background-color: #D21668;
}
</style>
border-color css
<style>
span { border-color: #D21668; }
span { border-color: rgb(210,22,104); }
td.TdClassName
{
border-color: #D21668;
}
.TagClassName
{
border-color: #D21668;
}
</style>