Shades of Ruby #D21670
Tints of Ruby #D21670
RGB
CMYK
RGB Variations
Color information
#D21670 (or 0xD21670) is known color: Ruby. HEX triplet: D2, 16 and 70. RGB value is (210,22,112). Sum of RGB (Red+Green+Blue) = 210+22+112=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D21670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21670 is #2DE98F. Grayscale: #585858. Windows color (decimal): -3008912 or 7345874. OLE color: 7345874.
HSL color Cylindrical-coordinate representation of color #D21670: hue angle of 331.28º 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 #D21670 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 112 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.18 |
| HSL | 331.28º | 0.81% | 0.45% | - |
| HSV(B) | 331.28º | 0.9% | 0.82% | - |
| XYZ | 29.79 | 15.45 | 16.74 | - |
| YUV | 88.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 112 | 0 | 0.90 | 0.47 | 0.18 | 331.28 | 0.81 | 0.45 |
| Hex | D2 | 16 | 70 | 0 | 5A | 2F | 12 | 14B | 51 | 2D |
| Octal | 322 | 26 | 160 | 0 | 132 | 57 | 22 | 513 | 121 | 55 |
| Binary | 11010010 | 10110 | 1110000 | 0 | 1011010 | 101111 | 10010 | 101001011 | 1010001 | 101101 |
Color Harmonies of #D21670
Complementary color
Monochromatic Colors of #D21670
Black with #D21670
Text Example
Text Example
White with #D21670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21670; }
p { color: rgb(210,22,112); }
H1.HeaderClassName
{
color: #D21670;
}
.AnyTagClassName
{
color: #D21670;
}
</style>
background-color css
<style>
a { background-color: #D21670; }
a { background-color: rgb(210,22,112); }
div.DivClassName
{
background-color: #D21670;
}
.BgClassName
{
background-color: #D21670;
}
</style>
border-color css
<style>
span { border-color: #D21670; }
span { border-color: rgb(210,22,112); }
td.TdClassName
{
border-color: #D21670;
}
.TagClassName
{
border-color: #D21670;
}
</style>