Shades of Ruby #D20768
Tints of Ruby #D20768
RGB
CMYK
RGB Variations
Color information
#D20768 (or 0xD20768) is known color: Ruby. HEX triplet: D2, 07 and 68. RGB value is (210,7,104). Sum of RGB (Red+Green+Blue) = 210+7+104=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D20768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20768 is #2DF897. Grayscale: #4E4E4E. Windows color (decimal): -3012760 or 6817746. OLE color: 6817746.
HSL color Cylindrical-coordinate representation of color #D20768: hue angle of 331.33º 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 #D20768 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.18 |
| HSL | 331.33º | 0.94% | 0.43% | - |
| HSV(B) | 331.33º | 0.97% | 0.82% | - |
| XYZ | 29.15 | 14.85 | 14.43 | - |
| YUV | 78.76 | 142.25 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 104 | 0 | 0.97 | 0.50 | 0.18 | 331.33 | 0.94 | 0.43 |
| Hex | D2 | 7 | 68 | 0 | 61 | 32 | 12 | 14B | 5E | 2B |
| Octal | 322 | 7 | 150 | 0 | 141 | 62 | 22 | 513 | 136 | 53 |
| Binary | 11010010 | 111 | 1101000 | 0 | 1100001 | 110010 | 10010 | 101001011 | 1011110 | 101011 |
Color Harmonies of #D20768
Complementary color
Monochromatic Colors of #D20768
Black with #D20768
Text Example
Text Example
White with #D20768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20768; }
p { color: rgb(210,7,104); }
H1.HeaderClassName
{
color: #D20768;
}
.AnyTagClassName
{
color: #D20768;
}
</style>
background-color css
<style>
a { background-color: #D20768; }
a { background-color: rgb(210,7,104); }
div.DivClassName
{
background-color: #D20768;
}
.BgClassName
{
background-color: #D20768;
}
</style>
border-color css
<style>
span { border-color: #D20768; }
span { border-color: rgb(210,7,104); }
td.TdClassName
{
border-color: #D20768;
}
.TagClassName
{
border-color: #D20768;
}
</style>