Shades of Fuchsia #D163C2
Tints of Fuchsia #D163C2
RGB
CMYK
RGB Variations
Color information
#D163C2 (or 0xD163C2) is known color: Fuchsia. HEX triplet: D1, 63 and C2. RGB value is (209,99,194). Sum of RGB (Red+Green+Blue) = 209+99+194=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D163C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163C2 is #2E9C3D. Grayscale: #8E8E8E. Windows color (decimal): -3054654 or 12739537. OLE color: 12739537.
HSL color Cylindrical-coordinate representation of color #D163C2: hue angle of 308.18º 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 #D163C2 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 194 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.18 |
| HSL | 308.18º | 0.54% | 0.6% | - |
| HSV(B) | 308.18º | 0.53% | 0.82% | - |
| XYZ | 40.49 | 26.37 | 54 | - |
| YUV | 142.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 194 | 0 | 0.53 | 0.07 | 0.18 | 308.18 | 0.54 | 0.6 |
| Hex | D1 | 63 | C2 | 0 | 35 | 7 | 12 | 134 | 36 | 3C |
| Octal | 321 | 143 | 302 | 0 | 65 | 7 | 22 | 464 | 66 | 74 |
| Binary | 11010001 | 1100011 | 11000010 | 0 | 110101 | 111 | 10010 | 100110100 | 110110 | 111100 |
Color Harmonies of #D163C2
Complementary color
Monochromatic Colors of #D163C2
Black with #D163C2
Text Example
Text Example
White with #D163C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163C2; }
p { color: rgb(209,99,194); }
H1.HeaderClassName
{
color: #D163C2;
}
.AnyTagClassName
{
color: #D163C2;
}
</style>
background-color css
<style>
a { background-color: #D163C2; }
a { background-color: rgb(209,99,194); }
div.DivClassName
{
background-color: #D163C2;
}
.BgClassName
{
background-color: #D163C2;
}
</style>
border-color css
<style>
span { border-color: #D163C2; }
span { border-color: rgb(209,99,194); }
td.TdClassName
{
border-color: #D163C2;
}
.TagClassName
{
border-color: #D163C2;
}
</style>