Shades of Fuchsia #D847AF
Tints of Fuchsia #D847AF
RGB
CMYK
RGB Variations
Color information
#D847AF (or 0xD847AF) is known color: Fuchsia. HEX triplet: D8, 47 and AF. RGB value is (216,71,175). Sum of RGB (Red+Green+Blue) = 216+71+175=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D847AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D847AF is #27B850. Grayscale: #7D7D7D. Windows color (decimal): -2603089 or 11487192. OLE color: 11487192.
HSL color Cylindrical-coordinate representation of color #D847AF: hue angle of 316.97º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D847AF is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 175 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.15 |
| HSL | 316.97º | 0.65% | 0.56% | - |
| HSV(B) | 316.97º | 0.67% | 0.85% | - |
| XYZ | 38.31 | 22.2 | 42.82 | - |
| YUV | 126.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 175 | 0 | 0.67 | 0.19 | 0.15 | 316.97 | 0.65 | 0.56 |
| Hex | D8 | 47 | AF | 0 | 43 | 13 | F | 13D | 41 | 38 |
| Octal | 330 | 107 | 257 | 0 | 103 | 23 | 17 | 475 | 101 | 70 |
| Binary | 11011000 | 1000111 | 10101111 | 0 | 1000011 | 10011 | 1111 | 100111101 | 1000001 | 111000 |
Color Harmonies of #D847AF
Complementary color
Monochromatic Colors of #D847AF
Black with #D847AF
Text Example
Text Example
White with #D847AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D847AF; }
p { color: rgb(216,71,175); }
H1.HeaderClassName
{
color: #D847AF;
}
.AnyTagClassName
{
color: #D847AF;
}
</style>
background-color css
<style>
a { background-color: #D847AF; }
a { background-color: rgb(216,71,175); }
div.DivClassName
{
background-color: #D847AF;
}
.BgClassName
{
background-color: #D847AF;
}
</style>
border-color css
<style>
span { border-color: #D847AF; }
span { border-color: rgb(216,71,175); }
td.TdClassName
{
border-color: #D847AF;
}
.TagClassName
{
border-color: #D847AF;
}
</style>