Shades of Ruby #D21669
Tints of Ruby #D21669
RGB
CMYK
RGB Variations
Color information
#D21669 (or 0xD21669) is known color: Ruby. HEX triplet: D2, 16 and 69. RGB value is (210,22,105). Sum of RGB (Red+Green+Blue) = 210+22+105=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D21669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21669 is #2DE996. Grayscale: #575757. Windows color (decimal): -3008919 or 6887122. OLE color: 6887122.
HSL color Cylindrical-coordinate representation of color #D21669: hue angle of 333.51º 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 #D21669 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.18 |
| HSL | 333.51º | 0.81% | 0.45% | - |
| HSV(B) | 333.51º | 0.9% | 0.82% | - |
| XYZ | 29.42 | 15.3 | 14.77 | - |
| YUV | 87.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 105 | 0 | 0.90 | 0.50 | 0.18 | 333.51 | 0.81 | 0.45 |
| Hex | D2 | 16 | 69 | 0 | 5A | 32 | 12 | 14E | 51 | 2D |
| Octal | 322 | 26 | 151 | 0 | 132 | 62 | 22 | 516 | 121 | 55 |
| Binary | 11010010 | 10110 | 1101001 | 0 | 1011010 | 110010 | 10010 | 101001110 | 1010001 | 101101 |
Color Harmonies of #D21669
Complementary color
Monochromatic Colors of #D21669
Black with #D21669
Text Example
Text Example
White with #D21669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21669; }
p { color: rgb(210,22,105); }
H1.HeaderClassName
{
color: #D21669;
}
.AnyTagClassName
{
color: #D21669;
}
</style>
background-color css
<style>
a { background-color: #D21669; }
a { background-color: rgb(210,22,105); }
div.DivClassName
{
background-color: #D21669;
}
.BgClassName
{
background-color: #D21669;
}
</style>
border-color css
<style>
span { border-color: #D21669; }
span { border-color: rgb(210,22,105); }
td.TdClassName
{
border-color: #D21669;
}
.TagClassName
{
border-color: #D21669;
}
</style>