Shades of Fuchsia #DE4DB2
Tints of Fuchsia #DE4DB2
RGB
CMYK
RGB Variations
Color information
#DE4DB2 (or 0xDE4DB2) is known color: Fuchsia. HEX triplet: DE, 4D and B2. RGB value is (222,77,178). Sum of RGB (Red+Green+Blue) = 222+77+178=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4DB2 is #21B24D. Grayscale: #838383. Windows color (decimal): -2208334 or 11685342. OLE color: 11685342.
HSL color Cylindrical-coordinate representation of color #DE4DB2: hue angle of 318.21º 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 #DE4DB2 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 178 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.13 |
| HSL | 318.21º | 0.69% | 0.59% | - |
| HSV(B) | 318.21º | 0.65% | 0.87% | - |
| XYZ | 40.81 | 24.05 | 44.61 | - |
| YUV | 131.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 178 | 0 | 0.65 | 0.20 | 0.13 | 318.21 | 0.69 | 0.59 |
| Hex | DE | 4D | B2 | 0 | 41 | 14 | D | 13E | 45 | 3B |
| Octal | 336 | 115 | 262 | 0 | 101 | 24 | 15 | 476 | 105 | 73 |
| Binary | 11011110 | 1001101 | 10110010 | 0 | 1000001 | 10100 | 1101 | 100111110 | 1000101 | 111011 |
Color Harmonies of #DE4DB2
Complementary color
Monochromatic Colors of #DE4DB2
Black with #DE4DB2
Text Example
Text Example
White with #DE4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DB2; }
p { color: rgb(222,77,178); }
H1.HeaderClassName
{
color: #DE4DB2;
}
.AnyTagClassName
{
color: #DE4DB2;
}
</style>
background-color css
<style>
a { background-color: #DE4DB2; }
a { background-color: rgb(222,77,178); }
div.DivClassName
{
background-color: #DE4DB2;
}
.BgClassName
{
background-color: #DE4DB2;
}
</style>
border-color css
<style>
span { border-color: #DE4DB2; }
span { border-color: rgb(222,77,178); }
td.TdClassName
{
border-color: #DE4DB2;
}
.TagClassName
{
border-color: #DE4DB2;
}
</style>