Shades of Ruby #D21665
Tints of Ruby #D21665
RGB
CMYK
RGB Variations
Color information
#D21665 (or 0xD21665) is known color: Ruby. HEX triplet: D2, 16 and 65. RGB value is (210,22,101). Sum of RGB (Red+Green+Blue) = 210+22+101=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D21665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21665 is #2DE99A. Grayscale: #575757. Windows color (decimal): -3008923 or 6624978. OLE color: 6624978.
HSL color Cylindrical-coordinate representation of color #D21665: hue angle of 334.79º 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 #D21665 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.18 |
| HSL | 334.79º | 0.81% | 0.45% | - |
| HSV(B) | 334.79º | 0.9% | 0.82% | - |
| XYZ | 29.21 | 15.22 | 13.71 | - |
| YUV | 87.22 | 135.78 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 101 | 0 | 0.90 | 0.52 | 0.18 | 334.79 | 0.81 | 0.45 |
| Hex | D2 | 16 | 65 | 0 | 5A | 34 | 12 | 14F | 51 | 2D |
| Octal | 322 | 26 | 145 | 0 | 132 | 64 | 22 | 517 | 121 | 55 |
| Binary | 11010010 | 10110 | 1100101 | 0 | 1011010 | 110100 | 10010 | 101001111 | 1010001 | 101101 |
Color Harmonies of #D21665
Complementary color
Monochromatic Colors of #D21665
Black with #D21665
Text Example
Text Example
White with #D21665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21665; }
p { color: rgb(210,22,101); }
H1.HeaderClassName
{
color: #D21665;
}
.AnyTagClassName
{
color: #D21665;
}
</style>
background-color css
<style>
a { background-color: #D21665; }
a { background-color: rgb(210,22,101); }
div.DivClassName
{
background-color: #D21665;
}
.BgClassName
{
background-color: #D21665;
}
</style>
border-color css
<style>
span { border-color: #D21665; }
span { border-color: rgb(210,22,101); }
td.TdClassName
{
border-color: #D21665;
}
.TagClassName
{
border-color: #D21665;
}
</style>