Shades of Fuchsia #D166C0
Tints of Fuchsia #D166C0
RGB
CMYK
RGB Variations
Color information
#D166C0 (or 0xD166C0) is known color: Fuchsia. HEX triplet: D1, 66 and C0. RGB value is (209,102,192). Sum of RGB (Red+Green+Blue) = 209+102+192=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D166C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166C0 is #2E993F. Grayscale: #909090. Windows color (decimal): -3053888 or 12609233. OLE color: 12609233.
HSL color Cylindrical-coordinate representation of color #D166C0: hue angle of 309.53º 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 #D166C0 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 192 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.18 |
| HSL | 309.53º | 0.54% | 0.61% | - |
| HSV(B) | 309.53º | 0.51% | 0.82% | - |
| XYZ | 40.56 | 26.86 | 52.92 | - |
| YUV | 144.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 192 | 0 | 0.51 | 0.08 | 0.18 | 309.53 | 0.54 | 0.61 |
| Hex | D1 | 66 | C0 | 0 | 33 | 8 | 12 | 136 | 36 | 3D |
| Octal | 321 | 146 | 300 | 0 | 63 | 10 | 22 | 466 | 66 | 75 |
| Binary | 11010001 | 1100110 | 11000000 | 0 | 110011 | 1000 | 10010 | 100110110 | 110110 | 111101 |
Color Harmonies of #D166C0
Complementary color
Monochromatic Colors of #D166C0
Black with #D166C0
Text Example
Text Example
White with #D166C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166C0; }
p { color: rgb(209,102,192); }
H1.HeaderClassName
{
color: #D166C0;
}
.AnyTagClassName
{
color: #D166C0;
}
</style>
background-color css
<style>
a { background-color: #D166C0; }
a { background-color: rgb(209,102,192); }
div.DivClassName
{
background-color: #D166C0;
}
.BgClassName
{
background-color: #D166C0;
}
</style>
border-color css
<style>
span { border-color: #D166C0; }
span { border-color: rgb(209,102,192); }
td.TdClassName
{
border-color: #D166C0;
}
.TagClassName
{
border-color: #D166C0;
}
</style>