Shades of Ruby #D0085D
Tints of Ruby #D0085D
RGB
CMYK
RGB Variations
Color information
#D0085D (or 0xD0085D) is known color: Ruby. HEX triplet: D0, 08 and 5D. RGB value is (208,8,93). Sum of RGB (Red+Green+Blue) = 208+8+93=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0085D is #2FF7A2. Grayscale: #4D4D4D. Windows color (decimal): -3143587 or 6097104. OLE color: 6097104.
HSL color Cylindrical-coordinate representation of color #D0085D: hue angle of 334.5º 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 #D0085D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.18 |
| HSL | 334.5º | 0.93% | 0.42% | - |
| HSV(B) | 334.5º | 0.96% | 0.82% | - |
| XYZ | 28.08 | 14.37 | 11.65 | - |
| YUV | 77.49 | 136.76 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 93 | 0 | 0.96 | 0.55 | 0.18 | 334.5 | 0.93 | 0.42 |
| Hex | D0 | 8 | 5D | 0 | 60 | 37 | 12 | 14E | 5D | 2A |
| Octal | 320 | 10 | 135 | 0 | 140 | 67 | 22 | 516 | 135 | 52 |
| Binary | 11010000 | 1000 | 1011101 | 0 | 1100000 | 110111 | 10010 | 101001110 | 1011101 | 101010 |
Color Harmonies of #D0085D
Complementary color
Monochromatic Colors of #D0085D
Black with #D0085D
Text Example
Text Example
White with #D0085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0085D; }
p { color: rgb(208,8,93); }
H1.HeaderClassName
{
color: #D0085D;
}
.AnyTagClassName
{
color: #D0085D;
}
</style>
background-color css
<style>
a { background-color: #D0085D; }
a { background-color: rgb(208,8,93); }
div.DivClassName
{
background-color: #D0085D;
}
.BgClassName
{
background-color: #D0085D;
}
</style>
border-color css
<style>
span { border-color: #D0085D; }
span { border-color: rgb(208,8,93); }
td.TdClassName
{
border-color: #D0085D;
}
.TagClassName
{
border-color: #D0085D;
}
</style>