Shades of Ruby #D20769
Tints of Ruby #D20769
RGB
CMYK
RGB Variations
Color information
#D20769 (or 0xD20769) is known color: Ruby. HEX triplet: D2, 07 and 69. RGB value is (210,7,105). Sum of RGB (Red+Green+Blue) = 210+7+105=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D20769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20769 is #2DF896. Grayscale: #4E4E4E. Windows color (decimal): -3012759 or 6883282. OLE color: 6883282.
HSL color Cylindrical-coordinate representation of color #D20769: hue angle of 331.03º 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 #D20769 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.18 |
| HSL | 331.03º | 0.94% | 0.43% | - |
| HSV(B) | 331.03º | 0.97% | 0.82% | - |
| XYZ | 29.2 | 14.87 | 14.7 | - |
| YUV | 78.87 | 142.75 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 105 | 0 | 0.97 | 0.50 | 0.18 | 331.03 | 0.94 | 0.43 |
| Hex | D2 | 7 | 69 | 0 | 61 | 32 | 12 | 14B | 5E | 2B |
| Octal | 322 | 7 | 151 | 0 | 141 | 62 | 22 | 513 | 136 | 53 |
| Binary | 11010010 | 111 | 1101001 | 0 | 1100001 | 110010 | 10010 | 101001011 | 1011110 | 101011 |
Color Harmonies of #D20769
Complementary color
Monochromatic Colors of #D20769
Black with #D20769
Text Example
Text Example
White with #D20769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20769; }
p { color: rgb(210,7,105); }
H1.HeaderClassName
{
color: #D20769;
}
.AnyTagClassName
{
color: #D20769;
}
</style>
background-color css
<style>
a { background-color: #D20769; }
a { background-color: rgb(210,7,105); }
div.DivClassName
{
background-color: #D20769;
}
.BgClassName
{
background-color: #D20769;
}
</style>
border-color css
<style>
span { border-color: #D20769; }
span { border-color: rgb(210,7,105); }
td.TdClassName
{
border-color: #D20769;
}
.TagClassName
{
border-color: #D20769;
}
</style>