Shades of Ruby #D20763
Tints of Ruby #D20763
RGB
CMYK
RGB Variations
Color information
#D20763 (or 0xD20763) is known color: Ruby. HEX triplet: D2, 07 and 63. RGB value is (210,7,99). Sum of RGB (Red+Green+Blue) = 210+7+99=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D20763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20763 is #2DF89C. Grayscale: #4E4E4E. Windows color (decimal): -3012765 or 6490066. OLE color: 6490066.
HSL color Cylindrical-coordinate representation of color #D20763: hue angle of 332.81º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20763 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.18 |
| HSL | 332.81º | 0.94% | 0.43% | - |
| HSV(B) | 332.81º | 0.97% | 0.82% | - |
| XYZ | 28.91 | 14.75 | 13.13 | - |
| YUV | 78.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 99 | 0 | 0.97 | 0.53 | 0.18 | 332.81 | 0.94 | 0.43 |
| Hex | D2 | 7 | 63 | 0 | 61 | 35 | 12 | 14D | 5E | 2B |
| Octal | 322 | 7 | 143 | 0 | 141 | 65 | 22 | 515 | 136 | 53 |
| Binary | 11010010 | 111 | 1100011 | 0 | 1100001 | 110101 | 10010 | 101001101 | 1011110 | 101011 |
Color Harmonies of #D20763
Complementary color
Monochromatic Colors of #D20763
Black with #D20763
Text Example
Text Example
White with #D20763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20763; }
p { color: rgb(210,7,99); }
H1.HeaderClassName
{
color: #D20763;
}
.AnyTagClassName
{
color: #D20763;
}
</style>
background-color css
<style>
a { background-color: #D20763; }
a { background-color: rgb(210,7,99); }
div.DivClassName
{
background-color: #D20763;
}
.BgClassName
{
background-color: #D20763;
}
</style>
border-color css
<style>
span { border-color: #D20763; }
span { border-color: rgb(210,7,99); }
td.TdClassName
{
border-color: #D20763;
}
.TagClassName
{
border-color: #D20763;
}
</style>