Shades of Fuchsia #D166BF
Tints of Fuchsia #D166BF
RGB
CMYK
RGB Variations
Color information
#D166BF (or 0xD166BF) is known color: Fuchsia. HEX triplet: D1, 66 and BF. RGB value is (209,102,191). Sum of RGB (Red+Green+Blue) = 209+102+191=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D166BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166BF is #2E9940. Grayscale: #8F8F8F. Windows color (decimal): -3053889 or 12543697. OLE color: 12543697.
HSL color Cylindrical-coordinate representation of color #D166BF: hue angle of 310.09º 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 #D166BF is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 191 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.18 |
| HSL | 310.09º | 0.54% | 0.61% | - |
| HSV(B) | 310.09º | 0.51% | 0.82% | - |
| XYZ | 40.45 | 26.82 | 52.33 | - |
| YUV | 144.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 191 | 0 | 0.51 | 0.09 | 0.18 | 310.09 | 0.54 | 0.61 |
| Hex | D1 | 66 | BF | 0 | 33 | 9 | 12 | 136 | 36 | 3D |
| Octal | 321 | 146 | 277 | 0 | 63 | 11 | 22 | 466 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10111111 | 0 | 110011 | 1001 | 10010 | 100110110 | 110110 | 111101 |
Color Harmonies of #D166BF
Complementary color
Monochromatic Colors of #D166BF
Black with #D166BF
Text Example
Text Example
White with #D166BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166BF; }
p { color: rgb(209,102,191); }
H1.HeaderClassName
{
color: #D166BF;
}
.AnyTagClassName
{
color: #D166BF;
}
</style>
background-color css
<style>
a { background-color: #D166BF; }
a { background-color: rgb(209,102,191); }
div.DivClassName
{
background-color: #D166BF;
}
.BgClassName
{
background-color: #D166BF;
}
</style>
border-color css
<style>
span { border-color: #D166BF; }
span { border-color: rgb(209,102,191); }
td.TdClassName
{
border-color: #D166BF;
}
.TagClassName
{
border-color: #D166BF;
}
</style>