Shades of Fuchsia #DE4DB3
Tints of Fuchsia #DE4DB3
RGB
CMYK
RGB Variations
Color information
#DE4DB3 (or 0xDE4DB3) is known color: Fuchsia. HEX triplet: DE, 4D and B3. RGB value is (222,77,179). Sum of RGB (Red+Green+Blue) = 222+77+179=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4DB3 is #21B24C. Grayscale: #838383. Windows color (decimal): -2208333 or 11750878. OLE color: 11750878.
HSL color Cylindrical-coordinate representation of color #DE4DB3: hue angle of 317.79º 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 #DE4DB3 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 179 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.13 |
| HSL | 317.79º | 0.69% | 0.59% | - |
| HSV(B) | 317.79º | 0.65% | 0.87% | - |
| XYZ | 40.91 | 24.09 | 45.14 | - |
| YUV | 131.98 | 154.54 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 179 | 0 | 0.65 | 0.19 | 0.13 | 317.79 | 0.69 | 0.59 |
| Hex | DE | 4D | B3 | 0 | 41 | 13 | D | 13E | 45 | 3B |
| Octal | 336 | 115 | 263 | 0 | 101 | 23 | 15 | 476 | 105 | 73 |
| Binary | 11011110 | 1001101 | 10110011 | 0 | 1000001 | 10011 | 1101 | 100111110 | 1000101 | 111011 |
Color Harmonies of #DE4DB3
Complementary color
Monochromatic Colors of #DE4DB3
Black with #DE4DB3
Text Example
Text Example
White with #DE4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DB3; }
p { color: rgb(222,77,179); }
H1.HeaderClassName
{
color: #DE4DB3;
}
.AnyTagClassName
{
color: #DE4DB3;
}
</style>
background-color css
<style>
a { background-color: #DE4DB3; }
a { background-color: rgb(222,77,179); }
div.DivClassName
{
background-color: #DE4DB3;
}
.BgClassName
{
background-color: #DE4DB3;
}
</style>
border-color css
<style>
span { border-color: #DE4DB3; }
span { border-color: rgb(222,77,179); }
td.TdClassName
{
border-color: #DE4DB3;
}
.TagClassName
{
border-color: #DE4DB3;
}
</style>