Shades of Fuchsia #DB5BB5
Tints of Fuchsia #DB5BB5
RGB
CMYK
RGB Variations
Color information
#DB5BB5 (or 0xDB5BB5) is known color: Fuchsia. HEX triplet: DB, 5B and B5. RGB value is (219,91,181). Sum of RGB (Red+Green+Blue) = 219+91+181=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BB5 is #24A44A. Grayscale: #8B8B8B. Windows color (decimal): -2401355 or 11885531. OLE color: 11885531.
HSL color Cylindrical-coordinate representation of color #DB5BB5: hue angle of 317.81º 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 #DB5BB5 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 181 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.14 |
| HSL | 317.81º | 0.64% | 0.61% | - |
| HSV(B) | 317.81º | 0.58% | 0.86% | - |
| XYZ | 41.29 | 25.88 | 46.53 | - |
| YUV | 139.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 181 | 0 | 0.58 | 0.17 | 0.14 | 317.81 | 0.64 | 0.61 |
| Hex | DB | 5B | B5 | 0 | 3A | 11 | E | 13E | 40 | 3D |
| Octal | 333 | 133 | 265 | 0 | 72 | 21 | 16 | 476 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10110101 | 0 | 111010 | 10001 | 1110 | 100111110 | 1000000 | 111101 |
Color Harmonies of #DB5BB5
Complementary color
Monochromatic Colors of #DB5BB5
Black with #DB5BB5
Text Example
Text Example
White with #DB5BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BB5; }
p { color: rgb(219,91,181); }
H1.HeaderClassName
{
color: #DB5BB5;
}
.AnyTagClassName
{
color: #DB5BB5;
}
</style>
background-color css
<style>
a { background-color: #DB5BB5; }
a { background-color: rgb(219,91,181); }
div.DivClassName
{
background-color: #DB5BB5;
}
.BgClassName
{
background-color: #DB5BB5;
}
</style>
border-color css
<style>
span { border-color: #DB5BB5; }
span { border-color: rgb(219,91,181); }
td.TdClassName
{
border-color: #DB5BB5;
}
.TagClassName
{
border-color: #DB5BB5;
}
</style>