Shades of Fuchsia #D160C8
Tints of Fuchsia #D160C8
RGB
CMYK
RGB Variations
Color information
#D160C8 (or 0xD160C8) is known color: Fuchsia. HEX triplet: D1, 60 and C8. RGB value is (209,96,200). Sum of RGB (Red+Green+Blue) = 209+96+200=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D160C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160C8 is #2E9F37. Grayscale: #8D8D8D. Windows color (decimal): -3055416 or 13131985. OLE color: 13131985.
HSL color Cylindrical-coordinate representation of color #D160C8: hue angle of 304.78º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D160C8 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 200 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.18 |
| HSL | 304.78º | 0.55% | 0.6% | - |
| HSV(B) | 304.78º | 0.54% | 0.82% | - |
| XYZ | 40.9 | 26.09 | 57.52 | - |
| YUV | 141.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 200 | 0 | 0.54 | 0.04 | 0.18 | 304.78 | 0.55 | 0.6 |
| Hex | D1 | 60 | C8 | 0 | 36 | 4 | 12 | 131 | 37 | 3C |
| Octal | 321 | 140 | 310 | 0 | 66 | 4 | 22 | 461 | 67 | 74 |
| Binary | 11010001 | 1100000 | 11001000 | 0 | 110110 | 100 | 10010 | 100110001 | 110111 | 111100 |
Color Harmonies of #D160C8
Complementary color
Monochromatic Colors of #D160C8
Black with #D160C8
Text Example
Text Example
White with #D160C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160C8; }
p { color: rgb(209,96,200); }
H1.HeaderClassName
{
color: #D160C8;
}
.AnyTagClassName
{
color: #D160C8;
}
</style>
background-color css
<style>
a { background-color: #D160C8; }
a { background-color: rgb(209,96,200); }
div.DivClassName
{
background-color: #D160C8;
}
.BgClassName
{
background-color: #D160C8;
}
</style>
border-color css
<style>
span { border-color: #D160C8; }
span { border-color: rgb(209,96,200); }
td.TdClassName
{
border-color: #D160C8;
}
.TagClassName
{
border-color: #D160C8;
}
</style>