Shades of Ruby #D9205A
Tints of Ruby #D9205A
RGB
CMYK
RGB Variations
Color information
#D9205A (or 0xD9205A) is known color: Ruby. HEX triplet: D9, 20 and 5A. RGB value is (217,32,90). Sum of RGB (Red+Green+Blue) = 217+32+90=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D9205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9205A is #26DFA5. Grayscale: #5D5D5D. Windows color (decimal): -2547622 or 5906649. OLE color: 5906649.
HSL color Cylindrical-coordinate representation of color #D9205A: hue angle of 341.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9205A is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 90 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.15 |
| HSL | 341.19º | 0.74% | 0.49% | - |
| HSV(B) | 341.19º | 0.85% | 0.85% | - |
| XYZ | 30.98 | 16.52 | 11.23 | - |
| YUV | 93.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 90 | 0 | 0.85 | 0.59 | 0.15 | 341.19 | 0.74 | 0.49 |
| Hex | D9 | 20 | 5A | 0 | 55 | 3B | F | 155 | 4A | 31 |
| Octal | 331 | 40 | 132 | 0 | 125 | 73 | 17 | 525 | 112 | 61 |
| Binary | 11011001 | 100000 | 1011010 | 0 | 1010101 | 111011 | 1111 | 101010101 | 1001010 | 110001 |
Color Harmonies of #D9205A
Complementary color
Monochromatic Colors of #D9205A
Black with #D9205A
Text Example
Text Example
White with #D9205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9205A; }
p { color: rgb(217,32,90); }
H1.HeaderClassName
{
color: #D9205A;
}
.AnyTagClassName
{
color: #D9205A;
}
</style>
background-color css
<style>
a { background-color: #D9205A; }
a { background-color: rgb(217,32,90); }
div.DivClassName
{
background-color: #D9205A;
}
.BgClassName
{
background-color: #D9205A;
}
</style>
border-color css
<style>
span { border-color: #D9205A; }
span { border-color: rgb(217,32,90); }
td.TdClassName
{
border-color: #D9205A;
}
.TagClassName
{
border-color: #D9205A;
}
</style>