Shades of Fuchsia #DE4DB7
Tints of Fuchsia #DE4DB7
RGB
CMYK
RGB Variations
Color information
#DE4DB7 (or 0xDE4DB7) is known color: Fuchsia. HEX triplet: DE, 4D and B7. RGB value is (222,77,183). Sum of RGB (Red+Green+Blue) = 222+77+183=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4DB7 is #21B248. Grayscale: #848484. Windows color (decimal): -2208329 or 12013022. OLE color: 12013022.
HSL color Cylindrical-coordinate representation of color #DE4DB7: hue angle of 316.14º 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 #DE4DB7 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 183 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.13 |
| HSL | 316.14º | 0.69% | 0.59% | - |
| HSV(B) | 316.14º | 0.65% | 0.87% | - |
| XYZ | 41.33 | 24.26 | 47.3 | - |
| YUV | 132.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 183 | 0 | 0.65 | 0.18 | 0.13 | 316.14 | 0.69 | 0.59 |
| Hex | DE | 4D | B7 | 0 | 41 | 12 | D | 13C | 45 | 3B |
| Octal | 336 | 115 | 267 | 0 | 101 | 22 | 15 | 474 | 105 | 73 |
| Binary | 11011110 | 1001101 | 10110111 | 0 | 1000001 | 10010 | 1101 | 100111100 | 1000101 | 111011 |
Color Harmonies of #DE4DB7
Complementary color
Monochromatic Colors of #DE4DB7
Black with #DE4DB7
Text Example
Text Example
White with #DE4DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DB7; }
p { color: rgb(222,77,183); }
H1.HeaderClassName
{
color: #DE4DB7;
}
.AnyTagClassName
{
color: #DE4DB7;
}
</style>
background-color css
<style>
a { background-color: #DE4DB7; }
a { background-color: rgb(222,77,183); }
div.DivClassName
{
background-color: #DE4DB7;
}
.BgClassName
{
background-color: #DE4DB7;
}
</style>
border-color css
<style>
span { border-color: #DE4DB7; }
span { border-color: rgb(222,77,183); }
td.TdClassName
{
border-color: #DE4DB7;
}
.TagClassName
{
border-color: #DE4DB7;
}
</style>