Shades of Ruby #D21B69
Tints of Ruby #D21B69
RGB
CMYK
RGB Variations
Color information
#D21B69 (or 0xD21B69) is known color: Ruby. HEX triplet: D2, 1B and 69. RGB value is (210,27,105). Sum of RGB (Red+Green+Blue) = 210+27+105=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B69 is #2DE496. Grayscale: #5A5A5A. Windows color (decimal): -3007639 or 6888402. OLE color: 6888402.
HSL color Cylindrical-coordinate representation of color #D21B69: hue angle of 334.43º 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 #D21B69 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 105 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.18 |
| HSL | 334.43º | 0.77% | 0.46% | - |
| HSV(B) | 334.43º | 0.87% | 0.82% | - |
| XYZ | 29.52 | 15.51 | 14.8 | - |
| YUV | 90.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 105 | 0 | 0.87 | 0.50 | 0.18 | 334.43 | 0.77 | 0.46 |
| Hex | D2 | 1B | 69 | 0 | 57 | 32 | 12 | 14E | 4D | 2E |
| Octal | 322 | 33 | 151 | 0 | 127 | 62 | 22 | 516 | 115 | 56 |
| Binary | 11010010 | 11011 | 1101001 | 0 | 1010111 | 110010 | 10010 | 101001110 | 1001101 | 101110 |
Color Harmonies of #D21B69
Complementary color
Monochromatic Colors of #D21B69
Black with #D21B69
Text Example
Text Example
White with #D21B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B69; }
p { color: rgb(210,27,105); }
H1.HeaderClassName
{
color: #D21B69;
}
.AnyTagClassName
{
color: #D21B69;
}
</style>
background-color css
<style>
a { background-color: #D21B69; }
a { background-color: rgb(210,27,105); }
div.DivClassName
{
background-color: #D21B69;
}
.BgClassName
{
background-color: #D21B69;
}
</style>
border-color css
<style>
span { border-color: #D21B69; }
span { border-color: rgb(210,27,105); }
td.TdClassName
{
border-color: #D21B69;
}
.TagClassName
{
border-color: #D21B69;
}
</style>