Shades of Ruby #D3085D
Tints of Ruby #D3085D
RGB
CMYK
RGB Variations
Color information
#D3085D (or 0xD3085D) is known color: Ruby. HEX triplet: D3, 08 and 5D. RGB value is (211,8,93). Sum of RGB (Red+Green+Blue) = 211+8+93=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D3085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3085D is #2CF7A2. Grayscale: #4E4E4E. Windows color (decimal): -2946979 or 6097107. OLE color: 6097107.
HSL color Cylindrical-coordinate representation of color #D3085D: hue angle of 334.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3085D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.17 |
| HSL | 334.88º | 0.93% | 0.43% | - |
| HSV(B) | 334.88º | 0.96% | 0.83% | - |
| XYZ | 28.93 | 14.81 | 11.69 | - |
| YUV | 78.39 | 136.25 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 93 | 0 | 0.96 | 0.56 | 0.17 | 334.88 | 0.93 | 0.43 |
| Hex | D3 | 8 | 5D | 0 | 60 | 38 | 11 | 14F | 5D | 2B |
| Octal | 323 | 10 | 135 | 0 | 140 | 70 | 21 | 517 | 135 | 53 |
| Binary | 11010011 | 1000 | 1011101 | 0 | 1100000 | 111000 | 10001 | 101001111 | 1011101 | 101011 |
Color Harmonies of #D3085D
Complementary color
Monochromatic Colors of #D3085D
Black with #D3085D
Text Example
Text Example
White with #D3085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3085D; }
p { color: rgb(211,8,93); }
H1.HeaderClassName
{
color: #D3085D;
}
.AnyTagClassName
{
color: #D3085D;
}
</style>
background-color css
<style>
a { background-color: #D3085D; }
a { background-color: rgb(211,8,93); }
div.DivClassName
{
background-color: #D3085D;
}
.BgClassName
{
background-color: #D3085D;
}
</style>
border-color css
<style>
span { border-color: #D3085D; }
span { border-color: rgb(211,8,93); }
td.TdClassName
{
border-color: #D3085D;
}
.TagClassName
{
border-color: #D3085D;
}
</style>