Shades of Fuchsia #D147C9
Tints of Fuchsia #D147C9
RGB
CMYK
RGB Variations
Color information
#D147C9 (or 0xD147C9) is known color: Fuchsia. HEX triplet: D1, 47 and C9. RGB value is (209,71,201). Sum of RGB (Red+Green+Blue) = 209+71+201=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D147C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147C9 is #2EB836. Grayscale: #7E7E7E. Windows color (decimal): -3061815 or 13191121. OLE color: 13191121.
HSL color Cylindrical-coordinate representation of color #D147C9: hue angle of 303.48º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D147C9 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 201 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.18 |
| HSL | 303.48º | 0.6% | 0.55% | - |
| HSV(B) | 303.48º | 0.66% | 0.82% | - |
| XYZ | 39.09 | 22.28 | 57.5 | - |
| YUV | 127.08 | 169.72 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 201 | 0 | 0.66 | 0.04 | 0.18 | 303.48 | 0.6 | 0.55 |
| Hex | D1 | 47 | C9 | 0 | 42 | 4 | 12 | 12F | 3C | 37 |
| Octal | 321 | 107 | 311 | 0 | 102 | 4 | 22 | 457 | 74 | 67 |
| Binary | 11010001 | 1000111 | 11001001 | 0 | 1000010 | 100 | 10010 | 100101111 | 111100 | 110111 |
Color Harmonies of #D147C9
Complementary color
Monochromatic Colors of #D147C9
Black with #D147C9
Text Example
Text Example
White with #D147C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147C9; }
p { color: rgb(209,71,201); }
H1.HeaderClassName
{
color: #D147C9;
}
.AnyTagClassName
{
color: #D147C9;
}
</style>
background-color css
<style>
a { background-color: #D147C9; }
a { background-color: rgb(209,71,201); }
div.DivClassName
{
background-color: #D147C9;
}
.BgClassName
{
background-color: #D147C9;
}
</style>
border-color css
<style>
span { border-color: #D147C9; }
span { border-color: rgb(209,71,201); }
td.TdClassName
{
border-color: #D147C9;
}
.TagClassName
{
border-color: #D147C9;
}
</style>