Shades of Fuchsia #D83AC0
Tints of Fuchsia #D83AC0
RGB
CMYK
RGB Variations
Color information
#D83AC0 (or 0xD83AC0) is known color: Fuchsia. HEX triplet: D8, 3A and C0. RGB value is (216,58,192). Sum of RGB (Red+Green+Blue) = 216+58+192=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D83AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83AC0 is #27C53F. Grayscale: #787878. Windows color (decimal): -2606400 or 12597976. OLE color: 12597976.
HSL color Cylindrical-coordinate representation of color #D83AC0: hue angle of 309.11º 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 #D83AC0 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 192 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.15 |
| HSL | 309.11º | 0.67% | 0.54% | - |
| HSV(B) | 309.11º | 0.73% | 0.85% | - |
| XYZ | 39.35 | 21.43 | 51.93 | - |
| YUV | 120.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 192 | 0 | 0.73 | 0.11 | 0.15 | 309.11 | 0.67 | 0.54 |
| Hex | D8 | 3A | C0 | 0 | 49 | B | F | 135 | 43 | 36 |
| Octal | 330 | 72 | 300 | 0 | 111 | 13 | 17 | 465 | 103 | 66 |
| Binary | 11011000 | 111010 | 11000000 | 0 | 1001001 | 1011 | 1111 | 100110101 | 1000011 | 110110 |
Color Harmonies of #D83AC0
Complementary color
Monochromatic Colors of #D83AC0
Black with #D83AC0
Text Example
Text Example
White with #D83AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83AC0; }
p { color: rgb(216,58,192); }
H1.HeaderClassName
{
color: #D83AC0;
}
.AnyTagClassName
{
color: #D83AC0;
}
</style>
background-color css
<style>
a { background-color: #D83AC0; }
a { background-color: rgb(216,58,192); }
div.DivClassName
{
background-color: #D83AC0;
}
.BgClassName
{
background-color: #D83AC0;
}
</style>
border-color css
<style>
span { border-color: #D83AC0; }
span { border-color: rgb(216,58,192); }
td.TdClassName
{
border-color: #D83AC0;
}
.TagClassName
{
border-color: #D83AC0;
}
</style>