Shades of Fuchsia #D161C5
Tints of Fuchsia #D161C5
RGB
CMYK
RGB Variations
Color information
#D161C5 (or 0xD161C5) is known color: Fuchsia. HEX triplet: D1, 61 and C5. RGB value is (209,97,197). Sum of RGB (Red+Green+Blue) = 209+97+197=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D161C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161C5 is #2E9E3A. Grayscale: #8D8D8D. Windows color (decimal): -3055163 or 12935633. OLE color: 12935633.
HSL color Cylindrical-coordinate representation of color #D161C5: hue angle of 306.43º 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 #D161C5 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 197 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.18 |
| HSL | 306.43º | 0.55% | 0.6% | - |
| HSV(B) | 306.43º | 0.54% | 0.82% | - |
| XYZ | 40.65 | 26.14 | 55.73 | - |
| YUV | 141.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 197 | 0 | 0.54 | 0.06 | 0.18 | 306.43 | 0.55 | 0.6 |
| Hex | D1 | 61 | C5 | 0 | 36 | 6 | 12 | 132 | 37 | 3C |
| Octal | 321 | 141 | 305 | 0 | 66 | 6 | 22 | 462 | 67 | 74 |
| Binary | 11010001 | 1100001 | 11000101 | 0 | 110110 | 110 | 10010 | 100110010 | 110111 | 111100 |
Color Harmonies of #D161C5
Complementary color
Monochromatic Colors of #D161C5
Black with #D161C5
Text Example
Text Example
White with #D161C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D161C5; }
p { color: rgb(209,97,197); }
H1.HeaderClassName
{
color: #D161C5;
}
.AnyTagClassName
{
color: #D161C5;
}
</style>
background-color css
<style>
a { background-color: #D161C5; }
a { background-color: rgb(209,97,197); }
div.DivClassName
{
background-color: #D161C5;
}
.BgClassName
{
background-color: #D161C5;
}
</style>
border-color css
<style>
span { border-color: #D161C5; }
span { border-color: rgb(209,97,197); }
td.TdClassName
{
border-color: #D161C5;
}
.TagClassName
{
border-color: #D161C5;
}
</style>