Shades of Ruby #D21B61
Tints of Ruby #D21B61
RGB
CMYK
RGB Variations
Color information
#D21B61 (or 0xD21B61) is known color: Ruby. HEX triplet: D2, 1B and 61. RGB value is (210,27,97). Sum of RGB (Red+Green+Blue) = 210+27+97=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B61 is #2DE49E. Grayscale: #595959. Windows color (decimal): -3007647 or 6364114. OLE color: 6364114.
HSL color Cylindrical-coordinate representation of color #D21B61: hue angle of 337.05º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B61 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 97 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.18 |
| HSL | 337.05º | 0.77% | 0.46% | - |
| HSV(B) | 337.05º | 0.87% | 0.82% | - |
| XYZ | 29.13 | 15.35 | 12.74 | - |
| YUV | 89.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 97 | 0 | 0.87 | 0.54 | 0.18 | 337.05 | 0.77 | 0.46 |
| Hex | D2 | 1B | 61 | 0 | 57 | 36 | 12 | 151 | 4D | 2E |
| Octal | 322 | 33 | 141 | 0 | 127 | 66 | 22 | 521 | 115 | 56 |
| Binary | 11010010 | 11011 | 1100001 | 0 | 1010111 | 110110 | 10010 | 101010001 | 1001101 | 101110 |
Color Harmonies of #D21B61
Complementary color
Monochromatic Colors of #D21B61
Black with #D21B61
Text Example
Text Example
White with #D21B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B61; }
p { color: rgb(210,27,97); }
H1.HeaderClassName
{
color: #D21B61;
}
.AnyTagClassName
{
color: #D21B61;
}
</style>
background-color css
<style>
a { background-color: #D21B61; }
a { background-color: rgb(210,27,97); }
div.DivClassName
{
background-color: #D21B61;
}
.BgClassName
{
background-color: #D21B61;
}
</style>
border-color css
<style>
span { border-color: #D21B61; }
span { border-color: rgb(210,27,97); }
td.TdClassName
{
border-color: #D21B61;
}
.TagClassName
{
border-color: #D21B61;
}
</style>