Shades of Fuchsia #D164BC
Tints of Fuchsia #D164BC
RGB
CMYK
RGB Variations
Color information
#D164BC (or 0xD164BC) is known color: Fuchsia. HEX triplet: D1, 64 and BC. RGB value is (209,100,188). Sum of RGB (Red+Green+Blue) = 209+100+188=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D164BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164BC is #2E9B43. Grayscale: #8E8E8E. Windows color (decimal): -3054404 or 12346577. OLE color: 12346577.
HSL color Cylindrical-coordinate representation of color #D164BC: hue angle of 311.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D164BC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 188 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.18 |
| HSL | 311.56º | 0.54% | 0.61% | - |
| HSV(B) | 311.56º | 0.52% | 0.82% | - |
| XYZ | 39.93 | 26.3 | 50.55 | - |
| YUV | 142.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 188 | 0 | 0.52 | 0.10 | 0.18 | 311.56 | 0.54 | 0.61 |
| Hex | D1 | 64 | BC | 0 | 34 | A | 12 | 138 | 36 | 3D |
| Octal | 321 | 144 | 274 | 0 | 64 | 12 | 22 | 470 | 66 | 75 |
| Binary | 11010001 | 1100100 | 10111100 | 0 | 110100 | 1010 | 10010 | 100111000 | 110110 | 111101 |
Color Harmonies of #D164BC
Complementary color
Monochromatic Colors of #D164BC
Black with #D164BC
Text Example
Text Example
White with #D164BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164BC; }
p { color: rgb(209,100,188); }
H1.HeaderClassName
{
color: #D164BC;
}
.AnyTagClassName
{
color: #D164BC;
}
</style>
background-color css
<style>
a { background-color: #D164BC; }
a { background-color: rgb(209,100,188); }
div.DivClassName
{
background-color: #D164BC;
}
.BgClassName
{
background-color: #D164BC;
}
</style>
border-color css
<style>
span { border-color: #D164BC; }
span { border-color: rgb(209,100,188); }
td.TdClassName
{
border-color: #D164BC;
}
.TagClassName
{
border-color: #D164BC;
}
</style>