Shades of Fuchsia #D83BBF
Tints of Fuchsia #D83BBF
RGB
CMYK
RGB Variations
Color information
#D83BBF (or 0xD83BBF) is known color: Fuchsia. HEX triplet: D8, 3B and BF. RGB value is (216,59,191). Sum of RGB (Red+Green+Blue) = 216+59+191=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83BBF is #27C440. Grayscale: #787878. Windows color (decimal): -2606145 or 12532696. OLE color: 12532696.
HSL color Cylindrical-coordinate representation of color #D83BBF: hue angle of 309.55º 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 #D83BBF is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 191 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.15 |
| HSL | 309.55º | 0.67% | 0.54% | - |
| HSV(B) | 309.55º | 0.73% | 0.85% | - |
| XYZ | 39.29 | 21.49 | 51.37 | - |
| YUV | 120.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 191 | 0 | 0.73 | 0.12 | 0.15 | 309.55 | 0.67 | 0.54 |
| Hex | D8 | 3B | BF | 0 | 49 | C | F | 136 | 43 | 36 |
| Octal | 330 | 73 | 277 | 0 | 111 | 14 | 17 | 466 | 103 | 66 |
| Binary | 11011000 | 111011 | 10111111 | 0 | 1001001 | 1100 | 1111 | 100110110 | 1000011 | 110110 |
Color Harmonies of #D83BBF
Complementary color
Monochromatic Colors of #D83BBF
Black with #D83BBF
Text Example
Text Example
White with #D83BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83BBF; }
p { color: rgb(216,59,191); }
H1.HeaderClassName
{
color: #D83BBF;
}
.AnyTagClassName
{
color: #D83BBF;
}
</style>
background-color css
<style>
a { background-color: #D83BBF; }
a { background-color: rgb(216,59,191); }
div.DivClassName
{
background-color: #D83BBF;
}
.BgClassName
{
background-color: #D83BBF;
}
</style>
border-color css
<style>
span { border-color: #D83BBF; }
span { border-color: rgb(216,59,191); }
td.TdClassName
{
border-color: #D83BBF;
}
.TagClassName
{
border-color: #D83BBF;
}
</style>