Shades of Ruby #D9206F
Tints of Ruby #D9206F
RGB
CMYK
RGB Variations
Color information
#D9206F (or 0xD9206F) is known color: Ruby. HEX triplet: D9, 20 and 6F. RGB value is (217,32,111). Sum of RGB (Red+Green+Blue) = 217+32+111=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9206F is #26DF90. Grayscale: #606060. Windows color (decimal): -2547601 or 7282905. OLE color: 7282905.
HSL color Cylindrical-coordinate representation of color #D9206F: hue angle of 334.38º 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 #D9206F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 111 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.15 |
| HSL | 334.38º | 0.74% | 0.49% | - |
| HSV(B) | 334.38º | 0.85% | 0.85% | - |
| XYZ | 32 | 16.93 | 16.62 | - |
| YUV | 96.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 111 | 0 | 0.85 | 0.49 | 0.15 | 334.38 | 0.74 | 0.49 |
| Hex | D9 | 20 | 6F | 0 | 55 | 31 | F | 14E | 4A | 31 |
| Octal | 331 | 40 | 157 | 0 | 125 | 61 | 17 | 516 | 112 | 61 |
| Binary | 11011001 | 100000 | 1101111 | 0 | 1010101 | 110001 | 1111 | 101001110 | 1001010 | 110001 |
Color Harmonies of #D9206F
Complementary color
Monochromatic Colors of #D9206F
Black with #D9206F
Text Example
Text Example
White with #D9206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9206F; }
p { color: rgb(217,32,111); }
H1.HeaderClassName
{
color: #D9206F;
}
.AnyTagClassName
{
color: #D9206F;
}
</style>
background-color css
<style>
a { background-color: #D9206F; }
a { background-color: rgb(217,32,111); }
div.DivClassName
{
background-color: #D9206F;
}
.BgClassName
{
background-color: #D9206F;
}
</style>
border-color css
<style>
span { border-color: #D9206F; }
span { border-color: rgb(217,32,111); }
td.TdClassName
{
border-color: #D9206F;
}
.TagClassName
{
border-color: #D9206F;
}
</style>