Shades of Fuchsia #D16AB5
Tints of Fuchsia #D16AB5
RGB
CMYK
RGB Variations
Color information
#D16AB5 (or 0xD16AB5) is known color: Fuchsia. HEX triplet: D1, 6A and B5. RGB value is (209,106,181). Sum of RGB (Red+Green+Blue) = 209+106+181=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AB5 is #2E954A. Grayscale: #919191. Windows color (decimal): -3052875 or 11889361. OLE color: 11889361.
HSL color Cylindrical-coordinate representation of color #D16AB5: hue angle of 316.31º 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 #D16AB5 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 181 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.18 |
| HSL | 316.31º | 0.53% | 0.62% | - |
| HSV(B) | 316.31º | 0.49% | 0.82% | - |
| XYZ | 39.79 | 27.2 | 46.87 | - |
| YUV | 145.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 181 | 0 | 0.49 | 0.13 | 0.18 | 316.31 | 0.53 | 0.62 |
| Hex | D1 | 6A | B5 | 0 | 31 | D | 12 | 13C | 35 | 3E |
| Octal | 321 | 152 | 265 | 0 | 61 | 15 | 22 | 474 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10110101 | 0 | 110001 | 1101 | 10010 | 100111100 | 110101 | 111110 |
Color Harmonies of #D16AB5
Complementary color
Monochromatic Colors of #D16AB5
Black with #D16AB5
Text Example
Text Example
White with #D16AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AB5; }
p { color: rgb(209,106,181); }
H1.HeaderClassName
{
color: #D16AB5;
}
.AnyTagClassName
{
color: #D16AB5;
}
</style>
background-color css
<style>
a { background-color: #D16AB5; }
a { background-color: rgb(209,106,181); }
div.DivClassName
{
background-color: #D16AB5;
}
.BgClassName
{
background-color: #D16AB5;
}
</style>
border-color css
<style>
span { border-color: #D16AB5; }
span { border-color: rgb(209,106,181); }
td.TdClassName
{
border-color: #D16AB5;
}
.TagClassName
{
border-color: #D16AB5;
}
</style>