Shades of Fuchsia #D147C7
Tints of Fuchsia #D147C7
RGB
CMYK
RGB Variations
Color information
#D147C7 (or 0xD147C7) is known color: Fuchsia. HEX triplet: D1, 47 and C7. RGB value is (209,71,199). Sum of RGB (Red+Green+Blue) = 209+71+199=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D147C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147C7 is #2EB838. Grayscale: #7E7E7E. Windows color (decimal): -3061817 or 13060049. OLE color: 13060049.
HSL color Cylindrical-coordinate representation of color #D147C7: hue angle of 304.35º 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 #D147C7 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 199 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.18 |
| HSL | 304.35º | 0.6% | 0.55% | - |
| HSV(B) | 304.35º | 0.66% | 0.82% | - |
| XYZ | 38.86 | 22.19 | 56.27 | - |
| YUV | 126.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 199 | 0 | 0.66 | 0.05 | 0.18 | 304.35 | 0.6 | 0.55 |
| Hex | D1 | 47 | C7 | 0 | 42 | 5 | 12 | 130 | 3C | 37 |
| Octal | 321 | 107 | 307 | 0 | 102 | 5 | 22 | 460 | 74 | 67 |
| Binary | 11010001 | 1000111 | 11000111 | 0 | 1000010 | 101 | 10010 | 100110000 | 111100 | 110111 |
Color Harmonies of #D147C7
Complementary color
Monochromatic Colors of #D147C7
Black with #D147C7
Text Example
Text Example
White with #D147C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147C7; }
p { color: rgb(209,71,199); }
H1.HeaderClassName
{
color: #D147C7;
}
.AnyTagClassName
{
color: #D147C7;
}
</style>
background-color css
<style>
a { background-color: #D147C7; }
a { background-color: rgb(209,71,199); }
div.DivClassName
{
background-color: #D147C7;
}
.BgClassName
{
background-color: #D147C7;
}
</style>
border-color css
<style>
span { border-color: #D147C7; }
span { border-color: rgb(209,71,199); }
td.TdClassName
{
border-color: #D147C7;
}
.TagClassName
{
border-color: #D147C7;
}
</style>