Shades of Fuchsia #DE4DB6
Tints of Fuchsia #DE4DB6
RGB
CMYK
RGB Variations
Color information
#DE4DB6 (or 0xDE4DB6) is known color: Fuchsia. HEX triplet: DE, 4D and B6. RGB value is (222,77,182). Sum of RGB (Red+Green+Blue) = 222+77+182=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4DB6 is #21B249. Grayscale: #848484. Windows color (decimal): -2208330 or 11947486. OLE color: 11947486.
HSL color Cylindrical-coordinate representation of color #DE4DB6: hue angle of 316.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4DB6 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 182 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.13 |
| HSL | 316.55º | 0.69% | 0.59% | - |
| HSV(B) | 316.55º | 0.65% | 0.87% | - |
| XYZ | 41.22 | 24.21 | 46.76 | - |
| YUV | 132.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 182 | 0 | 0.65 | 0.18 | 0.13 | 316.55 | 0.69 | 0.59 |
| Hex | DE | 4D | B6 | 0 | 41 | 12 | D | 13D | 45 | 3B |
| Octal | 336 | 115 | 266 | 0 | 101 | 22 | 15 | 475 | 105 | 73 |
| Binary | 11011110 | 1001101 | 10110110 | 0 | 1000001 | 10010 | 1101 | 100111101 | 1000101 | 111011 |
Color Harmonies of #DE4DB6
Complementary color
Monochromatic Colors of #DE4DB6
Black with #DE4DB6
Text Example
Text Example
White with #DE4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DB6; }
p { color: rgb(222,77,182); }
H1.HeaderClassName
{
color: #DE4DB6;
}
.AnyTagClassName
{
color: #DE4DB6;
}
</style>
background-color css
<style>
a { background-color: #DE4DB6; }
a { background-color: rgb(222,77,182); }
div.DivClassName
{
background-color: #DE4DB6;
}
.BgClassName
{
background-color: #DE4DB6;
}
</style>
border-color css
<style>
span { border-color: #DE4DB6; }
span { border-color: rgb(222,77,182); }
td.TdClassName
{
border-color: #DE4DB6;
}
.TagClassName
{
border-color: #DE4DB6;
}
</style>