Shades of Ruby #DB1F6A
Tints of Ruby #DB1F6A
RGB
CMYK
RGB Variations
Color information
#DB1F6A (or 0xDB1F6A) is known color: Ruby. HEX triplet: DB, 1F and 6A. RGB value is (219,31,106). Sum of RGB (Red+Green+Blue) = 219+31+106=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F6A is #24E095. Grayscale: #5F5F5F. Windows color (decimal): -2416790 or 6954971. OLE color: 6954971.
HSL color Cylindrical-coordinate representation of color #DB1F6A: hue angle of 336.06º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F6A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 106 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.14 |
| HSL | 336.06º | 0.75% | 0.49% | - |
| HSV(B) | 336.06º | 0.86% | 0.86% | - |
| XYZ | 32.3 | 17.08 | 15.23 | - |
| YUV | 95.76 | 133.78 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 106 | 0 | 0.86 | 0.52 | 0.14 | 336.06 | 0.75 | 0.49 |
| Hex | DB | 1F | 6A | 0 | 56 | 34 | E | 150 | 4B | 31 |
| Octal | 333 | 37 | 152 | 0 | 126 | 64 | 16 | 520 | 113 | 61 |
| Binary | 11011011 | 11111 | 1101010 | 0 | 1010110 | 110100 | 1110 | 101010000 | 1001011 | 110001 |
Color Harmonies of #DB1F6A
Complementary color
Monochromatic Colors of #DB1F6A
Black with #DB1F6A
Text Example
Text Example
White with #DB1F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F6A; }
p { color: rgb(219,31,106); }
H1.HeaderClassName
{
color: #DB1F6A;
}
.AnyTagClassName
{
color: #DB1F6A;
}
</style>
background-color css
<style>
a { background-color: #DB1F6A; }
a { background-color: rgb(219,31,106); }
div.DivClassName
{
background-color: #DB1F6A;
}
.BgClassName
{
background-color: #DB1F6A;
}
</style>
border-color css
<style>
span { border-color: #DB1F6A; }
span { border-color: rgb(219,31,106); }
td.TdClassName
{
border-color: #DB1F6A;
}
.TagClassName
{
border-color: #DB1F6A;
}
</style>