Shades of Fuchsia #D166BC
Tints of Fuchsia #D166BC
RGB
CMYK
RGB Variations
Color information
#D166BC (or 0xD166BC) is known color: Fuchsia. HEX triplet: D1, 66 and BC. RGB value is (209,102,188). Sum of RGB (Red+Green+Blue) = 209+102+188=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D166BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166BC is #2E9943. Grayscale: #8F8F8F. Windows color (decimal): -3053892 or 12347089. OLE color: 12347089.
HSL color Cylindrical-coordinate representation of color #D166BC: hue angle of 311.78º 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 #D166BC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 188 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.18 |
| HSL | 311.78º | 0.54% | 0.61% | - |
| HSV(B) | 311.78º | 0.51% | 0.82% | - |
| XYZ | 40.12 | 26.69 | 50.61 | - |
| YUV | 143.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 188 | 0 | 0.51 | 0.10 | 0.18 | 311.78 | 0.54 | 0.61 |
| Hex | D1 | 66 | BC | 0 | 33 | A | 12 | 138 | 36 | 3D |
| Octal | 321 | 146 | 274 | 0 | 63 | 12 | 22 | 470 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10111100 | 0 | 110011 | 1010 | 10010 | 100111000 | 110110 | 111101 |
Color Harmonies of #D166BC
Complementary color
Monochromatic Colors of #D166BC
Black with #D166BC
Text Example
Text Example
White with #D166BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166BC; }
p { color: rgb(209,102,188); }
H1.HeaderClassName
{
color: #D166BC;
}
.AnyTagClassName
{
color: #D166BC;
}
</style>
background-color css
<style>
a { background-color: #D166BC; }
a { background-color: rgb(209,102,188); }
div.DivClassName
{
background-color: #D166BC;
}
.BgClassName
{
background-color: #D166BC;
}
</style>
border-color css
<style>
span { border-color: #D166BC; }
span { border-color: rgb(209,102,188); }
td.TdClassName
{
border-color: #D166BC;
}
.TagClassName
{
border-color: #D166BC;
}
</style>