Shades of Fuchsia #DE46BA
Tints of Fuchsia #DE46BA
RGB
CMYK
RGB Variations
Color information
#DE46BA (or 0xDE46BA) is known color: Fuchsia. HEX triplet: DE, 46 and BA. RGB value is (222,70,186). Sum of RGB (Red+Green+Blue) = 222+70+186=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE46BA is #21B945. Grayscale: #808080. Windows color (decimal): -2210118 or 12207838. OLE color: 12207838.
HSL color Cylindrical-coordinate representation of color #DE46BA: hue angle of 314.21º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE46BA is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 70 | 186 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.13 |
| HSL | 314.21º | 0.7% | 0.57% | - |
| HSV(B) | 314.21º | 0.68% | 0.87% | - |
| XYZ | 41.18 | 23.46 | 48.81 | - |
| YUV | 128.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 70 | 186 | 0 | 0.68 | 0.16 | 0.13 | 314.21 | 0.7 | 0.57 |
| Hex | DE | 46 | BA | 0 | 44 | 10 | D | 13A | 46 | 39 |
| Octal | 336 | 106 | 272 | 0 | 104 | 20 | 15 | 472 | 106 | 71 |
| Binary | 11011110 | 1000110 | 10111010 | 0 | 1000100 | 10000 | 1101 | 100111010 | 1000110 | 111001 |
Color Harmonies of #DE46BA
Complementary color
Monochromatic Colors of #DE46BA
Black with #DE46BA
Text Example
Text Example
White with #DE46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE46BA; }
p { color: rgb(222,70,186); }
H1.HeaderClassName
{
color: #DE46BA;
}
.AnyTagClassName
{
color: #DE46BA;
}
</style>
background-color css
<style>
a { background-color: #DE46BA; }
a { background-color: rgb(222,70,186); }
div.DivClassName
{
background-color: #DE46BA;
}
.BgClassName
{
background-color: #DE46BA;
}
</style>
border-color css
<style>
span { border-color: #DE46BA; }
span { border-color: rgb(222,70,186); }
td.TdClassName
{
border-color: #DE46BA;
}
.TagClassName
{
border-color: #DE46BA;
}
</style>