Shades of Ruby #D0076E
Tints of Ruby #D0076E
RGB
CMYK
RGB Variations
Color information
#D0076E (or 0xD0076E) is known color: Ruby. HEX triplet: D0, 07 and 6E. RGB value is (208,7,110). Sum of RGB (Red+Green+Blue) = 208+7+110=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0076E is #2FF891. Grayscale: #4E4E4E. Windows color (decimal): -3143826 or 7210960. OLE color: 7210960.
HSL color Cylindrical-coordinate representation of color #D0076E: hue angle of 329.25º 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 #D0076E is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.18 |
| HSL | 329.25º | 0.93% | 0.42% | - |
| HSV(B) | 329.25º | 0.97% | 0.82% | - |
| XYZ | 28.9 | 14.69 | 16.06 | - |
| YUV | 78.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 110 | 0 | 0.97 | 0.47 | 0.18 | 329.25 | 0.93 | 0.42 |
| Hex | D0 | 7 | 6E | 0 | 61 | 2F | 12 | 149 | 5D | 2A |
| Octal | 320 | 7 | 156 | 0 | 141 | 57 | 22 | 511 | 135 | 52 |
| Binary | 11010000 | 111 | 1101110 | 0 | 1100001 | 101111 | 10010 | 101001001 | 1011101 | 101010 |
Color Harmonies of #D0076E
Complementary color
Monochromatic Colors of #D0076E
Black with #D0076E
Text Example
Text Example
White with #D0076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0076E; }
p { color: rgb(208,7,110); }
H1.HeaderClassName
{
color: #D0076E;
}
.AnyTagClassName
{
color: #D0076E;
}
</style>
background-color css
<style>
a { background-color: #D0076E; }
a { background-color: rgb(208,7,110); }
div.DivClassName
{
background-color: #D0076E;
}
.BgClassName
{
background-color: #D0076E;
}
</style>
border-color css
<style>
span { border-color: #D0076E; }
span { border-color: rgb(208,7,110); }
td.TdClassName
{
border-color: #D0076E;
}
.TagClassName
{
border-color: #D0076E;
}
</style>