Shades of Fuchsia #DB43B5
Tints of Fuchsia #DB43B5
RGB
CMYK
RGB Variations
Color information
#DB43B5 (or 0xDB43B5) is known color: Fuchsia. HEX triplet: DB, 43 and B5. RGB value is (219,67,181). Sum of RGB (Red+Green+Blue) = 219+67+181=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43B5 is #24BC4A. Grayscale: #7D7D7D. Windows color (decimal): -2407499 or 11879387. OLE color: 11879387.
HSL color Cylindrical-coordinate representation of color #DB43B5: hue angle of 315º 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 #DB43B5 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 181 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.14 |
| HSL | 315º | 0.68% | 0.56% | - |
| HSV(B) | 315º | 0.69% | 0.86% | - |
| XYZ | 39.56 | 22.41 | 45.96 | - |
| YUV | 125.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 181 | 0 | 0.69 | 0.17 | 0.14 | 315 | 0.68 | 0.56 |
| Hex | DB | 43 | B5 | 0 | 45 | 11 | E | 13B | 44 | 38 |
| Octal | 333 | 103 | 265 | 0 | 105 | 21 | 16 | 473 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10110101 | 0 | 1000101 | 10001 | 1110 | 100111011 | 1000100 | 111000 |
Color Harmonies of #DB43B5
Complementary color
Monochromatic Colors of #DB43B5
Black with #DB43B5
Text Example
Text Example
White with #DB43B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43B5; }
p { color: rgb(219,67,181); }
H1.HeaderClassName
{
color: #DB43B5;
}
.AnyTagClassName
{
color: #DB43B5;
}
</style>
background-color css
<style>
a { background-color: #DB43B5; }
a { background-color: rgb(219,67,181); }
div.DivClassName
{
background-color: #DB43B5;
}
.BgClassName
{
background-color: #DB43B5;
}
</style>
border-color css
<style>
span { border-color: #DB43B5; }
span { border-color: rgb(219,67,181); }
td.TdClassName
{
border-color: #DB43B5;
}
.TagClassName
{
border-color: #DB43B5;
}
</style>