Shades of Fuchsia #DB41BB
Tints of Fuchsia #DB41BB
RGB
CMYK
RGB Variations
Color information
#DB41BB (or 0xDB41BB) is known color: Fuchsia. HEX triplet: DB, 41 and BB. RGB value is (219,65,187). Sum of RGB (Red+Green+Blue) = 219+65+187=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41BB is #24BE44. Grayscale: #7C7C7C. Windows color (decimal): -2408005 or 12272091. OLE color: 12272091.
HSL color Cylindrical-coordinate representation of color #DB41BB: hue angle of 312.47º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41BB is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 187 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.14 |
| HSL | 312.47º | 0.68% | 0.56% | - |
| HSV(B) | 312.47º | 0.7% | 0.86% | - |
| XYZ | 40.07 | 22.43 | 49.23 | - |
| YUV | 124.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 187 | 0 | 0.70 | 0.15 | 0.14 | 312.47 | 0.68 | 0.56 |
| Hex | DB | 41 | BB | 0 | 46 | F | E | 138 | 44 | 38 |
| Octal | 333 | 101 | 273 | 0 | 106 | 17 | 16 | 470 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10111011 | 0 | 1000110 | 1111 | 1110 | 100111000 | 1000100 | 111000 |
Color Harmonies of #DB41BB
Complementary color
Monochromatic Colors of #DB41BB
Black with #DB41BB
Text Example
Text Example
White with #DB41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41BB; }
p { color: rgb(219,65,187); }
H1.HeaderClassName
{
color: #DB41BB;
}
.AnyTagClassName
{
color: #DB41BB;
}
</style>
background-color css
<style>
a { background-color: #DB41BB; }
a { background-color: rgb(219,65,187); }
div.DivClassName
{
background-color: #DB41BB;
}
.BgClassName
{
background-color: #DB41BB;
}
</style>
border-color css
<style>
span { border-color: #DB41BB; }
span { border-color: rgb(219,65,187); }
td.TdClassName
{
border-color: #DB41BB;
}
.TagClassName
{
border-color: #DB41BB;
}
</style>