Shades of Ruby #D21B6E
Tints of Ruby #D21B6E
RGB
CMYK
RGB Variations
Color information
#D21B6E (or 0xD21B6E) is known color: Ruby. HEX triplet: D2, 1B and 6E. RGB value is (210,27,110). Sum of RGB (Red+Green+Blue) = 210+27+110=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B6E is #2DE491. Grayscale: #5B5B5B. Windows color (decimal): -3007634 or 7216082. OLE color: 7216082.
HSL color Cylindrical-coordinate representation of color #D21B6E: hue angle of 332.79º 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 #D21B6E is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 110 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.18 |
| HSL | 332.79º | 0.77% | 0.46% | - |
| HSV(B) | 332.79º | 0.87% | 0.82% | - |
| XYZ | 29.78 | 15.61 | 16.2 | - |
| YUV | 91.18 | 138.63 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 110 | 0 | 0.87 | 0.48 | 0.18 | 332.79 | 0.77 | 0.46 |
| Hex | D2 | 1B | 6E | 0 | 57 | 30 | 12 | 14D | 4D | 2E |
| Octal | 322 | 33 | 156 | 0 | 127 | 60 | 22 | 515 | 115 | 56 |
| Binary | 11010010 | 11011 | 1101110 | 0 | 1010111 | 110000 | 10010 | 101001101 | 1001101 | 101110 |
Color Harmonies of #D21B6E
Complementary color
Monochromatic Colors of #D21B6E
Black with #D21B6E
Text Example
Text Example
White with #D21B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B6E; }
p { color: rgb(210,27,110); }
H1.HeaderClassName
{
color: #D21B6E;
}
.AnyTagClassName
{
color: #D21B6E;
}
</style>
background-color css
<style>
a { background-color: #D21B6E; }
a { background-color: rgb(210,27,110); }
div.DivClassName
{
background-color: #D21B6E;
}
.BgClassName
{
background-color: #D21B6E;
}
</style>
border-color css
<style>
span { border-color: #D21B6E; }
span { border-color: rgb(210,27,110); }
td.TdClassName
{
border-color: #D21B6E;
}
.TagClassName
{
border-color: #D21B6E;
}
</style>