Shades of Fuchsia #D160BA
Tints of Fuchsia #D160BA
RGB
CMYK
RGB Variations
Color information
#D160BA (or 0xD160BA) is known color: Fuchsia. HEX triplet: D1, 60 and BA. RGB value is (209,96,186). Sum of RGB (Red+Green+Blue) = 209+96+186=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D160BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160BA is #2E9F45. Grayscale: #8B8B8B. Windows color (decimal): -3055430 or 12214481. OLE color: 12214481.
HSL color Cylindrical-coordinate representation of color #D160BA: hue angle of 312.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D160BA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 186 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.18 |
| HSL | 312.21º | 0.55% | 0.6% | - |
| HSV(B) | 312.21º | 0.54% | 0.82% | - |
| XYZ | 39.34 | 25.47 | 49.3 | - |
| YUV | 140.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 186 | 0 | 0.54 | 0.11 | 0.18 | 312.21 | 0.55 | 0.6 |
| Hex | D1 | 60 | BA | 0 | 36 | B | 12 | 138 | 37 | 3C |
| Octal | 321 | 140 | 272 | 0 | 66 | 13 | 22 | 470 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10111010 | 0 | 110110 | 1011 | 10010 | 100111000 | 110111 | 111100 |
Color Harmonies of #D160BA
Complementary color
Monochromatic Colors of #D160BA
Black with #D160BA
Text Example
Text Example
White with #D160BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160BA; }
p { color: rgb(209,96,186); }
H1.HeaderClassName
{
color: #D160BA;
}
.AnyTagClassName
{
color: #D160BA;
}
</style>
background-color css
<style>
a { background-color: #D160BA; }
a { background-color: rgb(209,96,186); }
div.DivClassName
{
background-color: #D160BA;
}
.BgClassName
{
background-color: #D160BA;
}
</style>
border-color css
<style>
span { border-color: #D160BA; }
span { border-color: rgb(209,96,186); }
td.TdClassName
{
border-color: #D160BA;
}
.TagClassName
{
border-color: #D160BA;
}
</style>