Shades of Ruby #D21857
Tints of Ruby #D21857
RGB
CMYK
RGB Variations
Color information
#D21857 (or 0xD21857) is known color: Ruby. HEX triplet: D2, 18 and 57. RGB value is (210,24,87). Sum of RGB (Red+Green+Blue) = 210+24+87=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D21857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21857 is #2DE7A8. Grayscale: #565656. Windows color (decimal): -3008425 or 5707986. OLE color: 5707986.
HSL color Cylindrical-coordinate representation of color #D21857: hue angle of 339.68º degrees, saturation: 0.79, 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 #D21857 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 87 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.18 |
| HSL | 339.68º | 0.79% | 0.46% | - |
| HSV(B) | 339.68º | 0.89% | 0.82% | - |
| XYZ | 28.63 | 15.04 | 10.41 | - |
| YUV | 86.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 87 | 0 | 0.89 | 0.59 | 0.18 | 339.68 | 0.79 | 0.46 |
| Hex | D2 | 18 | 57 | 0 | 59 | 3B | 12 | 154 | 4F | 2E |
| Octal | 322 | 30 | 127 | 0 | 131 | 73 | 22 | 524 | 117 | 56 |
| Binary | 11010010 | 11000 | 1010111 | 0 | 1011001 | 111011 | 10010 | 101010100 | 1001111 | 101110 |
Color Harmonies of #D21857
Complementary color
Monochromatic Colors of #D21857
Black with #D21857
Text Example
Text Example
White with #D21857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21857; }
p { color: rgb(210,24,87); }
H1.HeaderClassName
{
color: #D21857;
}
.AnyTagClassName
{
color: #D21857;
}
</style>
background-color css
<style>
a { background-color: #D21857; }
a { background-color: rgb(210,24,87); }
div.DivClassName
{
background-color: #D21857;
}
.BgClassName
{
background-color: #D21857;
}
</style>
border-color css
<style>
span { border-color: #D21857; }
span { border-color: rgb(210,24,87); }
td.TdClassName
{
border-color: #D21857;
}
.TagClassName
{
border-color: #D21857;
}
</style>