Shades of Fuchsia #DE4AB9
Tints of Fuchsia #DE4AB9
RGB
CMYK
RGB Variations
Color information
#DE4AB9 (or 0xDE4AB9) is known color: Fuchsia. HEX triplet: DE, 4A and B9. RGB value is (222,74,185). Sum of RGB (Red+Green+Blue) = 222+74+185=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4AB9 is #21B546. Grayscale: #828282. Windows color (decimal): -2209095 or 12143326. OLE color: 12143326.
HSL color Cylindrical-coordinate representation of color #DE4AB9: hue angle of 315º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4AB9 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 185 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.13 |
| HSL | 315º | 0.69% | 0.58% | - |
| HSV(B) | 315º | 0.67% | 0.87% | - |
| XYZ | 41.33 | 23.93 | 48.34 | - |
| YUV | 130.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 185 | 0 | 0.67 | 0.17 | 0.13 | 315 | 0.69 | 0.58 |
| Hex | DE | 4A | B9 | 0 | 43 | 11 | D | 13B | 45 | 3A |
| Octal | 336 | 112 | 271 | 0 | 103 | 21 | 15 | 473 | 105 | 72 |
| Binary | 11011110 | 1001010 | 10111001 | 0 | 1000011 | 10001 | 1101 | 100111011 | 1000101 | 111010 |
Color Harmonies of #DE4AB9
Complementary color
Monochromatic Colors of #DE4AB9
Black with #DE4AB9
Text Example
Text Example
White with #DE4AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4AB9; }
p { color: rgb(222,74,185); }
H1.HeaderClassName
{
color: #DE4AB9;
}
.AnyTagClassName
{
color: #DE4AB9;
}
</style>
background-color css
<style>
a { background-color: #DE4AB9; }
a { background-color: rgb(222,74,185); }
div.DivClassName
{
background-color: #DE4AB9;
}
.BgClassName
{
background-color: #DE4AB9;
}
</style>
border-color css
<style>
span { border-color: #DE4AB9; }
span { border-color: rgb(222,74,185); }
td.TdClassName
{
border-color: #DE4AB9;
}
.TagClassName
{
border-color: #DE4AB9;
}
</style>