Shades of Fuchsia #D83ABE
Tints of Fuchsia #D83ABE
RGB
CMYK
RGB Variations
Color information
#D83ABE (or 0xD83ABE) is known color: Fuchsia. HEX triplet: D8, 3A and BE. RGB value is (216,58,190). Sum of RGB (Red+Green+Blue) = 216+58+190=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D83ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83ABE is #27C541. Grayscale: #777777. Windows color (decimal): -2606402 or 12466904. OLE color: 12466904.
HSL color Cylindrical-coordinate representation of color #D83ABE: hue angle of 309.87º 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 #D83ABE is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 190 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.15 |
| HSL | 309.87º | 0.67% | 0.54% | - |
| HSV(B) | 309.87º | 0.73% | 0.85% | - |
| XYZ | 39.13 | 21.34 | 50.77 | - |
| YUV | 120.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 190 | 0 | 0.73 | 0.12 | 0.15 | 309.87 | 0.67 | 0.54 |
| Hex | D8 | 3A | BE | 0 | 49 | C | F | 136 | 43 | 36 |
| Octal | 330 | 72 | 276 | 0 | 111 | 14 | 17 | 466 | 103 | 66 |
| Binary | 11011000 | 111010 | 10111110 | 0 | 1001001 | 1100 | 1111 | 100110110 | 1000011 | 110110 |
Color Harmonies of #D83ABE
Complementary color
Monochromatic Colors of #D83ABE
Black with #D83ABE
Text Example
Text Example
White with #D83ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83ABE; }
p { color: rgb(216,58,190); }
H1.HeaderClassName
{
color: #D83ABE;
}
.AnyTagClassName
{
color: #D83ABE;
}
</style>
background-color css
<style>
a { background-color: #D83ABE; }
a { background-color: rgb(216,58,190); }
div.DivClassName
{
background-color: #D83ABE;
}
.BgClassName
{
background-color: #D83ABE;
}
</style>
border-color css
<style>
span { border-color: #D83ABE; }
span { border-color: rgb(216,58,190); }
td.TdClassName
{
border-color: #D83ABE;
}
.TagClassName
{
border-color: #D83ABE;
}
</style>