Shades of Fuchsia #DB42B6
Tints of Fuchsia #DB42B6
RGB
CMYK
RGB Variations
Color information
#DB42B6 (or 0xDB42B6) is known color: Fuchsia. HEX triplet: DB, 42 and B6. RGB value is (219,66,182). Sum of RGB (Red+Green+Blue) = 219+66+182=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42B6 is #24BD49. Grayscale: #7C7C7C. Windows color (decimal): -2407754 or 11944667. OLE color: 11944667.
HSL color Cylindrical-coordinate representation of color #DB42B6: hue angle of 314.51º 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 #DB42B6 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 182 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.14 |
| HSL | 314.51º | 0.68% | 0.56% | - |
| HSV(B) | 314.51º | 0.7% | 0.86% | - |
| XYZ | 39.61 | 22.33 | 46.48 | - |
| YUV | 124.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 182 | 0 | 0.70 | 0.17 | 0.14 | 314.51 | 0.68 | 0.56 |
| Hex | DB | 42 | B6 | 0 | 46 | 11 | E | 13B | 44 | 38 |
| Octal | 333 | 102 | 266 | 0 | 106 | 21 | 16 | 473 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10110110 | 0 | 1000110 | 10001 | 1110 | 100111011 | 1000100 | 111000 |
Color Harmonies of #DB42B6
Complementary color
Monochromatic Colors of #DB42B6
Black with #DB42B6
Text Example
Text Example
White with #DB42B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42B6; }
p { color: rgb(219,66,182); }
H1.HeaderClassName
{
color: #DB42B6;
}
.AnyTagClassName
{
color: #DB42B6;
}
</style>
background-color css
<style>
a { background-color: #DB42B6; }
a { background-color: rgb(219,66,182); }
div.DivClassName
{
background-color: #DB42B6;
}
.BgClassName
{
background-color: #DB42B6;
}
</style>
border-color css
<style>
span { border-color: #DB42B6; }
span { border-color: rgb(219,66,182); }
td.TdClassName
{
border-color: #DB42B6;
}
.TagClassName
{
border-color: #DB42B6;
}
</style>