Shades of Ruby #DB206B
Tints of Ruby #DB206B
RGB
CMYK
RGB Variations
Color information
#DB206B (or 0xDB206B) is known color: Ruby. HEX triplet: DB, 20 and 6B. RGB value is (219,32,107). Sum of RGB (Red+Green+Blue) = 219+32+107=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB206B is #24DF94. Grayscale: #606060. Windows color (decimal): -2416533 or 7020763. OLE color: 7020763.
HSL color Cylindrical-coordinate representation of color #DB206B: hue angle of 335.94º 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 #DB206B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 107 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.14 |
| HSL | 335.94º | 0.75% | 0.49% | - |
| HSV(B) | 335.94º | 0.85% | 0.86% | - |
| XYZ | 32.38 | 17.15 | 15.51 | - |
| YUV | 96.46 | 133.95 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 107 | 0 | 0.85 | 0.51 | 0.14 | 335.94 | 0.75 | 0.49 |
| Hex | DB | 20 | 6B | 0 | 55 | 33 | E | 150 | 4B | 31 |
| Octal | 333 | 40 | 153 | 0 | 125 | 63 | 16 | 520 | 113 | 61 |
| Binary | 11011011 | 100000 | 1101011 | 0 | 1010101 | 110011 | 1110 | 101010000 | 1001011 | 110001 |
Color Harmonies of #DB206B
Complementary color
Monochromatic Colors of #DB206B
Black with #DB206B
Text Example
Text Example
White with #DB206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB206B; }
p { color: rgb(219,32,107); }
H1.HeaderClassName
{
color: #DB206B;
}
.AnyTagClassName
{
color: #DB206B;
}
</style>
background-color css
<style>
a { background-color: #DB206B; }
a { background-color: rgb(219,32,107); }
div.DivClassName
{
background-color: #DB206B;
}
.BgClassName
{
background-color: #DB206B;
}
</style>
border-color css
<style>
span { border-color: #DB206B; }
span { border-color: rgb(219,32,107); }
td.TdClassName
{
border-color: #DB206B;
}
.TagClassName
{
border-color: #DB206B;
}
</style>