Shades of Ruby #D21151
Tints of Ruby #D21151
RGB
CMYK
RGB Variations
Color information
#D21151 (or 0xD21151) is known color: Ruby. HEX triplet: D2, 11 and 51. RGB value is (210,17,81). Sum of RGB (Red+Green+Blue) = 210+17+81=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D21151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21151 is #2DEEAE. Grayscale: #515151. Windows color (decimal): -3010223 or 5312978. OLE color: 5312978.
HSL color Cylindrical-coordinate representation of color #D21151: hue angle of 340.1º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21151 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 81 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.18 |
| HSL | 340.1º | 0.85% | 0.45% | - |
| HSV(B) | 340.1º | 0.92% | 0.82% | - |
| XYZ | 28.26 | 14.7 | 9.13 | - |
| YUV | 82 | 127.44 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 81 | 0 | 0.92 | 0.61 | 0.18 | 340.1 | 0.85 | 0.45 |
| Hex | D2 | 11 | 51 | 0 | 5C | 3D | 12 | 154 | 55 | 2D |
| Octal | 322 | 21 | 121 | 0 | 134 | 75 | 22 | 524 | 125 | 55 |
| Binary | 11010010 | 10001 | 1010001 | 0 | 1011100 | 111101 | 10010 | 101010100 | 1010101 | 101101 |
Color Harmonies of #D21151
Complementary color
Monochromatic Colors of #D21151
Black with #D21151
Text Example
Text Example
White with #D21151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21151; }
p { color: rgb(210,17,81); }
H1.HeaderClassName
{
color: #D21151;
}
.AnyTagClassName
{
color: #D21151;
}
</style>
background-color css
<style>
a { background-color: #D21151; }
a { background-color: rgb(210,17,81); }
div.DivClassName
{
background-color: #D21151;
}
.BgClassName
{
background-color: #D21151;
}
</style>
border-color css
<style>
span { border-color: #D21151; }
span { border-color: rgb(210,17,81); }
td.TdClassName
{
border-color: #D21151;
}
.TagClassName
{
border-color: #D21151;
}
</style>