Shades of Fuchsia #D160C7
Tints of Fuchsia #D160C7
RGB
CMYK
RGB Variations
Color information
#D160C7 (or 0xD160C7) is known color: Fuchsia. HEX triplet: D1, 60 and C7. RGB value is (209,96,199). Sum of RGB (Red+Green+Blue) = 209+96+199=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D160C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160C7 is #2E9F38. Grayscale: #8D8D8D. Windows color (decimal): -3055417 or 13066449. OLE color: 13066449.
HSL color Cylindrical-coordinate representation of color #D160C7: hue angle of 305.31º 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 #D160C7 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 199 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.18 |
| HSL | 305.31º | 0.55% | 0.6% | - |
| HSV(B) | 305.31º | 0.54% | 0.82% | - |
| XYZ | 40.79 | 26.04 | 56.91 | - |
| YUV | 141.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 199 | 0 | 0.54 | 0.05 | 0.18 | 305.31 | 0.55 | 0.6 |
| Hex | D1 | 60 | C7 | 0 | 36 | 5 | 12 | 131 | 37 | 3C |
| Octal | 321 | 140 | 307 | 0 | 66 | 5 | 22 | 461 | 67 | 74 |
| Binary | 11010001 | 1100000 | 11000111 | 0 | 110110 | 101 | 10010 | 100110001 | 110111 | 111100 |
Color Harmonies of #D160C7
Complementary color
Monochromatic Colors of #D160C7
Black with #D160C7
Text Example
Text Example
White with #D160C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160C7; }
p { color: rgb(209,96,199); }
H1.HeaderClassName
{
color: #D160C7;
}
.AnyTagClassName
{
color: #D160C7;
}
</style>
background-color css
<style>
a { background-color: #D160C7; }
a { background-color: rgb(209,96,199); }
div.DivClassName
{
background-color: #D160C7;
}
.BgClassName
{
background-color: #D160C7;
}
</style>
border-color css
<style>
span { border-color: #D160C7; }
span { border-color: rgb(209,96,199); }
td.TdClassName
{
border-color: #D160C7;
}
.TagClassName
{
border-color: #D160C7;
}
</style>