Shades of Fuchsia #D147B8
Tints of Fuchsia #D147B8
RGB
CMYK
RGB Variations
Color information
#D147B8 (or 0xD147B8) is known color: Fuchsia. HEX triplet: D1, 47 and B8. RGB value is (209,71,184). Sum of RGB (Red+Green+Blue) = 209+71+184=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D147B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147B8 is #2EB847. Grayscale: #7C7C7C. Windows color (decimal): -3061832 or 12077009. OLE color: 12077009.
HSL color Cylindrical-coordinate representation of color #D147B8: hue angle of 310.87º 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 #D147B8 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 184 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.18 |
| HSL | 310.87º | 0.6% | 0.55% | - |
| HSV(B) | 310.87º | 0.66% | 0.82% | - |
| XYZ | 37.2 | 21.52 | 47.54 | - |
| YUV | 125.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 184 | 0 | 0.66 | 0.12 | 0.18 | 310.87 | 0.6 | 0.55 |
| Hex | D1 | 47 | B8 | 0 | 42 | C | 12 | 137 | 3C | 37 |
| Octal | 321 | 107 | 270 | 0 | 102 | 14 | 22 | 467 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10111000 | 0 | 1000010 | 1100 | 10010 | 100110111 | 111100 | 110111 |
Color Harmonies of #D147B8
Complementary color
Monochromatic Colors of #D147B8
Black with #D147B8
Text Example
Text Example
White with #D147B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147B8; }
p { color: rgb(209,71,184); }
H1.HeaderClassName
{
color: #D147B8;
}
.AnyTagClassName
{
color: #D147B8;
}
</style>
background-color css
<style>
a { background-color: #D147B8; }
a { background-color: rgb(209,71,184); }
div.DivClassName
{
background-color: #D147B8;
}
.BgClassName
{
background-color: #D147B8;
}
</style>
border-color css
<style>
span { border-color: #D147B8; }
span { border-color: rgb(209,71,184); }
td.TdClassName
{
border-color: #D147B8;
}
.TagClassName
{
border-color: #D147B8;
}
</style>