Shades of Ruby #D20765
Tints of Ruby #D20765
RGB
CMYK
RGB Variations
Color information
#D20765 (or 0xD20765) is known color: Ruby. HEX triplet: D2, 07 and 65. RGB value is (210,7,101). Sum of RGB (Red+Green+Blue) = 210+7+101=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D20765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20765 is #2DF89A. Grayscale: #4E4E4E. Windows color (decimal): -3012763 or 6621138. OLE color: 6621138.
HSL color Cylindrical-coordinate representation of color #D20765: hue angle of 332.22º 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 #D20765 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.18 |
| HSL | 332.22º | 0.94% | 0.43% | - |
| HSV(B) | 332.22º | 0.97% | 0.82% | - |
| XYZ | 29 | 14.79 | 13.64 | - |
| YUV | 78.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 101 | 0 | 0.97 | 0.52 | 0.18 | 332.22 | 0.94 | 0.43 |
| Hex | D2 | 7 | 65 | 0 | 61 | 34 | 12 | 14C | 5E | 2B |
| Octal | 322 | 7 | 145 | 0 | 141 | 64 | 22 | 514 | 136 | 53 |
| Binary | 11010010 | 111 | 1100101 | 0 | 1100001 | 110100 | 10010 | 101001100 | 1011110 | 101011 |
Color Harmonies of #D20765
Complementary color
Monochromatic Colors of #D20765
Black with #D20765
Text Example
Text Example
White with #D20765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20765; }
p { color: rgb(210,7,101); }
H1.HeaderClassName
{
color: #D20765;
}
.AnyTagClassName
{
color: #D20765;
}
</style>
background-color css
<style>
a { background-color: #D20765; }
a { background-color: rgb(210,7,101); }
div.DivClassName
{
background-color: #D20765;
}
.BgClassName
{
background-color: #D20765;
}
</style>
border-color css
<style>
span { border-color: #D20765; }
span { border-color: rgb(210,7,101); }
td.TdClassName
{
border-color: #D20765;
}
.TagClassName
{
border-color: #D20765;
}
</style>