Shades of Ruby #D20862
Tints of Ruby #D20862
RGB
CMYK
RGB Variations
Color information
#D20862 (or 0xD20862) is known color: Ruby. HEX triplet: D2, 08 and 62. RGB value is (210,8,98). Sum of RGB (Red+Green+Blue) = 210+8+98=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D20862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20862 is #2DF79D. Grayscale: #4E4E4E. Windows color (decimal): -3012510 or 6424786. OLE color: 6424786.
HSL color Cylindrical-coordinate representation of color #D20862: hue angle of 333.27º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20862 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 98 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.18 |
| HSL | 333.27º | 0.93% | 0.43% | - |
| HSV(B) | 333.27º | 0.96% | 0.82% | - |
| XYZ | 28.87 | 14.76 | 12.88 | - |
| YUV | 78.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 98 | 0 | 0.96 | 0.53 | 0.18 | 333.27 | 0.93 | 0.43 |
| Hex | D2 | 8 | 62 | 0 | 60 | 35 | 12 | 14D | 5D | 2B |
| Octal | 322 | 10 | 142 | 0 | 140 | 65 | 22 | 515 | 135 | 53 |
| Binary | 11010010 | 1000 | 1100010 | 0 | 1100000 | 110101 | 10010 | 101001101 | 1011101 | 101011 |
Color Harmonies of #D20862
Complementary color
Monochromatic Colors of #D20862
Black with #D20862
Text Example
Text Example
White with #D20862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20862; }
p { color: rgb(210,8,98); }
H1.HeaderClassName
{
color: #D20862;
}
.AnyTagClassName
{
color: #D20862;
}
</style>
background-color css
<style>
a { background-color: #D20862; }
a { background-color: rgb(210,8,98); }
div.DivClassName
{
background-color: #D20862;
}
.BgClassName
{
background-color: #D20862;
}
</style>
border-color css
<style>
span { border-color: #D20862; }
span { border-color: rgb(210,8,98); }
td.TdClassName
{
border-color: #D20862;
}
.TagClassName
{
border-color: #D20862;
}
</style>