Shades of Ruby #D21B6A
Tints of Ruby #D21B6A
RGB
CMYK
RGB Variations
Color information
#D21B6A (or 0xD21B6A) is known color: Ruby. HEX triplet: D2, 1B and 6A. RGB value is (210,27,106). Sum of RGB (Red+Green+Blue) = 210+27+106=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B6A is #2DE495. Grayscale: #5A5A5A. Windows color (decimal): -3007638 or 6953938. OLE color: 6953938.
HSL color Cylindrical-coordinate representation of color #D21B6A: hue angle of 334.1º 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 #D21B6A is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 106 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.18 |
| HSL | 334.1º | 0.77% | 0.46% | - |
| HSV(B) | 334.1º | 0.87% | 0.82% | - |
| XYZ | 29.57 | 15.53 | 15.07 | - |
| YUV | 90.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 106 | 0 | 0.87 | 0.50 | 0.18 | 334.1 | 0.77 | 0.46 |
| Hex | D2 | 1B | 6A | 0 | 57 | 32 | 12 | 14E | 4D | 2E |
| Octal | 322 | 33 | 152 | 0 | 127 | 62 | 22 | 516 | 115 | 56 |
| Binary | 11010010 | 11011 | 1101010 | 0 | 1010111 | 110010 | 10010 | 101001110 | 1001101 | 101110 |
Color Harmonies of #D21B6A
Complementary color
Monochromatic Colors of #D21B6A
Black with #D21B6A
Text Example
Text Example
White with #D21B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B6A; }
p { color: rgb(210,27,106); }
H1.HeaderClassName
{
color: #D21B6A;
}
.AnyTagClassName
{
color: #D21B6A;
}
</style>
background-color css
<style>
a { background-color: #D21B6A; }
a { background-color: rgb(210,27,106); }
div.DivClassName
{
background-color: #D21B6A;
}
.BgClassName
{
background-color: #D21B6A;
}
</style>
border-color css
<style>
span { border-color: #D21B6A; }
span { border-color: rgb(210,27,106); }
td.TdClassName
{
border-color: #D21B6A;
}
.TagClassName
{
border-color: #D21B6A;
}
</style>