Shades of Fuchsia #DB4BBD
Tints of Fuchsia #DB4BBD
RGB
CMYK
RGB Variations
Color information
#DB4BBD (or 0xDB4BBD) is known color: Fuchsia. HEX triplet: DB, 4B and BD. RGB value is (219,75,189). Sum of RGB (Red+Green+Blue) = 219+75+189=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BBD is #24B442. Grayscale: #828282. Windows color (decimal): -2405443 or 12405723. OLE color: 12405723.
HSL color Cylindrical-coordinate representation of color #DB4BBD: hue angle of 312.5º 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 #DB4BBD is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 189 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.14 |
| HSL | 312.5º | 0.67% | 0.58% | - |
| HSV(B) | 312.5º | 0.66% | 0.86% | - |
| XYZ | 40.91 | 23.77 | 50.58 | - |
| YUV | 131.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 189 | 0 | 0.66 | 0.14 | 0.14 | 312.5 | 0.67 | 0.58 |
| Hex | DB | 4B | BD | 0 | 42 | E | E | 138 | 43 | 3A |
| Octal | 333 | 113 | 275 | 0 | 102 | 16 | 16 | 470 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10111101 | 0 | 1000010 | 1110 | 1110 | 100111000 | 1000011 | 111010 |
Color Harmonies of #DB4BBD
Complementary color
Monochromatic Colors of #DB4BBD
Black with #DB4BBD
Text Example
Text Example
White with #DB4BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BBD; }
p { color: rgb(219,75,189); }
H1.HeaderClassName
{
color: #DB4BBD;
}
.AnyTagClassName
{
color: #DB4BBD;
}
</style>
background-color css
<style>
a { background-color: #DB4BBD; }
a { background-color: rgb(219,75,189); }
div.DivClassName
{
background-color: #DB4BBD;
}
.BgClassName
{
background-color: #DB4BBD;
}
</style>
border-color css
<style>
span { border-color: #DB4BBD; }
span { border-color: rgb(219,75,189); }
td.TdClassName
{
border-color: #DB4BBD;
}
.TagClassName
{
border-color: #DB4BBD;
}
</style>