Shades of Ruby #D21C71
Tints of Ruby #D21C71
RGB
CMYK
RGB Variations
Color information
#D21C71 (or 0xD21C71) is known color: Ruby. HEX triplet: D2, 1C and 71. RGB value is (210,28,113). Sum of RGB (Red+Green+Blue) = 210+28+113=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C71 is #2DE38E. Grayscale: #5B5B5B. Windows color (decimal): -3007375 or 7412946. OLE color: 7412946.
HSL color Cylindrical-coordinate representation of color #D21C71: hue angle of 331.98º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C71 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 113 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.18 |
| HSL | 331.98º | 0.76% | 0.47% | - |
| HSV(B) | 331.98º | 0.87% | 0.82% | - |
| XYZ | 29.97 | 15.72 | 17.08 | - |
| YUV | 92.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 113 | 0 | 0.87 | 0.46 | 0.18 | 331.98 | 0.76 | 0.47 |
| Hex | D2 | 1C | 71 | 0 | 57 | 2E | 12 | 14C | 4C | 2F |
| Octal | 322 | 34 | 161 | 0 | 127 | 56 | 22 | 514 | 114 | 57 |
| Binary | 11010010 | 11100 | 1110001 | 0 | 1010111 | 101110 | 10010 | 101001100 | 1001100 | 101111 |
Color Harmonies of #D21C71
Complementary color
Monochromatic Colors of #D21C71
Black with #D21C71
Text Example
Text Example
White with #D21C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C71; }
p { color: rgb(210,28,113); }
H1.HeaderClassName
{
color: #D21C71;
}
.AnyTagClassName
{
color: #D21C71;
}
</style>
background-color css
<style>
a { background-color: #D21C71; }
a { background-color: rgb(210,28,113); }
div.DivClassName
{
background-color: #D21C71;
}
.BgClassName
{
background-color: #D21C71;
}
</style>
border-color css
<style>
span { border-color: #D21C71; }
span { border-color: rgb(210,28,113); }
td.TdClassName
{
border-color: #D21C71;
}
.TagClassName
{
border-color: #D21C71;
}
</style>