Shades of Fuchsia #D147BF
Tints of Fuchsia #D147BF
RGB
CMYK
RGB Variations
Color information
#D147BF (or 0xD147BF) is known color: Fuchsia. HEX triplet: D1, 47 and BF. RGB value is (209,71,191). Sum of RGB (Red+Green+Blue) = 209+71+191=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D147BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147BF is #2EB840. Grayscale: #7D7D7D. Windows color (decimal): -3061825 or 12535761. OLE color: 12535761.
HSL color Cylindrical-coordinate representation of color #D147BF: hue angle of 307.83º 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 #D147BF is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 191 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.18 |
| HSL | 307.83º | 0.6% | 0.55% | - |
| HSV(B) | 307.83º | 0.66% | 0.82% | - |
| XYZ | 37.95 | 21.82 | 51.5 | - |
| YUV | 125.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 191 | 0 | 0.66 | 0.09 | 0.18 | 307.83 | 0.6 | 0.55 |
| Hex | D1 | 47 | BF | 0 | 42 | 9 | 12 | 134 | 3C | 37 |
| Octal | 321 | 107 | 277 | 0 | 102 | 11 | 22 | 464 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10111111 | 0 | 1000010 | 1001 | 10010 | 100110100 | 111100 | 110111 |
Color Harmonies of #D147BF
Complementary color
Monochromatic Colors of #D147BF
Black with #D147BF
Text Example
Text Example
White with #D147BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147BF; }
p { color: rgb(209,71,191); }
H1.HeaderClassName
{
color: #D147BF;
}
.AnyTagClassName
{
color: #D147BF;
}
</style>
background-color css
<style>
a { background-color: #D147BF; }
a { background-color: rgb(209,71,191); }
div.DivClassName
{
background-color: #D147BF;
}
.BgClassName
{
background-color: #D147BF;
}
</style>
border-color css
<style>
span { border-color: #D147BF; }
span { border-color: rgb(209,71,191); }
td.TdClassName
{
border-color: #D147BF;
}
.TagClassName
{
border-color: #D147BF;
}
</style>