Shades of Fuchsia #D163B2
Tints of Fuchsia #D163B2
RGB
CMYK
RGB Variations
Color information
#D163B2 (or 0xD163B2) is known color: Fuchsia. HEX triplet: D1, 63 and B2. RGB value is (209,99,178). Sum of RGB (Red+Green+Blue) = 209+99+178=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D163B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163B2 is #2E9C4D. Grayscale: #8C8C8C. Windows color (decimal): -3054670 or 11690961. OLE color: 11690961.
HSL color Cylindrical-coordinate representation of color #D163B2: hue angle of 316.91º 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 #D163B2 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 178 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.18 |
| HSL | 316.91º | 0.54% | 0.6% | - |
| HSV(B) | 316.91º | 0.53% | 0.82% | - |
| XYZ | 38.79 | 25.69 | 45.03 | - |
| YUV | 140.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 178 | 0 | 0.53 | 0.15 | 0.18 | 316.91 | 0.54 | 0.6 |
| Hex | D1 | 63 | B2 | 0 | 35 | F | 12 | 13D | 36 | 3C |
| Octal | 321 | 143 | 262 | 0 | 65 | 17 | 22 | 475 | 66 | 74 |
| Binary | 11010001 | 1100011 | 10110010 | 0 | 110101 | 1111 | 10010 | 100111101 | 110110 | 111100 |
Color Harmonies of #D163B2
Complementary color
Monochromatic Colors of #D163B2
Black with #D163B2
Text Example
Text Example
White with #D163B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163B2; }
p { color: rgb(209,99,178); }
H1.HeaderClassName
{
color: #D163B2;
}
.AnyTagClassName
{
color: #D163B2;
}
</style>
background-color css
<style>
a { background-color: #D163B2; }
a { background-color: rgb(209,99,178); }
div.DivClassName
{
background-color: #D163B2;
}
.BgClassName
{
background-color: #D163B2;
}
</style>
border-color css
<style>
span { border-color: #D163B2; }
span { border-color: rgb(209,99,178); }
td.TdClassName
{
border-color: #D163B2;
}
.TagClassName
{
border-color: #D163B2;
}
</style>