Shades of Fuchsia #D16CB4
Tints of Fuchsia #D16CB4
RGB
CMYK
RGB Variations
Color information
#D16CB4 (or 0xD16CB4) is known color: Fuchsia. HEX triplet: D1, 6C and B4. RGB value is (209,108,180). Sum of RGB (Red+Green+Blue) = 209+108+180=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CB4 is #2E934B. Grayscale: #929292. Windows color (decimal): -3052364 or 11824337. OLE color: 11824337.
HSL color Cylindrical-coordinate representation of color #D16CB4: hue angle of 317.23º 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 #D16CB4 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 180 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.18 |
| HSL | 317.23º | 0.52% | 0.62% | - |
| HSV(B) | 317.23º | 0.48% | 0.82% | - |
| XYZ | 39.9 | 27.58 | 46.4 | - |
| YUV | 146.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 180 | 0 | 0.48 | 0.14 | 0.18 | 317.23 | 0.52 | 0.62 |
| Hex | D1 | 6C | B4 | 0 | 30 | E | 12 | 13D | 34 | 3E |
| Octal | 321 | 154 | 264 | 0 | 60 | 16 | 22 | 475 | 64 | 76 |
| Binary | 11010001 | 1101100 | 10110100 | 0 | 110000 | 1110 | 10010 | 100111101 | 110100 | 111110 |
Color Harmonies of #D16CB4
Complementary color
Monochromatic Colors of #D16CB4
Black with #D16CB4
Text Example
Text Example
White with #D16CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CB4; }
p { color: rgb(209,108,180); }
H1.HeaderClassName
{
color: #D16CB4;
}
.AnyTagClassName
{
color: #D16CB4;
}
</style>
background-color css
<style>
a { background-color: #D16CB4; }
a { background-color: rgb(209,108,180); }
div.DivClassName
{
background-color: #D16CB4;
}
.BgClassName
{
background-color: #D16CB4;
}
</style>
border-color css
<style>
span { border-color: #D16CB4; }
span { border-color: rgb(209,108,180); }
td.TdClassName
{
border-color: #D16CB4;
}
.TagClassName
{
border-color: #D16CB4;
}
</style>