Shades of Ruby #D00762
Tints of Ruby #D00762
RGB
CMYK
RGB Variations
Color information
#D00762 (or 0xD00762) is known color: Ruby. HEX triplet: D0, 07 and 62. RGB value is (208,7,98). Sum of RGB (Red+Green+Blue) = 208+7+98=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D00762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00762 is #2FF89D. Grayscale: #4D4D4D. Windows color (decimal): -3143838 or 6424528. OLE color: 6424528.
HSL color Cylindrical-coordinate representation of color #D00762: hue angle of 332.84º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00762 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 98 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.18 |
| HSL | 332.84º | 0.93% | 0.42% | - |
| HSV(B) | 332.84º | 0.97% | 0.82% | - |
| XYZ | 28.29 | 14.44 | 12.85 | - |
| YUV | 77.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 98 | 0 | 0.97 | 0.53 | 0.18 | 332.84 | 0.93 | 0.42 |
| Hex | D0 | 7 | 62 | 0 | 61 | 35 | 12 | 14D | 5D | 2A |
| Octal | 320 | 7 | 142 | 0 | 141 | 65 | 22 | 515 | 135 | 52 |
| Binary | 11010000 | 111 | 1100010 | 0 | 1100001 | 110101 | 10010 | 101001101 | 1011101 | 101010 |
Color Harmonies of #D00762
Complementary color
Monochromatic Colors of #D00762
Black with #D00762
Text Example
Text Example
White with #D00762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00762; }
p { color: rgb(208,7,98); }
H1.HeaderClassName
{
color: #D00762;
}
.AnyTagClassName
{
color: #D00762;
}
</style>
background-color css
<style>
a { background-color: #D00762; }
a { background-color: rgb(208,7,98); }
div.DivClassName
{
background-color: #D00762;
}
.BgClassName
{
background-color: #D00762;
}
</style>
border-color css
<style>
span { border-color: #D00762; }
span { border-color: rgb(208,7,98); }
td.TdClassName
{
border-color: #D00762;
}
.TagClassName
{
border-color: #D00762;
}
</style>