Shades of Fuchsia #DB43BA
Tints of Fuchsia #DB43BA
RGB
CMYK
RGB Variations
Color information
#DB43BA (or 0xDB43BA) is known color: Fuchsia. HEX triplet: DB, 43 and BA. RGB value is (219,67,186). Sum of RGB (Red+Green+Blue) = 219+67+186=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43BA is #24BC45. Grayscale: #7D7D7D. Windows color (decimal): -2407494 or 12207067. OLE color: 12207067.
HSL color Cylindrical-coordinate representation of color #DB43BA: hue angle of 313.03º 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 #DB43BA is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 186 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.14 |
| HSL | 313.03º | 0.68% | 0.56% | - |
| HSV(B) | 313.03º | 0.69% | 0.86% | - |
| XYZ | 40.08 | 22.62 | 48.71 | - |
| YUV | 126.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 186 | 0 | 0.69 | 0.15 | 0.14 | 313.03 | 0.68 | 0.56 |
| Hex | DB | 43 | BA | 0 | 45 | F | E | 139 | 44 | 38 |
| Octal | 333 | 103 | 272 | 0 | 105 | 17 | 16 | 471 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10111010 | 0 | 1000101 | 1111 | 1110 | 100111001 | 1000100 | 111000 |
Color Harmonies of #DB43BA
Complementary color
Monochromatic Colors of #DB43BA
Black with #DB43BA
Text Example
Text Example
White with #DB43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43BA; }
p { color: rgb(219,67,186); }
H1.HeaderClassName
{
color: #DB43BA;
}
.AnyTagClassName
{
color: #DB43BA;
}
</style>
background-color css
<style>
a { background-color: #DB43BA; }
a { background-color: rgb(219,67,186); }
div.DivClassName
{
background-color: #DB43BA;
}
.BgClassName
{
background-color: #DB43BA;
}
</style>
border-color css
<style>
span { border-color: #DB43BA; }
span { border-color: rgb(219,67,186); }
td.TdClassName
{
border-color: #DB43BA;
}
.TagClassName
{
border-color: #DB43BA;
}
</style>