Shades of Ruby #D20963
Tints of Ruby #D20963
RGB
CMYK
RGB Variations
Color information
#D20963 (or 0xD20963) is known color: Ruby. HEX triplet: D2, 09 and 63. RGB value is (210,9,99). Sum of RGB (Red+Green+Blue) = 210+9+99=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D20963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20963 is #2DF69C. Grayscale: #4F4F4F. Windows color (decimal): -3012253 or 6490578. OLE color: 6490578.
HSL color Cylindrical-coordinate representation of color #D20963: hue angle of 333.13º degrees, saturation: 0.92, 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 #D20963 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.18 |
| HSL | 333.13º | 0.92% | 0.43% | - |
| HSV(B) | 333.13º | 0.96% | 0.82% | - |
| XYZ | 28.93 | 14.8 | 13.14 | - |
| YUV | 79.36 | 139.09 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 99 | 0 | 0.96 | 0.53 | 0.18 | 333.13 | 0.92 | 0.43 |
| Hex | D2 | 9 | 63 | 0 | 60 | 35 | 12 | 14D | 5C | 2B |
| Octal | 322 | 11 | 143 | 0 | 140 | 65 | 22 | 515 | 134 | 53 |
| Binary | 11010010 | 1001 | 1100011 | 0 | 1100000 | 110101 | 10010 | 101001101 | 1011100 | 101011 |
Color Harmonies of #D20963
Complementary color
Monochromatic Colors of #D20963
Black with #D20963
Text Example
Text Example
White with #D20963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20963; }
p { color: rgb(210,9,99); }
H1.HeaderClassName
{
color: #D20963;
}
.AnyTagClassName
{
color: #D20963;
}
</style>
background-color css
<style>
a { background-color: #D20963; }
a { background-color: rgb(210,9,99); }
div.DivClassName
{
background-color: #D20963;
}
.BgClassName
{
background-color: #D20963;
}
</style>
border-color css
<style>
span { border-color: #D20963; }
span { border-color: rgb(210,9,99); }
td.TdClassName
{
border-color: #D20963;
}
.TagClassName
{
border-color: #D20963;
}
</style>