Shades of Fuchsia #D167BA
Tints of Fuchsia #D167BA
RGB
CMYK
RGB Variations
Color information
#D167BA (or 0xD167BA) is known color: Fuchsia. HEX triplet: D1, 67 and BA. RGB value is (209,103,186). Sum of RGB (Red+Green+Blue) = 209+103+186=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D167BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167BA is #2E9845. Grayscale: #8F8F8F. Windows color (decimal): -3053638 or 12216273. OLE color: 12216273.
HSL color Cylindrical-coordinate representation of color #D167BA: hue angle of 313.02º 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 #D167BA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 186 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.18 |
| HSL | 313.02º | 0.54% | 0.61% | - |
| HSV(B) | 313.02º | 0.51% | 0.82% | - |
| XYZ | 40.01 | 26.8 | 49.52 | - |
| YUV | 144.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 186 | 0 | 0.51 | 0.11 | 0.18 | 313.02 | 0.54 | 0.61 |
| Hex | D1 | 67 | BA | 0 | 33 | B | 12 | 139 | 36 | 3D |
| Octal | 321 | 147 | 272 | 0 | 63 | 13 | 22 | 471 | 66 | 75 |
| Binary | 11010001 | 1100111 | 10111010 | 0 | 110011 | 1011 | 10010 | 100111001 | 110110 | 111101 |
Color Harmonies of #D167BA
Complementary color
Monochromatic Colors of #D167BA
Black with #D167BA
Text Example
Text Example
White with #D167BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D167BA; }
p { color: rgb(209,103,186); }
H1.HeaderClassName
{
color: #D167BA;
}
.AnyTagClassName
{
color: #D167BA;
}
</style>
background-color css
<style>
a { background-color: #D167BA; }
a { background-color: rgb(209,103,186); }
div.DivClassName
{
background-color: #D167BA;
}
.BgClassName
{
background-color: #D167BA;
}
</style>
border-color css
<style>
span { border-color: #D167BA; }
span { border-color: rgb(209,103,186); }
td.TdClassName
{
border-color: #D167BA;
}
.TagClassName
{
border-color: #D167BA;
}
</style>