Shades of Fuchsia #D147C6
Tints of Fuchsia #D147C6
RGB
CMYK
RGB Variations
Color information
#D147C6 (or 0xD147C6) is known color: Fuchsia. HEX triplet: D1, 47 and C6. RGB value is (209,71,198). Sum of RGB (Red+Green+Blue) = 209+71+198=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D147C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147C6 is #2EB839. Grayscale: #7E7E7E. Windows color (decimal): -3061818 or 12994513. OLE color: 12994513.
HSL color Cylindrical-coordinate representation of color #D147C6: hue angle of 304.78º 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 #D147C6 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 198 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.18 |
| HSL | 304.78º | 0.6% | 0.55% | - |
| HSV(B) | 304.78º | 0.66% | 0.82% | - |
| XYZ | 38.74 | 22.14 | 55.66 | - |
| YUV | 126.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 198 | 0 | 0.66 | 0.05 | 0.18 | 304.78 | 0.6 | 0.55 |
| Hex | D1 | 47 | C6 | 0 | 42 | 5 | 12 | 131 | 3C | 37 |
| Octal | 321 | 107 | 306 | 0 | 102 | 5 | 22 | 461 | 74 | 67 |
| Binary | 11010001 | 1000111 | 11000110 | 0 | 1000010 | 101 | 10010 | 100110001 | 111100 | 110111 |
Color Harmonies of #D147C6
Complementary color
Monochromatic Colors of #D147C6
Black with #D147C6
Text Example
Text Example
White with #D147C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147C6; }
p { color: rgb(209,71,198); }
H1.HeaderClassName
{
color: #D147C6;
}
.AnyTagClassName
{
color: #D147C6;
}
</style>
background-color css
<style>
a { background-color: #D147C6; }
a { background-color: rgb(209,71,198); }
div.DivClassName
{
background-color: #D147C6;
}
.BgClassName
{
background-color: #D147C6;
}
</style>
border-color css
<style>
span { border-color: #D147C6; }
span { border-color: rgb(209,71,198); }
td.TdClassName
{
border-color: #D147C6;
}
.TagClassName
{
border-color: #D147C6;
}
</style>