Shades of Fuchsia #D83EBA
Tints of Fuchsia #D83EBA
RGB
CMYK
RGB Variations
Color information
#D83EBA (or 0xD83EBA) is known color: Fuchsia. HEX triplet: D8, 3E and BA. RGB value is (216,62,186). Sum of RGB (Red+Green+Blue) = 216+62+186=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D83EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83EBA is #27C145. Grayscale: #797979. Windows color (decimal): -2605382 or 12205784. OLE color: 12205784.
HSL color Cylindrical-coordinate representation of color #D83EBA: hue angle of 311.69º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83EBA is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 62 | 186 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.15 |
| HSL | 311.69º | 0.66% | 0.55% | - |
| HSV(B) | 311.69º | 0.71% | 0.85% | - |
| XYZ | 38.9 | 21.59 | 48.57 | - |
| YUV | 122.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 186 | 0 | 0.71 | 0.14 | 0.15 | 311.69 | 0.66 | 0.55 |
| Hex | D8 | 3E | BA | 0 | 47 | E | F | 138 | 42 | 37 |
| Octal | 330 | 76 | 272 | 0 | 107 | 16 | 17 | 470 | 102 | 67 |
| Binary | 11011000 | 111110 | 10111010 | 0 | 1000111 | 1110 | 1111 | 100111000 | 1000010 | 110111 |
Color Harmonies of #D83EBA
Complementary color
Monochromatic Colors of #D83EBA
Black with #D83EBA
Text Example
Text Example
White with #D83EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83EBA; }
p { color: rgb(216,62,186); }
H1.HeaderClassName
{
color: #D83EBA;
}
.AnyTagClassName
{
color: #D83EBA;
}
</style>
background-color css
<style>
a { background-color: #D83EBA; }
a { background-color: rgb(216,62,186); }
div.DivClassName
{
background-color: #D83EBA;
}
.BgClassName
{
background-color: #D83EBA;
}
</style>
border-color css
<style>
span { border-color: #D83EBA; }
span { border-color: rgb(216,62,186); }
td.TdClassName
{
border-color: #D83EBA;
}
.TagClassName
{
border-color: #D83EBA;
}
</style>