Shades of Fuchsia #D16AB8
Tints of Fuchsia #D16AB8
RGB
CMYK
RGB Variations
Color information
#D16AB8 (or 0xD16AB8) is known color: Fuchsia. HEX triplet: D1, 6A and B8. RGB value is (209,106,184). Sum of RGB (Red+Green+Blue) = 209+106+184=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AB8 is #2E9547. Grayscale: #919191. Windows color (decimal): -3052872 or 12085969. OLE color: 12085969.
HSL color Cylindrical-coordinate representation of color #D16AB8: hue angle of 314.56º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16AB8 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 184 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.18 |
| HSL | 314.56º | 0.53% | 0.62% | - |
| HSV(B) | 314.56º | 0.49% | 0.82% | - |
| XYZ | 40.1 | 27.32 | 48.51 | - |
| YUV | 145.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 184 | 0 | 0.49 | 0.12 | 0.18 | 314.56 | 0.53 | 0.62 |
| Hex | D1 | 6A | B8 | 0 | 31 | C | 12 | 13B | 35 | 3E |
| Octal | 321 | 152 | 270 | 0 | 61 | 14 | 22 | 473 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10111000 | 0 | 110001 | 1100 | 10010 | 100111011 | 110101 | 111110 |
Color Harmonies of #D16AB8
Complementary color
Monochromatic Colors of #D16AB8
Black with #D16AB8
Text Example
Text Example
White with #D16AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AB8; }
p { color: rgb(209,106,184); }
H1.HeaderClassName
{
color: #D16AB8;
}
.AnyTagClassName
{
color: #D16AB8;
}
</style>
background-color css
<style>
a { background-color: #D16AB8; }
a { background-color: rgb(209,106,184); }
div.DivClassName
{
background-color: #D16AB8;
}
.BgClassName
{
background-color: #D16AB8;
}
</style>
border-color css
<style>
span { border-color: #D16AB8; }
span { border-color: rgb(209,106,184); }
td.TdClassName
{
border-color: #D16AB8;
}
.TagClassName
{
border-color: #D16AB8;
}
</style>