Shades of Fuchsia #D147C0
Tints of Fuchsia #D147C0
RGB
CMYK
RGB Variations
Color information
#D147C0 (or 0xD147C0) is known color: Fuchsia. HEX triplet: D1, 47 and C0. RGB value is (209,71,192). Sum of RGB (Red+Green+Blue) = 209+71+192=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D147C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147C0 is #2EB83F. Grayscale: #7D7D7D. Windows color (decimal): -3061824 or 12601297. OLE color: 12601297.
HSL color Cylindrical-coordinate representation of color #D147C0: hue angle of 307.39º 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 #D147C0 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 192 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.18 |
| HSL | 307.39º | 0.6% | 0.55% | - |
| HSV(B) | 307.39º | 0.66% | 0.82% | - |
| XYZ | 38.06 | 21.87 | 52.08 | - |
| YUV | 126.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 192 | 0 | 0.66 | 0.08 | 0.18 | 307.39 | 0.6 | 0.55 |
| Hex | D1 | 47 | C0 | 0 | 42 | 8 | 12 | 133 | 3C | 37 |
| Octal | 321 | 107 | 300 | 0 | 102 | 10 | 22 | 463 | 74 | 67 |
| Binary | 11010001 | 1000111 | 11000000 | 0 | 1000010 | 1000 | 10010 | 100110011 | 111100 | 110111 |
Color Harmonies of #D147C0
Complementary color
Monochromatic Colors of #D147C0
Black with #D147C0
Text Example
Text Example
White with #D147C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147C0; }
p { color: rgb(209,71,192); }
H1.HeaderClassName
{
color: #D147C0;
}
.AnyTagClassName
{
color: #D147C0;
}
</style>
background-color css
<style>
a { background-color: #D147C0; }
a { background-color: rgb(209,71,192); }
div.DivClassName
{
background-color: #D147C0;
}
.BgClassName
{
background-color: #D147C0;
}
</style>
border-color css
<style>
span { border-color: #D147C0; }
span { border-color: rgb(209,71,192); }
td.TdClassName
{
border-color: #D147C0;
}
.TagClassName
{
border-color: #D147C0;
}
</style>