Shades of Fuchsia #D160C5
Tints of Fuchsia #D160C5
RGB
CMYK
RGB Variations
Color information
#D160C5 (or 0xD160C5) is known color: Fuchsia. HEX triplet: D1, 60 and C5. RGB value is (209,96,197). Sum of RGB (Red+Green+Blue) = 209+96+197=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D160C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160C5 is #2E9F3A. Grayscale: #8D8D8D. Windows color (decimal): -3055419 or 12935377. OLE color: 12935377.
HSL color Cylindrical-coordinate representation of color #D160C5: hue angle of 306.37º 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 #D160C5 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 197 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.18 |
| HSL | 306.37º | 0.55% | 0.6% | - |
| HSV(B) | 306.37º | 0.54% | 0.82% | - |
| XYZ | 40.56 | 25.95 | 55.7 | - |
| YUV | 141.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 197 | 0 | 0.54 | 0.06 | 0.18 | 306.37 | 0.55 | 0.6 |
| Hex | D1 | 60 | C5 | 0 | 36 | 6 | 12 | 132 | 37 | 3C |
| Octal | 321 | 140 | 305 | 0 | 66 | 6 | 22 | 462 | 67 | 74 |
| Binary | 11010001 | 1100000 | 11000101 | 0 | 110110 | 110 | 10010 | 100110010 | 110111 | 111100 |
Color Harmonies of #D160C5
Complementary color
Monochromatic Colors of #D160C5
Black with #D160C5
Text Example
Text Example
White with #D160C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160C5; }
p { color: rgb(209,96,197); }
H1.HeaderClassName
{
color: #D160C5;
}
.AnyTagClassName
{
color: #D160C5;
}
</style>
background-color css
<style>
a { background-color: #D160C5; }
a { background-color: rgb(209,96,197); }
div.DivClassName
{
background-color: #D160C5;
}
.BgClassName
{
background-color: #D160C5;
}
</style>
border-color css
<style>
span { border-color: #D160C5; }
span { border-color: rgb(209,96,197); }
td.TdClassName
{
border-color: #D160C5;
}
.TagClassName
{
border-color: #D160C5;
}
</style>