Shades of Fuchsia #D84EC3
Tints of Fuchsia #D84EC3
RGB
CMYK
RGB Variations
Color information
#D84EC3 (or 0xD84EC3) is known color: Fuchsia. HEX triplet: D8, 4E and C3. RGB value is (216,78,195). Sum of RGB (Red+Green+Blue) = 216+78+195=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EC3 is #27B13C. Grayscale: #848484. Windows color (decimal): -2601277 or 12799704. OLE color: 12799704.
HSL color Cylindrical-coordinate representation of color #D84EC3: hue angle of 309.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84EC3 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 195 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.15 |
| HSL | 309.13º | 0.64% | 0.58% | - |
| HSV(B) | 309.13º | 0.64% | 0.85% | - |
| XYZ | 40.89 | 23.99 | 54.1 | - |
| YUV | 132.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 195 | 0 | 0.64 | 0.10 | 0.15 | 309.13 | 0.64 | 0.58 |
| Hex | D8 | 4E | C3 | 0 | 40 | A | F | 135 | 40 | 3A |
| Octal | 330 | 116 | 303 | 0 | 100 | 12 | 17 | 465 | 100 | 72 |
| Binary | 11011000 | 1001110 | 11000011 | 0 | 1000000 | 1010 | 1111 | 100110101 | 1000000 | 111010 |
Color Harmonies of #D84EC3
Complementary color
Monochromatic Colors of #D84EC3
Black with #D84EC3
Text Example
Text Example
White with #D84EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84EC3; }
p { color: rgb(216,78,195); }
H1.HeaderClassName
{
color: #D84EC3;
}
.AnyTagClassName
{
color: #D84EC3;
}
</style>
background-color css
<style>
a { background-color: #D84EC3; }
a { background-color: rgb(216,78,195); }
div.DivClassName
{
background-color: #D84EC3;
}
.BgClassName
{
background-color: #D84EC3;
}
</style>
border-color css
<style>
span { border-color: #D84EC3; }
span { border-color: rgb(216,78,195); }
td.TdClassName
{
border-color: #D84EC3;
}
.TagClassName
{
border-color: #D84EC3;
}
</style>