Shades of Ruby #D21C6E
Tints of Ruby #D21C6E
RGB
CMYK
RGB Variations
Color information
#D21C6E (or 0xD21C6E) is known color: Ruby. HEX triplet: D2, 1C and 6E. RGB value is (210,28,110). Sum of RGB (Red+Green+Blue) = 210+28+110=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C6E is #2DE391. Grayscale: #5B5B5B. Windows color (decimal): -3007378 or 7216338. OLE color: 7216338.
HSL color Cylindrical-coordinate representation of color #D21C6E: hue angle of 332.97º 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 #D21C6E is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 110 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.18 |
| HSL | 332.97º | 0.76% | 0.47% | - |
| HSV(B) | 332.97º | 0.87% | 0.82% | - |
| XYZ | 29.81 | 15.66 | 16.2 | - |
| YUV | 91.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 110 | 0 | 0.87 | 0.48 | 0.18 | 332.97 | 0.76 | 0.47 |
| Hex | D2 | 1C | 6E | 0 | 57 | 30 | 12 | 14D | 4C | 2F |
| Octal | 322 | 34 | 156 | 0 | 127 | 60 | 22 | 515 | 114 | 57 |
| Binary | 11010010 | 11100 | 1101110 | 0 | 1010111 | 110000 | 10010 | 101001101 | 1001100 | 101111 |
Color Harmonies of #D21C6E
Complementary color
Monochromatic Colors of #D21C6E
Black with #D21C6E
Text Example
Text Example
White with #D21C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C6E; }
p { color: rgb(210,28,110); }
H1.HeaderClassName
{
color: #D21C6E;
}
.AnyTagClassName
{
color: #D21C6E;
}
</style>
background-color css
<style>
a { background-color: #D21C6E; }
a { background-color: rgb(210,28,110); }
div.DivClassName
{
background-color: #D21C6E;
}
.BgClassName
{
background-color: #D21C6E;
}
</style>
border-color css
<style>
span { border-color: #D21C6E; }
span { border-color: rgb(210,28,110); }
td.TdClassName
{
border-color: #D21C6E;
}
.TagClassName
{
border-color: #D21C6E;
}
</style>