Shades of Ruby #DB206A
Tints of Ruby #DB206A
RGB
CMYK
RGB Variations
Color information
#DB206A (or 0xDB206A) is known color: Ruby. HEX triplet: DB, 20 and 6A. RGB value is (219,32,106). Sum of RGB (Red+Green+Blue) = 219+32+106=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB206A is #24DF95. Grayscale: #606060. Windows color (decimal): -2416534 or 6955227. OLE color: 6955227.
HSL color Cylindrical-coordinate representation of color #DB206A: hue angle of 336.26º 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 #DB206A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 106 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.14 |
| HSL | 336.26º | 0.75% | 0.49% | - |
| HSV(B) | 336.26º | 0.85% | 0.86% | - |
| XYZ | 32.33 | 17.13 | 15.24 | - |
| YUV | 96.35 | 133.45 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 106 | 0 | 0.85 | 0.52 | 0.14 | 336.26 | 0.75 | 0.49 |
| Hex | DB | 20 | 6A | 0 | 55 | 34 | E | 150 | 4B | 31 |
| Octal | 333 | 40 | 152 | 0 | 125 | 64 | 16 | 520 | 113 | 61 |
| Binary | 11011011 | 100000 | 1101010 | 0 | 1010101 | 110100 | 1110 | 101010000 | 1001011 | 110001 |
Color Harmonies of #DB206A
Complementary color
Monochromatic Colors of #DB206A
Black with #DB206A
Text Example
Text Example
White with #DB206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB206A; }
p { color: rgb(219,32,106); }
H1.HeaderClassName
{
color: #DB206A;
}
.AnyTagClassName
{
color: #DB206A;
}
</style>
background-color css
<style>
a { background-color: #DB206A; }
a { background-color: rgb(219,32,106); }
div.DivClassName
{
background-color: #DB206A;
}
.BgClassName
{
background-color: #DB206A;
}
</style>
border-color css
<style>
span { border-color: #DB206A; }
span { border-color: rgb(219,32,106); }
td.TdClassName
{
border-color: #DB206A;
}
.TagClassName
{
border-color: #DB206A;
}
</style>