Shades of Fuchsia #D167BC
Tints of Fuchsia #D167BC
RGB
CMYK
RGB Variations
Color information
#D167BC (or 0xD167BC) is known color: Fuchsia. HEX triplet: D1, 67 and BC. RGB value is (209,103,188). Sum of RGB (Red+Green+Blue) = 209+103+188=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D167BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167BC is #2E9843. Grayscale: #909090. Windows color (decimal): -3053636 or 12347345. OLE color: 12347345.
HSL color Cylindrical-coordinate representation of color #D167BC: hue angle of 311.89º 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 #D167BC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 188 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.18 |
| HSL | 311.89º | 0.54% | 0.61% | - |
| HSV(B) | 311.89º | 0.51% | 0.82% | - |
| XYZ | 40.22 | 26.89 | 50.65 | - |
| YUV | 144.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 188 | 0 | 0.51 | 0.10 | 0.18 | 311.89 | 0.54 | 0.61 |
| Hex | D1 | 67 | BC | 0 | 33 | A | 12 | 138 | 36 | 3D |
| Octal | 321 | 147 | 274 | 0 | 63 | 12 | 22 | 470 | 66 | 75 |
| Binary | 11010001 | 1100111 | 10111100 | 0 | 110011 | 1010 | 10010 | 100111000 | 110110 | 111101 |
Color Harmonies of #D167BC
Complementary color
Monochromatic Colors of #D167BC
Black with #D167BC
Text Example
Text Example
White with #D167BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D167BC; }
p { color: rgb(209,103,188); }
H1.HeaderClassName
{
color: #D167BC;
}
.AnyTagClassName
{
color: #D167BC;
}
</style>
background-color css
<style>
a { background-color: #D167BC; }
a { background-color: rgb(209,103,188); }
div.DivClassName
{
background-color: #D167BC;
}
.BgClassName
{
background-color: #D167BC;
}
</style>
border-color css
<style>
span { border-color: #D167BC; }
span { border-color: rgb(209,103,188); }
td.TdClassName
{
border-color: #D167BC;
}
.TagClassName
{
border-color: #D167BC;
}
</style>