Shades of Fuchsia #DB4BBB
Tints of Fuchsia #DB4BBB
RGB
CMYK
RGB Variations
Color information
#DB4BBB (or 0xDB4BBB) is known color: Fuchsia. HEX triplet: DB, 4B and BB. RGB value is (219,75,187). Sum of RGB (Red+Green+Blue) = 219+75+187=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BBB is #24B444. Grayscale: #828282. Windows color (decimal): -2405445 or 12274651. OLE color: 12274651.
HSL color Cylindrical-coordinate representation of color #DB4BBB: hue angle of 313.33º 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 #DB4BBB is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 187 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.14 |
| HSL | 313.33º | 0.67% | 0.58% | - |
| HSV(B) | 313.33º | 0.66% | 0.86% | - |
| XYZ | 40.7 | 23.68 | 49.44 | - |
| YUV | 130.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 187 | 0 | 0.66 | 0.15 | 0.14 | 313.33 | 0.67 | 0.58 |
| Hex | DB | 4B | BB | 0 | 42 | F | E | 139 | 43 | 3A |
| Octal | 333 | 113 | 273 | 0 | 102 | 17 | 16 | 471 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10111011 | 0 | 1000010 | 1111 | 1110 | 100111001 | 1000011 | 111010 |
Color Harmonies of #DB4BBB
Complementary color
Monochromatic Colors of #DB4BBB
Black with #DB4BBB
Text Example
Text Example
White with #DB4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BBB; }
p { color: rgb(219,75,187); }
H1.HeaderClassName
{
color: #DB4BBB;
}
.AnyTagClassName
{
color: #DB4BBB;
}
</style>
background-color css
<style>
a { background-color: #DB4BBB; }
a { background-color: rgb(219,75,187); }
div.DivClassName
{
background-color: #DB4BBB;
}
.BgClassName
{
background-color: #DB4BBB;
}
</style>
border-color css
<style>
span { border-color: #DB4BBB; }
span { border-color: rgb(219,75,187); }
td.TdClassName
{
border-color: #DB4BBB;
}
.TagClassName
{
border-color: #DB4BBB;
}
</style>