Shades of Fuchsia #D147D0
Tints of Fuchsia #D147D0
RGB
CMYK
RGB Variations
Color information
#D147D0 (or 0xD147D0) is known color: Fuchsia. HEX triplet: D1, 47 and D0. RGB value is (209,71,208). Sum of RGB (Red+Green+Blue) = 209+71+208=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D147D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147D0 is #2EB82F. Grayscale: #7F7F7F. Windows color (decimal): -3061808 or 13649873. OLE color: 13649873.
HSL color Cylindrical-coordinate representation of color #D147D0: hue angle of 300.43º 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 #D147D0 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 208 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.18 |
| HSL | 300.43º | 0.6% | 0.55% | - |
| HSV(B) | 300.43º | 0.66% | 0.82% | - |
| XYZ | 39.93 | 22.62 | 61.94 | - |
| YUV | 127.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 208 | 0 | 0.66 | 0.00 | 0.18 | 300.43 | 0.6 | 0.55 |
| Hex | D1 | 47 | D0 | 0 | 42 | 0 | 12 | 12C | 3C | 37 |
| Octal | 321 | 107 | 320 | 0 | 102 | 0 | 22 | 454 | 74 | 67 |
| Binary | 11010001 | 1000111 | 11010000 | 0 | 1000010 | 0 | 10010 | 100101100 | 111100 | 110111 |
Color Harmonies of #D147D0
Complementary color
Monochromatic Colors of #D147D0
Black with #D147D0
Text Example
Text Example
White with #D147D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147D0; }
p { color: rgb(209,71,208); }
H1.HeaderClassName
{
color: #D147D0;
}
.AnyTagClassName
{
color: #D147D0;
}
</style>
background-color css
<style>
a { background-color: #D147D0; }
a { background-color: rgb(209,71,208); }
div.DivClassName
{
background-color: #D147D0;
}
.BgClassName
{
background-color: #D147D0;
}
</style>
border-color css
<style>
span { border-color: #D147D0; }
span { border-color: rgb(209,71,208); }
td.TdClassName
{
border-color: #D147D0;
}
.TagClassName
{
border-color: #D147D0;
}
</style>