Shades of Fuchsia #DB43B9
Tints of Fuchsia #DB43B9
RGB
CMYK
RGB Variations
Color information
#DB43B9 (or 0xDB43B9) is known color: Fuchsia. HEX triplet: DB, 43 and B9. RGB value is (219,67,185). Sum of RGB (Red+Green+Blue) = 219+67+185=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43B9 is #24BC46. Grayscale: #7D7D7D. Windows color (decimal): -2407495 or 12141531. OLE color: 12141531.
HSL color Cylindrical-coordinate representation of color #DB43B9: hue angle of 313.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB43B9 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 185 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.14 |
| HSL | 313.42º | 0.68% | 0.56% | - |
| HSV(B) | 313.42º | 0.69% | 0.86% | - |
| XYZ | 39.98 | 22.58 | 48.15 | - |
| YUV | 125.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 185 | 0 | 0.69 | 0.16 | 0.14 | 313.42 | 0.68 | 0.56 |
| Hex | DB | 43 | B9 | 0 | 45 | 10 | E | 139 | 44 | 38 |
| Octal | 333 | 103 | 271 | 0 | 105 | 20 | 16 | 471 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10111001 | 0 | 1000101 | 10000 | 1110 | 100111001 | 1000100 | 111000 |
Color Harmonies of #DB43B9
Complementary color
Monochromatic Colors of #DB43B9
Black with #DB43B9
Text Example
Text Example
White with #DB43B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43B9; }
p { color: rgb(219,67,185); }
H1.HeaderClassName
{
color: #DB43B9;
}
.AnyTagClassName
{
color: #DB43B9;
}
</style>
background-color css
<style>
a { background-color: #DB43B9; }
a { background-color: rgb(219,67,185); }
div.DivClassName
{
background-color: #DB43B9;
}
.BgClassName
{
background-color: #DB43B9;
}
</style>
border-color css
<style>
span { border-color: #DB43B9; }
span { border-color: rgb(219,67,185); }
td.TdClassName
{
border-color: #DB43B9;
}
.TagClassName
{
border-color: #DB43B9;
}
</style>