Shades of Fuchsia #D83AAF
Tints of Fuchsia #D83AAF
RGB
CMYK
RGB Variations
Color information
#D83AAF (or 0xD83AAF) is known color: Fuchsia. HEX triplet: D8, 3A and AF. RGB value is (216,58,175). Sum of RGB (Red+Green+Blue) = 216+58+175=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D83AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83AAF is #27C550. Grayscale: #767676. Windows color (decimal): -2606417 or 11483864. OLE color: 11483864.
HSL color Cylindrical-coordinate representation of color #D83AAF: hue angle of 315.57º 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 #D83AAF is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 175 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.15 |
| HSL | 315.57º | 0.67% | 0.54% | - |
| HSV(B) | 315.57º | 0.73% | 0.85% | - |
| XYZ | 37.57 | 20.72 | 42.58 | - |
| YUV | 118.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 175 | 0 | 0.73 | 0.19 | 0.15 | 315.57 | 0.67 | 0.54 |
| Hex | D8 | 3A | AF | 0 | 49 | 13 | F | 13C | 43 | 36 |
| Octal | 330 | 72 | 257 | 0 | 111 | 23 | 17 | 474 | 103 | 66 |
| Binary | 11011000 | 111010 | 10101111 | 0 | 1001001 | 10011 | 1111 | 100111100 | 1000011 | 110110 |
Color Harmonies of #D83AAF
Complementary color
Monochromatic Colors of #D83AAF
Black with #D83AAF
Text Example
Text Example
White with #D83AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83AAF; }
p { color: rgb(216,58,175); }
H1.HeaderClassName
{
color: #D83AAF;
}
.AnyTagClassName
{
color: #D83AAF;
}
</style>
background-color css
<style>
a { background-color: #D83AAF; }
a { background-color: rgb(216,58,175); }
div.DivClassName
{
background-color: #D83AAF;
}
.BgClassName
{
background-color: #D83AAF;
}
</style>
border-color css
<style>
span { border-color: #D83AAF; }
span { border-color: rgb(216,58,175); }
td.TdClassName
{
border-color: #D83AAF;
}
.TagClassName
{
border-color: #D83AAF;
}
</style>