Shades of Ruby #D2085E
Tints of Ruby #D2085E
RGB
CMYK
RGB Variations
Color information
#D2085E (or 0xD2085E) is known color: Ruby. HEX triplet: D2, 08 and 5E. RGB value is (210,8,94). Sum of RGB (Red+Green+Blue) = 210+8+94=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2085E is #2DF7A1. Grayscale: #4E4E4E. Windows color (decimal): -3012514 or 6162642. OLE color: 6162642.
HSL color Cylindrical-coordinate representation of color #D2085E: hue angle of 334.46º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2085E is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.18 |
| HSL | 334.46º | 0.93% | 0.43% | - |
| HSV(B) | 334.46º | 0.96% | 0.82% | - |
| XYZ | 28.69 | 14.68 | 11.91 | - |
| YUV | 78.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 94 | 0 | 0.96 | 0.55 | 0.18 | 334.46 | 0.93 | 0.43 |
| Hex | D2 | 8 | 5E | 0 | 60 | 37 | 12 | 14E | 5D | 2B |
| Octal | 322 | 10 | 136 | 0 | 140 | 67 | 22 | 516 | 135 | 53 |
| Binary | 11010010 | 1000 | 1011110 | 0 | 1100000 | 110111 | 10010 | 101001110 | 1011101 | 101011 |
Color Harmonies of #D2085E
Complementary color
Monochromatic Colors of #D2085E
Black with #D2085E
Text Example
Text Example
White with #D2085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2085E; }
p { color: rgb(210,8,94); }
H1.HeaderClassName
{
color: #D2085E;
}
.AnyTagClassName
{
color: #D2085E;
}
</style>
background-color css
<style>
a { background-color: #D2085E; }
a { background-color: rgb(210,8,94); }
div.DivClassName
{
background-color: #D2085E;
}
.BgClassName
{
background-color: #D2085E;
}
</style>
border-color css
<style>
span { border-color: #D2085E; }
span { border-color: rgb(210,8,94); }
td.TdClassName
{
border-color: #D2085E;
}
.TagClassName
{
border-color: #D2085E;
}
</style>