Shades of Fuchsia #DB5BB8
Tints of Fuchsia #DB5BB8
RGB
CMYK
RGB Variations
Color information
#DB5BB8 (or 0xDB5BB8) is known color: Fuchsia. HEX triplet: DB, 5B and B8. RGB value is (219,91,184). Sum of RGB (Red+Green+Blue) = 219+91+184=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BB8 is #24A447. Grayscale: #8B8B8B. Windows color (decimal): -2401352 or 12082139. OLE color: 12082139.
HSL color Cylindrical-coordinate representation of color #DB5BB8: hue angle of 316.41º 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 #DB5BB8 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 184 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.14 |
| HSL | 316.41º | 0.64% | 0.61% | - |
| HSV(B) | 316.41º | 0.58% | 0.86% | - |
| XYZ | 41.61 | 26 | 48.17 | - |
| YUV | 139.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 184 | 0 | 0.58 | 0.16 | 0.14 | 316.41 | 0.64 | 0.61 |
| Hex | DB | 5B | B8 | 0 | 3A | 10 | E | 13C | 40 | 3D |
| Octal | 333 | 133 | 270 | 0 | 72 | 20 | 16 | 474 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10111000 | 0 | 111010 | 10000 | 1110 | 100111100 | 1000000 | 111101 |
Color Harmonies of #DB5BB8
Complementary color
Monochromatic Colors of #DB5BB8
Black with #DB5BB8
Text Example
Text Example
White with #DB5BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BB8; }
p { color: rgb(219,91,184); }
H1.HeaderClassName
{
color: #DB5BB8;
}
.AnyTagClassName
{
color: #DB5BB8;
}
</style>
background-color css
<style>
a { background-color: #DB5BB8; }
a { background-color: rgb(219,91,184); }
div.DivClassName
{
background-color: #DB5BB8;
}
.BgClassName
{
background-color: #DB5BB8;
}
</style>
border-color css
<style>
span { border-color: #DB5BB8; }
span { border-color: rgb(219,91,184); }
td.TdClassName
{
border-color: #DB5BB8;
}
.TagClassName
{
border-color: #DB5BB8;
}
</style>