Shades of Ruby #DB206F
Tints of Ruby #DB206F
RGB
CMYK
RGB Variations
Color information
#DB206F (or 0xDB206F) is known color: Ruby. HEX triplet: DB, 20 and 6F. RGB value is (219,32,111). Sum of RGB (Red+Green+Blue) = 219+32+111=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB206F is #24DF90. Grayscale: #606060. Windows color (decimal): -2416529 or 7282907. OLE color: 7282907.
HSL color Cylindrical-coordinate representation of color #DB206F: hue angle of 334.65º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB206F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 111 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.14 |
| HSL | 334.65º | 0.75% | 0.49% | - |
| HSV(B) | 334.65º | 0.85% | 0.86% | - |
| XYZ | 32.6 | 17.24 | 16.65 | - |
| YUV | 96.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 111 | 0 | 0.85 | 0.49 | 0.14 | 334.65 | 0.75 | 0.49 |
| Hex | DB | 20 | 6F | 0 | 55 | 31 | E | 14F | 4B | 31 |
| Octal | 333 | 40 | 157 | 0 | 125 | 61 | 16 | 517 | 113 | 61 |
| Binary | 11011011 | 100000 | 1101111 | 0 | 1010101 | 110001 | 1110 | 101001111 | 1001011 | 110001 |
Color Harmonies of #DB206F
Complementary color
Monochromatic Colors of #DB206F
Black with #DB206F
Text Example
Text Example
White with #DB206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB206F; }
p { color: rgb(219,32,111); }
H1.HeaderClassName
{
color: #DB206F;
}
.AnyTagClassName
{
color: #DB206F;
}
</style>
background-color css
<style>
a { background-color: #DB206F; }
a { background-color: rgb(219,32,111); }
div.DivClassName
{
background-color: #DB206F;
}
.BgClassName
{
background-color: #DB206F;
}
</style>
border-color css
<style>
span { border-color: #DB206F; }
span { border-color: rgb(219,32,111); }
td.TdClassName
{
border-color: #DB206F;
}
.TagClassName
{
border-color: #DB206F;
}
</style>