Shades of Ruby #D21770
Tints of Ruby #D21770
RGB
CMYK
RGB Variations
Color information
#D21770 (or 0xD21770) is known color: Ruby. HEX triplet: D2, 17 and 70. RGB value is (210,23,112). Sum of RGB (Red+Green+Blue) = 210+23+112=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D21770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21770 is #2DE88F. Grayscale: #585858. Windows color (decimal): -3008656 or 7346130. OLE color: 7346130.
HSL color Cylindrical-coordinate representation of color #D21770: hue angle of 331.44º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21770 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 112 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.18 |
| HSL | 331.44º | 0.8% | 0.46% | - |
| HSV(B) | 331.44º | 0.89% | 0.82% | - |
| XYZ | 29.81 | 15.48 | 16.75 | - |
| YUV | 89.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 112 | 0 | 0.89 | 0.47 | 0.18 | 331.44 | 0.8 | 0.46 |
| Hex | D2 | 17 | 70 | 0 | 59 | 2F | 12 | 14B | 50 | 2E |
| Octal | 322 | 27 | 160 | 0 | 131 | 57 | 22 | 513 | 120 | 56 |
| Binary | 11010010 | 10111 | 1110000 | 0 | 1011001 | 101111 | 10010 | 101001011 | 1010000 | 101110 |
Color Harmonies of #D21770
Complementary color
Monochromatic Colors of #D21770
Black with #D21770
Text Example
Text Example
White with #D21770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21770; }
p { color: rgb(210,23,112); }
H1.HeaderClassName
{
color: #D21770;
}
.AnyTagClassName
{
color: #D21770;
}
</style>
background-color css
<style>
a { background-color: #D21770; }
a { background-color: rgb(210,23,112); }
div.DivClassName
{
background-color: #D21770;
}
.BgClassName
{
background-color: #D21770;
}
</style>
border-color css
<style>
span { border-color: #D21770; }
span { border-color: rgb(210,23,112); }
td.TdClassName
{
border-color: #D21770;
}
.TagClassName
{
border-color: #D21770;
}
</style>