Shades of Fuchsia #DE4DB8
Tints of Fuchsia #DE4DB8
RGB
CMYK
RGB Variations
Color information
#DE4DB8 (or 0xDE4DB8) is known color: Fuchsia. HEX triplet: DE, 4D and B8. RGB value is (222,77,184). Sum of RGB (Red+Green+Blue) = 222+77+184=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4DB8 is #21B247. Grayscale: #848484. Windows color (decimal): -2208328 or 12078558. OLE color: 12078558.
HSL color Cylindrical-coordinate representation of color #DE4DB8: hue angle of 315.72º 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 #DE4DB8 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 184 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.13 |
| HSL | 315.72º | 0.69% | 0.59% | - |
| HSV(B) | 315.72º | 0.65% | 0.87% | - |
| XYZ | 41.43 | 24.3 | 47.85 | - |
| YUV | 132.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 184 | 0 | 0.65 | 0.17 | 0.13 | 315.72 | 0.69 | 0.59 |
| Hex | DE | 4D | B8 | 0 | 41 | 11 | D | 13C | 45 | 3B |
| Octal | 336 | 115 | 270 | 0 | 101 | 21 | 15 | 474 | 105 | 73 |
| Binary | 11011110 | 1001101 | 10111000 | 0 | 1000001 | 10001 | 1101 | 100111100 | 1000101 | 111011 |
Color Harmonies of #DE4DB8
Complementary color
Monochromatic Colors of #DE4DB8
Black with #DE4DB8
Text Example
Text Example
White with #DE4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DB8; }
p { color: rgb(222,77,184); }
H1.HeaderClassName
{
color: #DE4DB8;
}
.AnyTagClassName
{
color: #DE4DB8;
}
</style>
background-color css
<style>
a { background-color: #DE4DB8; }
a { background-color: rgb(222,77,184); }
div.DivClassName
{
background-color: #DE4DB8;
}
.BgClassName
{
background-color: #DE4DB8;
}
</style>
border-color css
<style>
span { border-color: #DE4DB8; }
span { border-color: rgb(222,77,184); }
td.TdClassName
{
border-color: #DE4DB8;
}
.TagClassName
{
border-color: #DE4DB8;
}
</style>