Shades of Ruby #D21F71
Tints of Ruby #D21F71
RGB
CMYK
RGB Variations
Color information
#D21F71 (or 0xD21F71) is known color: Ruby. HEX triplet: D2, 1F and 71. RGB value is (210,31,113). Sum of RGB (Red+Green+Blue) = 210+31+113=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F71 is #2DE08E. Grayscale: #5D5D5D. Windows color (decimal): -3006607 or 7413714. OLE color: 7413714.
HSL color Cylindrical-coordinate representation of color #D21F71: hue angle of 332.51º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F71 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 113 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.18 |
| HSL | 332.51º | 0.74% | 0.47% | - |
| HSV(B) | 332.51º | 0.85% | 0.82% | - |
| XYZ | 30.05 | 15.87 | 17.1 | - |
| YUV | 93.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 113 | 0 | 0.85 | 0.46 | 0.18 | 332.51 | 0.74 | 0.47 |
| Hex | D2 | 1F | 71 | 0 | 55 | 2E | 12 | 14D | 4A | 2F |
| Octal | 322 | 37 | 161 | 0 | 125 | 56 | 22 | 515 | 112 | 57 |
| Binary | 11010010 | 11111 | 1110001 | 0 | 1010101 | 101110 | 10010 | 101001101 | 1001010 | 101111 |
Color Harmonies of #D21F71
Complementary color
Monochromatic Colors of #D21F71
Black with #D21F71
Text Example
Text Example
White with #D21F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F71; }
p { color: rgb(210,31,113); }
H1.HeaderClassName
{
color: #D21F71;
}
.AnyTagClassName
{
color: #D21F71;
}
</style>
background-color css
<style>
a { background-color: #D21F71; }
a { background-color: rgb(210,31,113); }
div.DivClassName
{
background-color: #D21F71;
}
.BgClassName
{
background-color: #D21F71;
}
</style>
border-color css
<style>
span { border-color: #D21F71; }
span { border-color: rgb(210,31,113); }
td.TdClassName
{
border-color: #D21F71;
}
.TagClassName
{
border-color: #D21F71;
}
</style>