Shades of Fuchsia #D16DB5
Tints of Fuchsia #D16DB5
RGB
CMYK
RGB Variations
Color information
#D16DB5 (or 0xD16DB5) is known color: Fuchsia. HEX triplet: D1, 6D and B5. RGB value is (209,109,181). Sum of RGB (Red+Green+Blue) = 209+109+181=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DB5 is #2E924A. Grayscale: #929292. Windows color (decimal): -3052107 or 11890129. OLE color: 11890129.
HSL color Cylindrical-coordinate representation of color #D16DB5: hue angle of 316.8º 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 #D16DB5 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 181 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.18 |
| HSL | 316.8º | 0.52% | 0.62% | - |
| HSV(B) | 316.8º | 0.48% | 0.82% | - |
| XYZ | 40.1 | 27.83 | 46.97 | - |
| YUV | 147.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 181 | 0 | 0.48 | 0.13 | 0.18 | 316.8 | 0.52 | 0.62 |
| Hex | D1 | 6D | B5 | 0 | 30 | D | 12 | 13D | 34 | 3E |
| Octal | 321 | 155 | 265 | 0 | 60 | 15 | 22 | 475 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10110101 | 0 | 110000 | 1101 | 10010 | 100111101 | 110100 | 111110 |
Color Harmonies of #D16DB5
Complementary color
Monochromatic Colors of #D16DB5
Black with #D16DB5
Text Example
Text Example
White with #D16DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DB5; }
p { color: rgb(209,109,181); }
H1.HeaderClassName
{
color: #D16DB5;
}
.AnyTagClassName
{
color: #D16DB5;
}
</style>
background-color css
<style>
a { background-color: #D16DB5; }
a { background-color: rgb(209,109,181); }
div.DivClassName
{
background-color: #D16DB5;
}
.BgClassName
{
background-color: #D16DB5;
}
</style>
border-color css
<style>
span { border-color: #D16DB5; }
span { border-color: rgb(209,109,181); }
td.TdClassName
{
border-color: #D16DB5;
}
.TagClassName
{
border-color: #D16DB5;
}
</style>