Shades of Ruby #D20A5E
Tints of Ruby #D20A5E
RGB
CMYK
RGB Variations
Color information
#D20A5E (or 0xD20A5E) is known color: Ruby. HEX triplet: D2, 0A and 5E. RGB value is (210,10,94). Sum of RGB (Red+Green+Blue) = 210+10+94=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20A5E is #2DF5A1. Grayscale: #4F4F4F. Windows color (decimal): -3012002 or 6163154. OLE color: 6163154.
HSL color Cylindrical-coordinate representation of color #D20A5E: hue angle of 334.8º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20A5E is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.18 |
| HSL | 334.8º | 0.91% | 0.43% | - |
| HSV(B) | 334.8º | 0.95% | 0.82% | - |
| XYZ | 28.71 | 14.73 | 11.92 | - |
| YUV | 79.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 94 | 0 | 0.95 | 0.55 | 0.18 | 334.8 | 0.91 | 0.43 |
| Hex | D2 | A | 5E | 0 | 5F | 37 | 12 | 14F | 5B | 2B |
| Octal | 322 | 12 | 136 | 0 | 137 | 67 | 22 | 517 | 133 | 53 |
| Binary | 11010010 | 1010 | 1011110 | 0 | 1011111 | 110111 | 10010 | 101001111 | 1011011 | 101011 |
Color Harmonies of #D20A5E
Complementary color
Monochromatic Colors of #D20A5E
Black with #D20A5E
Text Example
Text Example
White with #D20A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20A5E; }
p { color: rgb(210,10,94); }
H1.HeaderClassName
{
color: #D20A5E;
}
.AnyTagClassName
{
color: #D20A5E;
}
</style>
background-color css
<style>
a { background-color: #D20A5E; }
a { background-color: rgb(210,10,94); }
div.DivClassName
{
background-color: #D20A5E;
}
.BgClassName
{
background-color: #D20A5E;
}
</style>
border-color css
<style>
span { border-color: #D20A5E; }
span { border-color: rgb(210,10,94); }
td.TdClassName
{
border-color: #D20A5E;
}
.TagClassName
{
border-color: #D20A5E;
}
</style>