Shades of Ruby #D0085E
Tints of Ruby #D0085E
RGB
CMYK
RGB Variations
Color information
#D0085E (or 0xD0085E) is known color: Ruby. HEX triplet: D0, 08 and 5E. RGB value is (208,8,94). Sum of RGB (Red+Green+Blue) = 208+8+94=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D0085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0085E is #2FF7A1. Grayscale: #4D4D4D. Windows color (decimal): -3143586 or 6162640. OLE color: 6162640.
HSL color Cylindrical-coordinate representation of color #D0085E: hue angle of 334.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0085E is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.18 |
| HSL | 334.2º | 0.93% | 0.42% | - |
| HSV(B) | 334.2º | 0.96% | 0.82% | - |
| XYZ | 28.12 | 14.39 | 11.89 | - |
| YUV | 77.6 | 137.26 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 94 | 0 | 0.96 | 0.55 | 0.18 | 334.2 | 0.93 | 0.42 |
| Hex | D0 | 8 | 5E | 0 | 60 | 37 | 12 | 14E | 5D | 2A |
| Octal | 320 | 10 | 136 | 0 | 140 | 67 | 22 | 516 | 135 | 52 |
| Binary | 11010000 | 1000 | 1011110 | 0 | 1100000 | 110111 | 10010 | 101001110 | 1011101 | 101010 |
Color Harmonies of #D0085E
Complementary color
Monochromatic Colors of #D0085E
Black with #D0085E
Text Example
Text Example
White with #D0085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0085E; }
p { color: rgb(208,8,94); }
H1.HeaderClassName
{
color: #D0085E;
}
.AnyTagClassName
{
color: #D0085E;
}
</style>
background-color css
<style>
a { background-color: #D0085E; }
a { background-color: rgb(208,8,94); }
div.DivClassName
{
background-color: #D0085E;
}
.BgClassName
{
background-color: #D0085E;
}
</style>
border-color css
<style>
span { border-color: #D0085E; }
span { border-color: rgb(208,8,94); }
td.TdClassName
{
border-color: #D0085E;
}
.TagClassName
{
border-color: #D0085E;
}
</style>