Shades of Ruby #D0085F
Tints of Ruby #D0085F
RGB
CMYK
RGB Variations
Color information
#D0085F (or 0xD0085F) is known color: Ruby. HEX triplet: D0, 08 and 5F. RGB value is (208,8,95). Sum of RGB (Red+Green+Blue) = 208+8+95=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D0085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0085F is #2FF7A0. Grayscale: #4D4D4D. Windows color (decimal): -3143585 or 6228176. OLE color: 6228176.
HSL color Cylindrical-coordinate representation of color #D0085F: hue angle of 333.9º 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 #D0085F is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 95 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.18 |
| HSL | 333.9º | 0.93% | 0.42% | - |
| HSV(B) | 333.9º | 0.96% | 0.82% | - |
| XYZ | 28.16 | 14.41 | 12.12 | - |
| YUV | 77.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 95 | 0 | 0.96 | 0.54 | 0.18 | 333.9 | 0.93 | 0.42 |
| Hex | D0 | 8 | 5F | 0 | 60 | 36 | 12 | 14E | 5D | 2A |
| Octal | 320 | 10 | 137 | 0 | 140 | 66 | 22 | 516 | 135 | 52 |
| Binary | 11010000 | 1000 | 1011111 | 0 | 1100000 | 110110 | 10010 | 101001110 | 1011101 | 101010 |
Color Harmonies of #D0085F
Complementary color
Monochromatic Colors of #D0085F
Black with #D0085F
Text Example
Text Example
White with #D0085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0085F; }
p { color: rgb(208,8,95); }
H1.HeaderClassName
{
color: #D0085F;
}
.AnyTagClassName
{
color: #D0085F;
}
</style>
background-color css
<style>
a { background-color: #D0085F; }
a { background-color: rgb(208,8,95); }
div.DivClassName
{
background-color: #D0085F;
}
.BgClassName
{
background-color: #D0085F;
}
</style>
border-color css
<style>
span { border-color: #D0085F; }
span { border-color: rgb(208,8,95); }
td.TdClassName
{
border-color: #D0085F;
}
.TagClassName
{
border-color: #D0085F;
}
</style>