Shades of Fuchsia #D84FBA
Tints of Fuchsia #D84FBA
RGB
CMYK
RGB Variations
Color information
#D84FBA (or 0xD84FBA) is known color: Fuchsia. HEX triplet: D8, 4F and BA. RGB value is (216,79,186). Sum of RGB (Red+Green+Blue) = 216+79+186=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D84FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84FBA is #27B045. Grayscale: #838383. Windows color (decimal): -2601030 or 12210136. OLE color: 12210136.
HSL color Cylindrical-coordinate representation of color #D84FBA: hue angle of 313.14º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D84FBA is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 186 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.15 |
| HSL | 313.14º | 0.64% | 0.58% | - |
| HSV(B) | 313.14º | 0.63% | 0.85% | - |
| XYZ | 39.98 | 23.74 | 48.93 | - |
| YUV | 132.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 186 | 0 | 0.63 | 0.14 | 0.15 | 313.14 | 0.64 | 0.58 |
| Hex | D8 | 4F | BA | 0 | 3F | E | F | 139 | 40 | 3A |
| Octal | 330 | 117 | 272 | 0 | 77 | 16 | 17 | 471 | 100 | 72 |
| Binary | 11011000 | 1001111 | 10111010 | 0 | 111111 | 1110 | 1111 | 100111001 | 1000000 | 111010 |
Color Harmonies of #D84FBA
Complementary color
Monochromatic Colors of #D84FBA
Black with #D84FBA
Text Example
Text Example
White with #D84FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84FBA; }
p { color: rgb(216,79,186); }
H1.HeaderClassName
{
color: #D84FBA;
}
.AnyTagClassName
{
color: #D84FBA;
}
</style>
background-color css
<style>
a { background-color: #D84FBA; }
a { background-color: rgb(216,79,186); }
div.DivClassName
{
background-color: #D84FBA;
}
.BgClassName
{
background-color: #D84FBA;
}
</style>
border-color css
<style>
span { border-color: #D84FBA; }
span { border-color: rgb(216,79,186); }
td.TdClassName
{
border-color: #D84FBA;
}
.TagClassName
{
border-color: #D84FBA;
}
</style>