Shades of Fuchsia #D056AB
Tints of Fuchsia #D056AB
RGB
CMYK
RGB Variations
Color information
#D056AB (or 0xD056AB) is known color: Fuchsia. HEX triplet: D0, 56 and AB. RGB value is (208,86,171). Sum of RGB (Red+Green+Blue) = 208+86+171=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D056AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D056AB is #2FA954. Grayscale: #838383. Windows color (decimal): -3123541 or 11228880. OLE color: 11228880.
HSL color Cylindrical-coordinate representation of color #D056AB: hue angle of 318.2º 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 #D056AB is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 171 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.18 |
| HSL | 318.2º | 0.56% | 0.58% | - |
| HSV(B) | 318.2º | 0.59% | 0.82% | - |
| XYZ | 36.69 | 23.01 | 41.03 | - |
| YUV | 132.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 171 | 0 | 0.59 | 0.18 | 0.18 | 318.2 | 0.56 | 0.58 |
| Hex | D0 | 56 | AB | 0 | 3B | 12 | 12 | 13E | 38 | 3A |
| Octal | 320 | 126 | 253 | 0 | 73 | 22 | 22 | 476 | 70 | 72 |
| Binary | 11010000 | 1010110 | 10101011 | 0 | 111011 | 10010 | 10010 | 100111110 | 111000 | 111010 |
Color Harmonies of #D056AB
Complementary color
Monochromatic Colors of #D056AB
Black with #D056AB
Text Example
Text Example
White with #D056AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056AB; }
p { color: rgb(208,86,171); }
H1.HeaderClassName
{
color: #D056AB;
}
.AnyTagClassName
{
color: #D056AB;
}
</style>
background-color css
<style>
a { background-color: #D056AB; }
a { background-color: rgb(208,86,171); }
div.DivClassName
{
background-color: #D056AB;
}
.BgClassName
{
background-color: #D056AB;
}
</style>
border-color css
<style>
span { border-color: #D056AB; }
span { border-color: rgb(208,86,171); }
td.TdClassName
{
border-color: #D056AB;
}
.TagClassName
{
border-color: #D056AB;
}
</style>