Shades of Ruby #D20D6F
Tints of Ruby #D20D6F
RGB
CMYK
RGB Variations
Color information
#D20D6F (or 0xD20D6F) is known color: Ruby. HEX triplet: D2, 0D and 6F. RGB value is (210,13,111). Sum of RGB (Red+Green+Blue) = 210+13+111=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D6F is #2DF290. Grayscale: #525252. Windows color (decimal): -3011217 or 7278034. OLE color: 7278034.
HSL color Cylindrical-coordinate representation of color #D20D6F: hue angle of 330.15º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D6F is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 111 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.18 |
| HSL | 330.15º | 0.88% | 0.44% | - |
| HSV(B) | 330.15º | 0.94% | 0.82% | - |
| XYZ | 29.59 | 15.14 | 16.4 | - |
| YUV | 83.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 111 | 0 | 0.94 | 0.47 | 0.18 | 330.15 | 0.88 | 0.44 |
| Hex | D2 | D | 6F | 0 | 5E | 2F | 12 | 14A | 58 | 2C |
| Octal | 322 | 15 | 157 | 0 | 136 | 57 | 22 | 512 | 130 | 54 |
| Binary | 11010010 | 1101 | 1101111 | 0 | 1011110 | 101111 | 10010 | 101001010 | 1011000 | 101100 |
Color Harmonies of #D20D6F
Complementary color
Monochromatic Colors of #D20D6F
Black with #D20D6F
Text Example
Text Example
White with #D20D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D6F; }
p { color: rgb(210,13,111); }
H1.HeaderClassName
{
color: #D20D6F;
}
.AnyTagClassName
{
color: #D20D6F;
}
</style>
background-color css
<style>
a { background-color: #D20D6F; }
a { background-color: rgb(210,13,111); }
div.DivClassName
{
background-color: #D20D6F;
}
.BgClassName
{
background-color: #D20D6F;
}
</style>
border-color css
<style>
span { border-color: #D20D6F; }
span { border-color: rgb(210,13,111); }
td.TdClassName
{
border-color: #D20D6F;
}
.TagClassName
{
border-color: #D20D6F;
}
</style>