Shades of Fuchsia #D147B9
Tints of Fuchsia #D147B9
RGB
CMYK
RGB Variations
Color information
#D147B9 (or 0xD147B9) is known color: Fuchsia. HEX triplet: D1, 47 and B9. RGB value is (209,71,185). Sum of RGB (Red+Green+Blue) = 209+71+185=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D147B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147B9 is #2EB846. Grayscale: #7C7C7C. Windows color (decimal): -3061831 or 12142545. OLE color: 12142545.
HSL color Cylindrical-coordinate representation of color #D147B9: hue angle of 310.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 #D147B9 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 185 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.18 |
| HSL | 310.43º | 0.6% | 0.55% | - |
| HSV(B) | 310.43º | 0.66% | 0.82% | - |
| XYZ | 37.3 | 21.56 | 48.1 | - |
| YUV | 125.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 185 | 0 | 0.66 | 0.11 | 0.18 | 310.43 | 0.6 | 0.55 |
| Hex | D1 | 47 | B9 | 0 | 42 | B | 12 | 136 | 3C | 37 |
| Octal | 321 | 107 | 271 | 0 | 102 | 13 | 22 | 466 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10111001 | 0 | 1000010 | 1011 | 10010 | 100110110 | 111100 | 110111 |
Color Harmonies of #D147B9
Complementary color
Monochromatic Colors of #D147B9
Black with #D147B9
Text Example
Text Example
White with #D147B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147B9; }
p { color: rgb(209,71,185); }
H1.HeaderClassName
{
color: #D147B9;
}
.AnyTagClassName
{
color: #D147B9;
}
</style>
background-color css
<style>
a { background-color: #D147B9; }
a { background-color: rgb(209,71,185); }
div.DivClassName
{
background-color: #D147B9;
}
.BgClassName
{
background-color: #D147B9;
}
</style>
border-color css
<style>
span { border-color: #D147B9; }
span { border-color: rgb(209,71,185); }
td.TdClassName
{
border-color: #D147B9;
}
.TagClassName
{
border-color: #D147B9;
}
</style>