Shades of Ruby #D21B6C
Tints of Ruby #D21B6C
RGB
CMYK
RGB Variations
Color information
#D21B6C (or 0xD21B6C) is known color: Ruby. HEX triplet: D2, 1B and 6C. RGB value is (210,27,108). Sum of RGB (Red+Green+Blue) = 210+27+108=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B6C is #2DE493. Grayscale: #5A5A5A. Windows color (decimal): -3007636 or 7085010. OLE color: 7085010.
HSL color Cylindrical-coordinate representation of color #D21B6C: hue angle of 333.44º 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 #D21B6C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 108 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.18 |
| HSL | 333.44º | 0.77% | 0.46% | - |
| HSV(B) | 333.44º | 0.87% | 0.82% | - |
| XYZ | 29.68 | 15.57 | 15.63 | - |
| YUV | 90.95 | 137.63 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 108 | 0 | 0.87 | 0.49 | 0.18 | 333.44 | 0.77 | 0.46 |
| Hex | D2 | 1B | 6C | 0 | 57 | 31 | 12 | 14D | 4D | 2E |
| Octal | 322 | 33 | 154 | 0 | 127 | 61 | 22 | 515 | 115 | 56 |
| Binary | 11010010 | 11011 | 1101100 | 0 | 1010111 | 110001 | 10010 | 101001101 | 1001101 | 101110 |
Color Harmonies of #D21B6C
Complementary color
Monochromatic Colors of #D21B6C
Black with #D21B6C
Text Example
Text Example
White with #D21B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B6C; }
p { color: rgb(210,27,108); }
H1.HeaderClassName
{
color: #D21B6C;
}
.AnyTagClassName
{
color: #D21B6C;
}
</style>
background-color css
<style>
a { background-color: #D21B6C; }
a { background-color: rgb(210,27,108); }
div.DivClassName
{
background-color: #D21B6C;
}
.BgClassName
{
background-color: #D21B6C;
}
</style>
border-color css
<style>
span { border-color: #D21B6C; }
span { border-color: rgb(210,27,108); }
td.TdClassName
{
border-color: #D21B6C;
}
.TagClassName
{
border-color: #D21B6C;
}
</style>