Shades of Fuchsia #D83ABB
Tints of Fuchsia #D83ABB
RGB
CMYK
RGB Variations
Color information
#D83ABB (or 0xD83ABB) is known color: Fuchsia. HEX triplet: D8, 3A and BB. RGB value is (216,58,187). Sum of RGB (Red+Green+Blue) = 216+58+187=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D83ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83ABB is #27C544. Grayscale: #777777. Windows color (decimal): -2606405 or 12270296. OLE color: 12270296.
HSL color Cylindrical-coordinate representation of color #D83ABB: hue angle of 311.01º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83ABB is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 187 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.15 |
| HSL | 311.01º | 0.67% | 0.54% | - |
| HSV(B) | 311.01º | 0.73% | 0.85% | - |
| XYZ | 38.8 | 21.21 | 49.06 | - |
| YUV | 119.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 187 | 0 | 0.73 | 0.13 | 0.15 | 311.01 | 0.67 | 0.54 |
| Hex | D8 | 3A | BB | 0 | 49 | D | F | 137 | 43 | 36 |
| Octal | 330 | 72 | 273 | 0 | 111 | 15 | 17 | 467 | 103 | 66 |
| Binary | 11011000 | 111010 | 10111011 | 0 | 1001001 | 1101 | 1111 | 100110111 | 1000011 | 110110 |
Color Harmonies of #D83ABB
Complementary color
Monochromatic Colors of #D83ABB
Black with #D83ABB
Text Example
Text Example
White with #D83ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83ABB; }
p { color: rgb(216,58,187); }
H1.HeaderClassName
{
color: #D83ABB;
}
.AnyTagClassName
{
color: #D83ABB;
}
</style>
background-color css
<style>
a { background-color: #D83ABB; }
a { background-color: rgb(216,58,187); }
div.DivClassName
{
background-color: #D83ABB;
}
.BgClassName
{
background-color: #D83ABB;
}
</style>
border-color css
<style>
span { border-color: #D83ABB; }
span { border-color: rgb(216,58,187); }
td.TdClassName
{
border-color: #D83ABB;
}
.TagClassName
{
border-color: #D83ABB;
}
</style>