Shades of Fuchsia #DB3BBD
Tints of Fuchsia #DB3BBD
RGB
CMYK
RGB Variations
Color information
#DB3BBD (or 0xDB3BBD) is known color: Fuchsia. HEX triplet: DB, 3B and BD. RGB value is (219,59,189). Sum of RGB (Red+Green+Blue) = 219+59+189=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BBD is #24C442. Grayscale: #797979. Windows color (decimal): -2409539 or 12401627. OLE color: 12401627.
HSL color Cylindrical-coordinate representation of color #DB3BBD: hue angle of 311.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BBD is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 189 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.14 |
| HSL | 311.25º | 0.69% | 0.55% | - |
| HSV(B) | 311.25º | 0.73% | 0.86% | - |
| XYZ | 39.96 | 21.86 | 50.26 | - |
| YUV | 121.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 189 | 0 | 0.73 | 0.14 | 0.14 | 311.25 | 0.69 | 0.55 |
| Hex | DB | 3B | BD | 0 | 49 | E | E | 137 | 45 | 37 |
| Octal | 333 | 73 | 275 | 0 | 111 | 16 | 16 | 467 | 105 | 67 |
| Binary | 11011011 | 111011 | 10111101 | 0 | 1001001 | 1110 | 1110 | 100110111 | 1000101 | 110111 |
Color Harmonies of #DB3BBD
Complementary color
Monochromatic Colors of #DB3BBD
Black with #DB3BBD
Text Example
Text Example
White with #DB3BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BBD; }
p { color: rgb(219,59,189); }
H1.HeaderClassName
{
color: #DB3BBD;
}
.AnyTagClassName
{
color: #DB3BBD;
}
</style>
background-color css
<style>
a { background-color: #DB3BBD; }
a { background-color: rgb(219,59,189); }
div.DivClassName
{
background-color: #DB3BBD;
}
.BgClassName
{
background-color: #DB3BBD;
}
</style>
border-color css
<style>
span { border-color: #DB3BBD; }
span { border-color: rgb(219,59,189); }
td.TdClassName
{
border-color: #DB3BBD;
}
.TagClassName
{
border-color: #DB3BBD;
}
</style>