Shades of Fuchsia #D83FAF
Tints of Fuchsia #D83FAF
RGB
CMYK
RGB Variations
Color information
#D83FAF (or 0xD83FAF) is known color: Fuchsia. HEX triplet: D8, 3F and AF. RGB value is (216,63,175). Sum of RGB (Red+Green+Blue) = 216+63+175=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83FAF is #27C050. Grayscale: #797979. Windows color (decimal): -2605137 or 11485144. OLE color: 11485144.
HSL color Cylindrical-coordinate representation of color #D83FAF: hue angle of 316.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83FAF is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 175 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.15 |
| HSL | 316.08º | 0.66% | 0.55% | - |
| HSV(B) | 316.08º | 0.71% | 0.85% | - |
| XYZ | 37.83 | 21.25 | 42.66 | - |
| YUV | 121.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 175 | 0 | 0.71 | 0.19 | 0.15 | 316.08 | 0.66 | 0.55 |
| Hex | D8 | 3F | AF | 0 | 47 | 13 | F | 13C | 42 | 37 |
| Octal | 330 | 77 | 257 | 0 | 107 | 23 | 17 | 474 | 102 | 67 |
| Binary | 11011000 | 111111 | 10101111 | 0 | 1000111 | 10011 | 1111 | 100111100 | 1000010 | 110111 |
Color Harmonies of #D83FAF
Complementary color
Monochromatic Colors of #D83FAF
Black with #D83FAF
Text Example
Text Example
White with #D83FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FAF; }
p { color: rgb(216,63,175); }
H1.HeaderClassName
{
color: #D83FAF;
}
.AnyTagClassName
{
color: #D83FAF;
}
</style>
background-color css
<style>
a { background-color: #D83FAF; }
a { background-color: rgb(216,63,175); }
div.DivClassName
{
background-color: #D83FAF;
}
.BgClassName
{
background-color: #D83FAF;
}
</style>
border-color css
<style>
span { border-color: #D83FAF; }
span { border-color: rgb(216,63,175); }
td.TdClassName
{
border-color: #D83FAF;
}
.TagClassName
{
border-color: #D83FAF;
}
</style>