Shades of Fuchsia #D163BA
Tints of Fuchsia #D163BA
RGB
CMYK
RGB Variations
Color information
#D163BA (or 0xD163BA) is known color: Fuchsia. HEX triplet: D1, 63 and BA. RGB value is (209,99,186). Sum of RGB (Red+Green+Blue) = 209+99+186=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D163BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163BA is #2E9C45. Grayscale: #8D8D8D. Windows color (decimal): -3054662 or 12215249. OLE color: 12215249.
HSL color Cylindrical-coordinate representation of color #D163BA: hue angle of 312.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D163BA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 186 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.18 |
| HSL | 312.55º | 0.54% | 0.6% | - |
| HSV(B) | 312.55º | 0.53% | 0.82% | - |
| XYZ | 39.62 | 26.02 | 49.39 | - |
| YUV | 141.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 186 | 0 | 0.53 | 0.11 | 0.18 | 312.55 | 0.54 | 0.6 |
| Hex | D1 | 63 | BA | 0 | 35 | B | 12 | 139 | 36 | 3C |
| Octal | 321 | 143 | 272 | 0 | 65 | 13 | 22 | 471 | 66 | 74 |
| Binary | 11010001 | 1100011 | 10111010 | 0 | 110101 | 1011 | 10010 | 100111001 | 110110 | 111100 |
Color Harmonies of #D163BA
Complementary color
Monochromatic Colors of #D163BA
Black with #D163BA
Text Example
Text Example
White with #D163BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163BA; }
p { color: rgb(209,99,186); }
H1.HeaderClassName
{
color: #D163BA;
}
.AnyTagClassName
{
color: #D163BA;
}
</style>
background-color css
<style>
a { background-color: #D163BA; }
a { background-color: rgb(209,99,186); }
div.DivClassName
{
background-color: #D163BA;
}
.BgClassName
{
background-color: #D163BA;
}
</style>
border-color css
<style>
span { border-color: #D163BA; }
span { border-color: rgb(209,99,186); }
td.TdClassName
{
border-color: #D163BA;
}
.TagClassName
{
border-color: #D163BA;
}
</style>