Shades of Ruby #D2065E
Tints of Ruby #D2065E
RGB
CMYK
RGB Variations
Color information
#D2065E (or 0xD2065E) is known color: Ruby. HEX triplet: D2, 06 and 5E. RGB value is (210,6,94). Sum of RGB (Red+Green+Blue) = 210+6+94=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2065E is #2DF9A1. Grayscale: #4C4C4C. Windows color (decimal): -3013026 or 6162130. OLE color: 6162130.
HSL color Cylindrical-coordinate representation of color #D2065E: hue angle of 334.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2065E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.18 |
| HSL | 334.12º | 0.94% | 0.42% | - |
| HSV(B) | 334.12º | 0.97% | 0.82% | - |
| XYZ | 28.66 | 14.64 | 11.9 | - |
| YUV | 77.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 94 | 0 | 0.97 | 0.55 | 0.18 | 334.12 | 0.94 | 0.42 |
| Hex | D2 | 6 | 5E | 0 | 61 | 37 | 12 | 14E | 5E | 2A |
| Octal | 322 | 6 | 136 | 0 | 141 | 67 | 22 | 516 | 136 | 52 |
| Binary | 11010010 | 110 | 1011110 | 0 | 1100001 | 110111 | 10010 | 101001110 | 1011110 | 101010 |
Color Harmonies of #D2065E
Complementary color
Monochromatic Colors of #D2065E
Black with #D2065E
Text Example
Text Example
White with #D2065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2065E; }
p { color: rgb(210,6,94); }
H1.HeaderClassName
{
color: #D2065E;
}
.AnyTagClassName
{
color: #D2065E;
}
</style>
background-color css
<style>
a { background-color: #D2065E; }
a { background-color: rgb(210,6,94); }
div.DivClassName
{
background-color: #D2065E;
}
.BgClassName
{
background-color: #D2065E;
}
</style>
border-color css
<style>
span { border-color: #D2065E; }
span { border-color: rgb(210,6,94); }
td.TdClassName
{
border-color: #D2065E;
}
.TagClassName
{
border-color: #D2065E;
}
</style>