Shades of Fuchsia #D166B9
Tints of Fuchsia #D166B9
RGB
CMYK
RGB Variations
Color information
#D166B9 (or 0xD166B9) is known color: Fuchsia. HEX triplet: D1, 66 and B9. RGB value is (209,102,185). Sum of RGB (Red+Green+Blue) = 209+102+185=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D166B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166B9 is #2E9946. Grayscale: #8F8F8F. Windows color (decimal): -3053895 or 12150481. OLE color: 12150481.
HSL color Cylindrical-coordinate representation of color #D166B9: hue angle of 313.46º 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 #D166B9 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 185 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.18 |
| HSL | 313.46º | 0.54% | 0.61% | - |
| HSV(B) | 313.46º | 0.51% | 0.82% | - |
| XYZ | 39.8 | 26.56 | 48.93 | - |
| YUV | 143.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 185 | 0 | 0.51 | 0.11 | 0.18 | 313.46 | 0.54 | 0.61 |
| Hex | D1 | 66 | B9 | 0 | 33 | B | 12 | 139 | 36 | 3D |
| Octal | 321 | 146 | 271 | 0 | 63 | 13 | 22 | 471 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10111001 | 0 | 110011 | 1011 | 10010 | 100111001 | 110110 | 111101 |
Color Harmonies of #D166B9
Complementary color
Monochromatic Colors of #D166B9
Black with #D166B9
Text Example
Text Example
White with #D166B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166B9; }
p { color: rgb(209,102,185); }
H1.HeaderClassName
{
color: #D166B9;
}
.AnyTagClassName
{
color: #D166B9;
}
</style>
background-color css
<style>
a { background-color: #D166B9; }
a { background-color: rgb(209,102,185); }
div.DivClassName
{
background-color: #D166B9;
}
.BgClassName
{
background-color: #D166B9;
}
</style>
border-color css
<style>
span { border-color: #D166B9; }
span { border-color: rgb(209,102,185); }
td.TdClassName
{
border-color: #D166B9;
}
.TagClassName
{
border-color: #D166B9;
}
</style>