Shades of Fuchsia #D83BBE
Tints of Fuchsia #D83BBE
RGB
CMYK
RGB Variations
Color information
#D83BBE (or 0xD83BBE) is known color: Fuchsia. HEX triplet: D8, 3B and BE. RGB value is (216,59,190). Sum of RGB (Red+Green+Blue) = 216+59+190=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83BBE is #27C441. Grayscale: #787878. Windows color (decimal): -2606146 or 12467160. OLE color: 12467160.
HSL color Cylindrical-coordinate representation of color #D83BBE: hue angle of 309.94º 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 #D83BBE is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 190 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.15 |
| HSL | 309.94º | 0.67% | 0.54% | - |
| HSV(B) | 309.94º | 0.73% | 0.85% | - |
| XYZ | 39.18 | 21.44 | 50.79 | - |
| YUV | 120.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 190 | 0 | 0.73 | 0.12 | 0.15 | 309.94 | 0.67 | 0.54 |
| Hex | D8 | 3B | BE | 0 | 49 | C | F | 136 | 43 | 36 |
| Octal | 330 | 73 | 276 | 0 | 111 | 14 | 17 | 466 | 103 | 66 |
| Binary | 11011000 | 111011 | 10111110 | 0 | 1001001 | 1100 | 1111 | 100110110 | 1000011 | 110110 |
Color Harmonies of #D83BBE
Complementary color
Monochromatic Colors of #D83BBE
Black with #D83BBE
Text Example
Text Example
White with #D83BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83BBE; }
p { color: rgb(216,59,190); }
H1.HeaderClassName
{
color: #D83BBE;
}
.AnyTagClassName
{
color: #D83BBE;
}
</style>
background-color css
<style>
a { background-color: #D83BBE; }
a { background-color: rgb(216,59,190); }
div.DivClassName
{
background-color: #D83BBE;
}
.BgClassName
{
background-color: #D83BBE;
}
</style>
border-color css
<style>
span { border-color: #D83BBE; }
span { border-color: rgb(216,59,190); }
td.TdClassName
{
border-color: #D83BBE;
}
.TagClassName
{
border-color: #D83BBE;
}
</style>