Shades of Ruby #D21961
Tints of Ruby #D21961
RGB
CMYK
RGB Variations
Color information
#D21961 (or 0xD21961) is known color: Ruby. HEX triplet: D2, 19 and 61. RGB value is (210,25,97). Sum of RGB (Red+Green+Blue) = 210+25+97=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D21961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21961 is #2DE69E. Grayscale: #585858. Windows color (decimal): -3008159 or 6363602. OLE color: 6363602.
HSL color Cylindrical-coordinate representation of color #D21961: hue angle of 336.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21961 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 97 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.18 |
| HSL | 336.65º | 0.79% | 0.46% | - |
| HSV(B) | 336.65º | 0.88% | 0.82% | - |
| XYZ | 29.08 | 15.26 | 12.72 | - |
| YUV | 88.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 97 | 0 | 0.88 | 0.54 | 0.18 | 336.65 | 0.79 | 0.46 |
| Hex | D2 | 19 | 61 | 0 | 58 | 36 | 12 | 151 | 4F | 2E |
| Octal | 322 | 31 | 141 | 0 | 130 | 66 | 22 | 521 | 117 | 56 |
| Binary | 11010010 | 11001 | 1100001 | 0 | 1011000 | 110110 | 10010 | 101010001 | 1001111 | 101110 |
Color Harmonies of #D21961
Complementary color
Monochromatic Colors of #D21961
Black with #D21961
Text Example
Text Example
White with #D21961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21961; }
p { color: rgb(210,25,97); }
H1.HeaderClassName
{
color: #D21961;
}
.AnyTagClassName
{
color: #D21961;
}
</style>
background-color css
<style>
a { background-color: #D21961; }
a { background-color: rgb(210,25,97); }
div.DivClassName
{
background-color: #D21961;
}
.BgClassName
{
background-color: #D21961;
}
</style>
border-color css
<style>
span { border-color: #D21961; }
span { border-color: rgb(210,25,97); }
td.TdClassName
{
border-color: #D21961;
}
.TagClassName
{
border-color: #D21961;
}
</style>