Shades of Ruby #D9205C
Tints of Ruby #D9205C
RGB
CMYK
RGB Variations
Color information
#D9205C (or 0xD9205C) is known color: Ruby. HEX triplet: D9, 20 and 5C. RGB value is (217,32,92). Sum of RGB (Red+Green+Blue) = 217+32+92=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D9205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9205C is #26DFA3. Grayscale: #5E5E5E. Windows color (decimal): -2547620 or 6037721. OLE color: 6037721.
HSL color Cylindrical-coordinate representation of color #D9205C: hue angle of 340.54º 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 #D9205C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 92 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.15 |
| HSL | 340.54º | 0.74% | 0.49% | - |
| HSV(B) | 340.54º | 0.85% | 0.85% | - |
| XYZ | 31.06 | 16.56 | 11.68 | - |
| YUV | 94.16 | 126.79 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 92 | 0 | 0.85 | 0.58 | 0.15 | 340.54 | 0.74 | 0.49 |
| Hex | D9 | 20 | 5C | 0 | 55 | 3A | F | 155 | 4A | 31 |
| Octal | 331 | 40 | 134 | 0 | 125 | 72 | 17 | 525 | 112 | 61 |
| Binary | 11011001 | 100000 | 1011100 | 0 | 1010101 | 111010 | 1111 | 101010101 | 1001010 | 110001 |
Color Harmonies of #D9205C
Complementary color
Monochromatic Colors of #D9205C
Black with #D9205C
Text Example
Text Example
White with #D9205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9205C; }
p { color: rgb(217,32,92); }
H1.HeaderClassName
{
color: #D9205C;
}
.AnyTagClassName
{
color: #D9205C;
}
</style>
background-color css
<style>
a { background-color: #D9205C; }
a { background-color: rgb(217,32,92); }
div.DivClassName
{
background-color: #D9205C;
}
.BgClassName
{
background-color: #D9205C;
}
</style>
border-color css
<style>
span { border-color: #D9205C; }
span { border-color: rgb(217,32,92); }
td.TdClassName
{
border-color: #D9205C;
}
.TagClassName
{
border-color: #D9205C;
}
</style>