Shades of Fuchsia #DB4BBF
Tints of Fuchsia #DB4BBF
RGB
CMYK
RGB Variations
Color information
#DB4BBF (or 0xDB4BBF) is known color: Fuchsia. HEX triplet: DB, 4B and BF. RGB value is (219,75,191). Sum of RGB (Red+Green+Blue) = 219+75+191=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BBF is #24B440. Grayscale: #828282. Windows color (decimal): -2405441 or 12536795. OLE color: 12536795.
HSL color Cylindrical-coordinate representation of color #DB4BBF: hue angle of 311.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BBF is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 191 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.14 |
| HSL | 311.67º | 0.67% | 0.58% | - |
| HSV(B) | 311.67º | 0.66% | 0.86% | - |
| XYZ | 41.13 | 23.85 | 51.73 | - |
| YUV | 131.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 191 | 0 | 0.66 | 0.13 | 0.14 | 311.67 | 0.67 | 0.58 |
| Hex | DB | 4B | BF | 0 | 42 | D | E | 138 | 43 | 3A |
| Octal | 333 | 113 | 277 | 0 | 102 | 15 | 16 | 470 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10111111 | 0 | 1000010 | 1101 | 1110 | 100111000 | 1000011 | 111010 |
Color Harmonies of #DB4BBF
Complementary color
Monochromatic Colors of #DB4BBF
Black with #DB4BBF
Text Example
Text Example
White with #DB4BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BBF; }
p { color: rgb(219,75,191); }
H1.HeaderClassName
{
color: #DB4BBF;
}
.AnyTagClassName
{
color: #DB4BBF;
}
</style>
background-color css
<style>
a { background-color: #DB4BBF; }
a { background-color: rgb(219,75,191); }
div.DivClassName
{
background-color: #DB4BBF;
}
.BgClassName
{
background-color: #DB4BBF;
}
</style>
border-color css
<style>
span { border-color: #DB4BBF; }
span { border-color: rgb(219,75,191); }
td.TdClassName
{
border-color: #DB4BBF;
}
.TagClassName
{
border-color: #DB4BBF;
}
</style>