Shades of Ruby #D20A5D
Tints of Ruby #D20A5D
RGB
CMYK
RGB Variations
Color information
#D20A5D (or 0xD20A5D) is known color: Ruby. HEX triplet: D2, 0A and 5D. RGB value is (210,10,93). Sum of RGB (Red+Green+Blue) = 210+10+93=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20A5D is #2DF5A2. Grayscale: #4F4F4F. Windows color (decimal): -3012003 or 6097618. OLE color: 6097618.
HSL color Cylindrical-coordinate representation of color #D20A5D: hue angle of 335.1º 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 #D20A5D is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 93 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.18 |
| HSL | 335.1º | 0.91% | 0.43% | - |
| HSV(B) | 335.1º | 0.95% | 0.82% | - |
| XYZ | 28.66 | 14.71 | 11.68 | - |
| YUV | 79.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 93 | 0 | 0.95 | 0.56 | 0.18 | 335.1 | 0.91 | 0.43 |
| Hex | D2 | A | 5D | 0 | 5F | 38 | 12 | 14F | 5B | 2B |
| Octal | 322 | 12 | 135 | 0 | 137 | 70 | 22 | 517 | 133 | 53 |
| Binary | 11010010 | 1010 | 1011101 | 0 | 1011111 | 111000 | 10010 | 101001111 | 1011011 | 101011 |
Color Harmonies of #D20A5D
Complementary color
Monochromatic Colors of #D20A5D
Black with #D20A5D
Text Example
Text Example
White with #D20A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20A5D; }
p { color: rgb(210,10,93); }
H1.HeaderClassName
{
color: #D20A5D;
}
.AnyTagClassName
{
color: #D20A5D;
}
</style>
background-color css
<style>
a { background-color: #D20A5D; }
a { background-color: rgb(210,10,93); }
div.DivClassName
{
background-color: #D20A5D;
}
.BgClassName
{
background-color: #D20A5D;
}
</style>
border-color css
<style>
span { border-color: #D20A5D; }
span { border-color: rgb(210,10,93); }
td.TdClassName
{
border-color: #D20A5D;
}
.TagClassName
{
border-color: #D20A5D;
}
</style>