Shades of Fuchsia #D16CB3
Tints of Fuchsia #D16CB3
RGB
CMYK
RGB Variations
Color information
#D16CB3 (or 0xD16CB3) is known color: Fuchsia. HEX triplet: D1, 6C and B3. RGB value is (209,108,179). Sum of RGB (Red+Green+Blue) = 209+108+179=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CB3 is #2E934C. Grayscale: #929292. Windows color (decimal): -3052365 or 11758801. OLE color: 11758801.
HSL color Cylindrical-coordinate representation of color #D16CB3: hue angle of 317.82º 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 #D16CB3 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 179 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.18 |
| HSL | 317.82º | 0.52% | 0.62% | - |
| HSV(B) | 317.82º | 0.48% | 0.82% | - |
| XYZ | 39.79 | 27.54 | 45.87 | - |
| YUV | 146.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 179 | 0 | 0.48 | 0.14 | 0.18 | 317.82 | 0.52 | 0.62 |
| Hex | D1 | 6C | B3 | 0 | 30 | E | 12 | 13E | 34 | 3E |
| Octal | 321 | 154 | 263 | 0 | 60 | 16 | 22 | 476 | 64 | 76 |
| Binary | 11010001 | 1101100 | 10110011 | 0 | 110000 | 1110 | 10010 | 100111110 | 110100 | 111110 |
Color Harmonies of #D16CB3
Complementary color
Monochromatic Colors of #D16CB3
Black with #D16CB3
Text Example
Text Example
White with #D16CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CB3; }
p { color: rgb(209,108,179); }
H1.HeaderClassName
{
color: #D16CB3;
}
.AnyTagClassName
{
color: #D16CB3;
}
</style>
background-color css
<style>
a { background-color: #D16CB3; }
a { background-color: rgb(209,108,179); }
div.DivClassName
{
background-color: #D16CB3;
}
.BgClassName
{
background-color: #D16CB3;
}
</style>
border-color css
<style>
span { border-color: #D16CB3; }
span { border-color: rgb(209,108,179); }
td.TdClassName
{
border-color: #D16CB3;
}
.TagClassName
{
border-color: #D16CB3;
}
</style>