Shades of Ruby #D20770
Tints of Ruby #D20770
RGB
CMYK
RGB Variations
Color information
#D20770 (or 0xD20770) is known color: Ruby. HEX triplet: D2, 07 and 70. RGB value is (210,7,112). Sum of RGB (Red+Green+Blue) = 210+7+112=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D20770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20770 is #2DF88F. Grayscale: #4F4F4F. Windows color (decimal): -3012752 or 7342034. OLE color: 7342034.
HSL color Cylindrical-coordinate representation of color #D20770: hue angle of 328.97º 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 #D20770 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.18 |
| HSL | 328.97º | 0.94% | 0.43% | - |
| HSV(B) | 328.97º | 0.97% | 0.82% | - |
| XYZ | 29.58 | 15.02 | 16.67 | - |
| YUV | 79.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 112 | 0 | 0.97 | 0.47 | 0.18 | 328.97 | 0.94 | 0.43 |
| Hex | D2 | 7 | 70 | 0 | 61 | 2F | 12 | 149 | 5E | 2B |
| Octal | 322 | 7 | 160 | 0 | 141 | 57 | 22 | 511 | 136 | 53 |
| Binary | 11010010 | 111 | 1110000 | 0 | 1100001 | 101111 | 10010 | 101001001 | 1011110 | 101011 |
Color Harmonies of #D20770
Complementary color
Monochromatic Colors of #D20770
Black with #D20770
Text Example
Text Example
White with #D20770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20770; }
p { color: rgb(210,7,112); }
H1.HeaderClassName
{
color: #D20770;
}
.AnyTagClassName
{
color: #D20770;
}
</style>
background-color css
<style>
a { background-color: #D20770; }
a { background-color: rgb(210,7,112); }
div.DivClassName
{
background-color: #D20770;
}
.BgClassName
{
background-color: #D20770;
}
</style>
border-color css
<style>
span { border-color: #D20770; }
span { border-color: rgb(210,7,112); }
td.TdClassName
{
border-color: #D20770;
}
.TagClassName
{
border-color: #D20770;
}
</style>