Shades of Fuchsia #D166B1
Tints of Fuchsia #D166B1
RGB
CMYK
RGB Variations
Color information
#D166B1 (or 0xD166B1) is known color: Fuchsia. HEX triplet: D1, 66 and B1. RGB value is (209,102,177). Sum of RGB (Red+Green+Blue) = 209+102+177=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D166B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D166B1 is #2E994E. Grayscale: #8E8E8E. Windows color (decimal): -3053903 or 11626193. OLE color: 11626193.
HSL color Cylindrical-coordinate representation of color #D166B1: hue angle of 317.94º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D166B1 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 177 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.18 |
| HSL | 317.94º | 0.54% | 0.61% | - |
| HSV(B) | 317.94º | 0.51% | 0.82% | - |
| XYZ | 38.98 | 26.23 | 44.6 | - |
| YUV | 142.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 177 | 0 | 0.51 | 0.15 | 0.18 | 317.94 | 0.54 | 0.61 |
| Hex | D1 | 66 | B1 | 0 | 33 | F | 12 | 13E | 36 | 3D |
| Octal | 321 | 146 | 261 | 0 | 63 | 17 | 22 | 476 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10110001 | 0 | 110011 | 1111 | 10010 | 100111110 | 110110 | 111101 |
Color Harmonies of #D166B1
Complementary color
Monochromatic Colors of #D166B1
Black with #D166B1
Text Example
Text Example
White with #D166B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166B1; }
p { color: rgb(209,102,177); }
H1.HeaderClassName
{
color: #D166B1;
}
.AnyTagClassName
{
color: #D166B1;
}
</style>
background-color css
<style>
a { background-color: #D166B1; }
a { background-color: rgb(209,102,177); }
div.DivClassName
{
background-color: #D166B1;
}
.BgClassName
{
background-color: #D166B1;
}
</style>
border-color css
<style>
span { border-color: #D166B1; }
span { border-color: rgb(209,102,177); }
td.TdClassName
{
border-color: #D166B1;
}
.TagClassName
{
border-color: #D166B1;
}
</style>