Shades of Ruby #D2165A
Tints of Ruby #D2165A
RGB
CMYK
RGB Variations
Color information
#D2165A (or 0xD2165A) is known color: Ruby. HEX triplet: D2, 16 and 5A. RGB value is (210,22,90). Sum of RGB (Red+Green+Blue) = 210+22+90=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2165A is #2DE9A5. Grayscale: #555555. Windows color (decimal): -3008934 or 5904082. OLE color: 5904082.
HSL color Cylindrical-coordinate representation of color #D2165A: hue angle of 338.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2165A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 90 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.18 |
| HSL | 338.3º | 0.81% | 0.45% | - |
| HSV(B) | 338.3º | 0.9% | 0.82% | - |
| XYZ | 28.71 | 15.01 | 11.06 | - |
| YUV | 85.96 | 130.28 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 90 | 0 | 0.90 | 0.57 | 0.18 | 338.3 | 0.81 | 0.45 |
| Hex | D2 | 16 | 5A | 0 | 5A | 39 | 12 | 152 | 51 | 2D |
| Octal | 322 | 26 | 132 | 0 | 132 | 71 | 22 | 522 | 121 | 55 |
| Binary | 11010010 | 10110 | 1011010 | 0 | 1011010 | 111001 | 10010 | 101010010 | 1010001 | 101101 |
Color Harmonies of #D2165A
Complementary color
Monochromatic Colors of #D2165A
Black with #D2165A
Text Example
Text Example
White with #D2165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2165A; }
p { color: rgb(210,22,90); }
H1.HeaderClassName
{
color: #D2165A;
}
.AnyTagClassName
{
color: #D2165A;
}
</style>
background-color css
<style>
a { background-color: #D2165A; }
a { background-color: rgb(210,22,90); }
div.DivClassName
{
background-color: #D2165A;
}
.BgClassName
{
background-color: #D2165A;
}
</style>
border-color css
<style>
span { border-color: #D2165A; }
span { border-color: rgb(210,22,90); }
td.TdClassName
{
border-color: #D2165A;
}
.TagClassName
{
border-color: #D2165A;
}
</style>