Shades of Fuchsia #D16AB6
Tints of Fuchsia #D16AB6
RGB
CMYK
RGB Variations
Color information
#D16AB6 (or 0xD16AB6) is known color: Fuchsia. HEX triplet: D1, 6A and B6. RGB value is (209,106,182). Sum of RGB (Red+Green+Blue) = 209+106+182=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AB6 is #2E9549. Grayscale: #919191. Windows color (decimal): -3052874 or 11954897. OLE color: 11954897.
HSL color Cylindrical-coordinate representation of color #D16AB6: hue angle of 315.73º 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 #D16AB6 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 182 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.18 |
| HSL | 315.73º | 0.53% | 0.62% | - |
| HSV(B) | 315.73º | 0.49% | 0.82% | - |
| XYZ | 39.89 | 27.24 | 47.41 | - |
| YUV | 145.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 182 | 0 | 0.49 | 0.13 | 0.18 | 315.73 | 0.53 | 0.62 |
| Hex | D1 | 6A | B6 | 0 | 31 | D | 12 | 13C | 35 | 3E |
| Octal | 321 | 152 | 266 | 0 | 61 | 15 | 22 | 474 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10110110 | 0 | 110001 | 1101 | 10010 | 100111100 | 110101 | 111110 |
Color Harmonies of #D16AB6
Complementary color
Monochromatic Colors of #D16AB6
Black with #D16AB6
Text Example
Text Example
White with #D16AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AB6; }
p { color: rgb(209,106,182); }
H1.HeaderClassName
{
color: #D16AB6;
}
.AnyTagClassName
{
color: #D16AB6;
}
</style>
background-color css
<style>
a { background-color: #D16AB6; }
a { background-color: rgb(209,106,182); }
div.DivClassName
{
background-color: #D16AB6;
}
.BgClassName
{
background-color: #D16AB6;
}
</style>
border-color css
<style>
span { border-color: #D16AB6; }
span { border-color: rgb(209,106,182); }
td.TdClassName
{
border-color: #D16AB6;
}
.TagClassName
{
border-color: #D16AB6;
}
</style>