Shades of Fuchsia #D163C0
Tints of Fuchsia #D163C0
RGB
CMYK
RGB Variations
Color information
#D163C0 (or 0xD163C0) is known color: Fuchsia. HEX triplet: D1, 63 and C0. RGB value is (209,99,192). Sum of RGB (Red+Green+Blue) = 209+99+192=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D163C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163C0 is #2E9C3F. Grayscale: #8E8E8E. Windows color (decimal): -3054656 or 12608465. OLE color: 12608465.
HSL color Cylindrical-coordinate representation of color #D163C0: hue angle of 309.27º 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 #D163C0 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 192 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.18 |
| HSL | 309.27º | 0.54% | 0.6% | - |
| HSV(B) | 309.27º | 0.53% | 0.82% | - |
| XYZ | 40.27 | 26.28 | 52.82 | - |
| YUV | 142.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 192 | 0 | 0.53 | 0.08 | 0.18 | 309.27 | 0.54 | 0.6 |
| Hex | D1 | 63 | C0 | 0 | 35 | 8 | 12 | 135 | 36 | 3C |
| Octal | 321 | 143 | 300 | 0 | 65 | 10 | 22 | 465 | 66 | 74 |
| Binary | 11010001 | 1100011 | 11000000 | 0 | 110101 | 1000 | 10010 | 100110101 | 110110 | 111100 |
Color Harmonies of #D163C0
Complementary color
Monochromatic Colors of #D163C0
Black with #D163C0
Text Example
Text Example
White with #D163C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163C0; }
p { color: rgb(209,99,192); }
H1.HeaderClassName
{
color: #D163C0;
}
.AnyTagClassName
{
color: #D163C0;
}
</style>
background-color css
<style>
a { background-color: #D163C0; }
a { background-color: rgb(209,99,192); }
div.DivClassName
{
background-color: #D163C0;
}
.BgClassName
{
background-color: #D163C0;
}
</style>
border-color css
<style>
span { border-color: #D163C0; }
span { border-color: rgb(209,99,192); }
td.TdClassName
{
border-color: #D163C0;
}
.TagClassName
{
border-color: #D163C0;
}
</style>