Shades of Fuchsia #D16DB4
Tints of Fuchsia #D16DB4
RGB
CMYK
RGB Variations
Color information
#D16DB4 (or 0xD16DB4) is known color: Fuchsia. HEX triplet: D1, 6D and B4. RGB value is (209,109,180). Sum of RGB (Red+Green+Blue) = 209+109+180=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DB4 is #2E924B. Grayscale: #929292. Windows color (decimal): -3052108 or 11824593. OLE color: 11824593.
HSL color Cylindrical-coordinate representation of color #D16DB4: hue angle of 317.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16DB4 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 180 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.18 |
| HSL | 317.4º | 0.52% | 0.62% | - |
| HSV(B) | 317.4º | 0.48% | 0.82% | - |
| XYZ | 40 | 27.79 | 46.44 | - |
| YUV | 146.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 180 | 0 | 0.48 | 0.14 | 0.18 | 317.4 | 0.52 | 0.62 |
| Hex | D1 | 6D | B4 | 0 | 30 | E | 12 | 13D | 34 | 3E |
| Octal | 321 | 155 | 264 | 0 | 60 | 16 | 22 | 475 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10110100 | 0 | 110000 | 1110 | 10010 | 100111101 | 110100 | 111110 |
Color Harmonies of #D16DB4
Complementary color
Monochromatic Colors of #D16DB4
Black with #D16DB4
Text Example
Text Example
White with #D16DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DB4; }
p { color: rgb(209,109,180); }
H1.HeaderClassName
{
color: #D16DB4;
}
.AnyTagClassName
{
color: #D16DB4;
}
</style>
background-color css
<style>
a { background-color: #D16DB4; }
a { background-color: rgb(209,109,180); }
div.DivClassName
{
background-color: #D16DB4;
}
.BgClassName
{
background-color: #D16DB4;
}
</style>
border-color css
<style>
span { border-color: #D16DB4; }
span { border-color: rgb(209,109,180); }
td.TdClassName
{
border-color: #D16DB4;
}
.TagClassName
{
border-color: #D16DB4;
}
</style>