Shades of Fuchsia #DB5BB6
Tints of Fuchsia #DB5BB6
RGB
CMYK
RGB Variations
Color information
#DB5BB6 (or 0xDB5BB6) is known color: Fuchsia. HEX triplet: DB, 5B and B6. RGB value is (219,91,182). Sum of RGB (Red+Green+Blue) = 219+91+182=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BB6 is #24A449. Grayscale: #8B8B8B. Windows color (decimal): -2401354 or 11951067. OLE color: 11951067.
HSL color Cylindrical-coordinate representation of color #DB5BB6: hue angle of 317.34º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5BB6 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 182 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.14 |
| HSL | 317.34º | 0.64% | 0.61% | - |
| HSV(B) | 317.34º | 0.58% | 0.86% | - |
| XYZ | 41.4 | 25.92 | 47.08 | - |
| YUV | 139.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 182 | 0 | 0.58 | 0.17 | 0.14 | 317.34 | 0.64 | 0.61 |
| Hex | DB | 5B | B6 | 0 | 3A | 11 | E | 13D | 40 | 3D |
| Octal | 333 | 133 | 266 | 0 | 72 | 21 | 16 | 475 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10110110 | 0 | 111010 | 10001 | 1110 | 100111101 | 1000000 | 111101 |
Color Harmonies of #DB5BB6
Complementary color
Monochromatic Colors of #DB5BB6
Black with #DB5BB6
Text Example
Text Example
White with #DB5BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BB6; }
p { color: rgb(219,91,182); }
H1.HeaderClassName
{
color: #DB5BB6;
}
.AnyTagClassName
{
color: #DB5BB6;
}
</style>
background-color css
<style>
a { background-color: #DB5BB6; }
a { background-color: rgb(219,91,182); }
div.DivClassName
{
background-color: #DB5BB6;
}
.BgClassName
{
background-color: #DB5BB6;
}
</style>
border-color css
<style>
span { border-color: #DB5BB6; }
span { border-color: rgb(219,91,182); }
td.TdClassName
{
border-color: #DB5BB6;
}
.TagClassName
{
border-color: #DB5BB6;
}
</style>