Shades of Ruby #D20E6F
Tints of Ruby #D20E6F
RGB
CMYK
RGB Variations
Color information
#D20E6F (or 0xD20E6F) is known color: Ruby. HEX triplet: D2, 0E and 6F. RGB value is (210,14,111). Sum of RGB (Red+Green+Blue) = 210+14+111=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20E6F is #2DF190. Grayscale: #535353. Windows color (decimal): -3010961 or 7278290. OLE color: 7278290.
HSL color Cylindrical-coordinate representation of color #D20E6F: hue angle of 330.31º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E6F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 111 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.18 |
| HSL | 330.31º | 0.88% | 0.44% | - |
| HSV(B) | 330.31º | 0.93% | 0.82% | - |
| XYZ | 29.6 | 15.16 | 16.41 | - |
| YUV | 83.66 | 143.43 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 111 | 0 | 0.93 | 0.47 | 0.18 | 330.31 | 0.88 | 0.44 |
| Hex | D2 | E | 6F | 0 | 5D | 2F | 12 | 14A | 58 | 2C |
| Octal | 322 | 16 | 157 | 0 | 135 | 57 | 22 | 512 | 130 | 54 |
| Binary | 11010010 | 1110 | 1101111 | 0 | 1011101 | 101111 | 10010 | 101001010 | 1011000 | 101100 |
Color Harmonies of #D20E6F
Complementary color
Monochromatic Colors of #D20E6F
Black with #D20E6F
Text Example
Text Example
White with #D20E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E6F; }
p { color: rgb(210,14,111); }
H1.HeaderClassName
{
color: #D20E6F;
}
.AnyTagClassName
{
color: #D20E6F;
}
</style>
background-color css
<style>
a { background-color: #D20E6F; }
a { background-color: rgb(210,14,111); }
div.DivClassName
{
background-color: #D20E6F;
}
.BgClassName
{
background-color: #D20E6F;
}
</style>
border-color css
<style>
span { border-color: #D20E6F; }
span { border-color: rgb(210,14,111); }
td.TdClassName
{
border-color: #D20E6F;
}
.TagClassName
{
border-color: #D20E6F;
}
</style>