Shades of Fuchsia #DB43B6
Tints of Fuchsia #DB43B6
RGB
CMYK
RGB Variations
Color information
#DB43B6 (or 0xDB43B6) is known color: Fuchsia. HEX triplet: DB, 43 and B6. RGB value is (219,67,182). Sum of RGB (Red+Green+Blue) = 219+67+182=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43B6 is #24BC49. Grayscale: #7D7D7D. Windows color (decimal): -2407498 or 11944923. OLE color: 11944923.
HSL color Cylindrical-coordinate representation of color #DB43B6: hue angle of 314.61º 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 #DB43B6 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 182 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.14 |
| HSL | 314.61º | 0.68% | 0.56% | - |
| HSV(B) | 314.61º | 0.69% | 0.86% | - |
| XYZ | 39.66 | 22.45 | 46.5 | - |
| YUV | 125.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 182 | 0 | 0.69 | 0.17 | 0.14 | 314.61 | 0.68 | 0.56 |
| Hex | DB | 43 | B6 | 0 | 45 | 11 | E | 13B | 44 | 38 |
| Octal | 333 | 103 | 266 | 0 | 105 | 21 | 16 | 473 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10110110 | 0 | 1000101 | 10001 | 1110 | 100111011 | 1000100 | 111000 |
Color Harmonies of #DB43B6
Complementary color
Monochromatic Colors of #DB43B6
Black with #DB43B6
Text Example
Text Example
White with #DB43B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43B6; }
p { color: rgb(219,67,182); }
H1.HeaderClassName
{
color: #DB43B6;
}
.AnyTagClassName
{
color: #DB43B6;
}
</style>
background-color css
<style>
a { background-color: #DB43B6; }
a { background-color: rgb(219,67,182); }
div.DivClassName
{
background-color: #DB43B6;
}
.BgClassName
{
background-color: #DB43B6;
}
</style>
border-color css
<style>
span { border-color: #DB43B6; }
span { border-color: rgb(219,67,182); }
td.TdClassName
{
border-color: #DB43B6;
}
.TagClassName
{
border-color: #DB43B6;
}
</style>