Shades of Fuchsia #D056AF
Tints of Fuchsia #D056AF
RGB
CMYK
RGB Variations
Color information
#D056AF (or 0xD056AF) is known color: Fuchsia. HEX triplet: D0, 56 and AF. RGB value is (208,86,175). Sum of RGB (Red+Green+Blue) = 208+86+175=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D056AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D056AF is #2FA950. Grayscale: #848484. Windows color (decimal): -3123537 or 11491024. OLE color: 11491024.
HSL color Cylindrical-coordinate representation of color #D056AF: hue angle of 316.23º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D056AF is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 175 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.18 |
| HSL | 316.23º | 0.56% | 0.58% | - |
| HSV(B) | 316.23º | 0.59% | 0.82% | - |
| XYZ | 37.08 | 23.16 | 43.07 | - |
| YUV | 132.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 175 | 0 | 0.59 | 0.16 | 0.18 | 316.23 | 0.56 | 0.58 |
| Hex | D0 | 56 | AF | 0 | 3B | 10 | 12 | 13C | 38 | 3A |
| Octal | 320 | 126 | 257 | 0 | 73 | 20 | 22 | 474 | 70 | 72 |
| Binary | 11010000 | 1010110 | 10101111 | 0 | 111011 | 10000 | 10010 | 100111100 | 111000 | 111010 |
Color Harmonies of #D056AF
Complementary color
Monochromatic Colors of #D056AF
Black with #D056AF
Text Example
Text Example
White with #D056AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056AF; }
p { color: rgb(208,86,175); }
H1.HeaderClassName
{
color: #D056AF;
}
.AnyTagClassName
{
color: #D056AF;
}
</style>
background-color css
<style>
a { background-color: #D056AF; }
a { background-color: rgb(208,86,175); }
div.DivClassName
{
background-color: #D056AF;
}
.BgClassName
{
background-color: #D056AF;
}
</style>
border-color css
<style>
span { border-color: #D056AF; }
span { border-color: rgb(208,86,175); }
td.TdClassName
{
border-color: #D056AF;
}
.TagClassName
{
border-color: #D056AF;
}
</style>