Shades of Ruby #D21C6B
Tints of Ruby #D21C6B
RGB
CMYK
RGB Variations
Color information
#D21C6B (or 0xD21C6B) is known color: Ruby. HEX triplet: D2, 1C and 6B. RGB value is (210,28,107). Sum of RGB (Red+Green+Blue) = 210+28+107=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C6B is #2DE394. Grayscale: #5B5B5B. Windows color (decimal): -3007381 or 7019730. OLE color: 7019730.
HSL color Cylindrical-coordinate representation of color #D21C6B: hue angle of 333.96º 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 #D21C6B is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 107 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.18 |
| HSL | 333.96º | 0.76% | 0.47% | - |
| HSV(B) | 333.96º | 0.87% | 0.82% | - |
| XYZ | 29.65 | 15.59 | 15.36 | - |
| YUV | 91.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 107 | 0 | 0.87 | 0.49 | 0.18 | 333.96 | 0.76 | 0.47 |
| Hex | D2 | 1C | 6B | 0 | 57 | 31 | 12 | 14E | 4C | 2F |
| Octal | 322 | 34 | 153 | 0 | 127 | 61 | 22 | 516 | 114 | 57 |
| Binary | 11010010 | 11100 | 1101011 | 0 | 1010111 | 110001 | 10010 | 101001110 | 1001100 | 101111 |
Color Harmonies of #D21C6B
Complementary color
Monochromatic Colors of #D21C6B
Black with #D21C6B
Text Example
Text Example
White with #D21C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C6B; }
p { color: rgb(210,28,107); }
H1.HeaderClassName
{
color: #D21C6B;
}
.AnyTagClassName
{
color: #D21C6B;
}
</style>
background-color css
<style>
a { background-color: #D21C6B; }
a { background-color: rgb(210,28,107); }
div.DivClassName
{
background-color: #D21C6B;
}
.BgClassName
{
background-color: #D21C6B;
}
</style>
border-color css
<style>
span { border-color: #D21C6B; }
span { border-color: rgb(210,28,107); }
td.TdClassName
{
border-color: #D21C6B;
}
.TagClassName
{
border-color: #D21C6B;
}
</style>