Shades of Fuchsia #D147AF
Tints of Fuchsia #D147AF
RGB
CMYK
RGB Variations
Color information
#D147AF (or 0xD147AF) is known color: Fuchsia. HEX triplet: D1, 47 and AF. RGB value is (209,71,175). Sum of RGB (Red+Green+Blue) = 209+71+175=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D147AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D147AF is #2EB850. Grayscale: #7B7B7B. Windows color (decimal): -3061841 or 11487185. OLE color: 11487185.
HSL color Cylindrical-coordinate representation of color #D147AF: hue angle of 314.78º 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 #D147AF is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 175 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.18 |
| HSL | 314.78º | 0.6% | 0.55% | - |
| HSV(B) | 314.78º | 0.66% | 0.82% | - |
| XYZ | 36.29 | 21.16 | 42.73 | - |
| YUV | 124.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 175 | 0 | 0.66 | 0.16 | 0.18 | 314.78 | 0.6 | 0.55 |
| Hex | D1 | 47 | AF | 0 | 42 | 10 | 12 | 13B | 3C | 37 |
| Octal | 321 | 107 | 257 | 0 | 102 | 20 | 22 | 473 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10101111 | 0 | 1000010 | 10000 | 10010 | 100111011 | 111100 | 110111 |
Color Harmonies of #D147AF
Complementary color
Monochromatic Colors of #D147AF
Black with #D147AF
Text Example
Text Example
White with #D147AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147AF; }
p { color: rgb(209,71,175); }
H1.HeaderClassName
{
color: #D147AF;
}
.AnyTagClassName
{
color: #D147AF;
}
</style>
background-color css
<style>
a { background-color: #D147AF; }
a { background-color: rgb(209,71,175); }
div.DivClassName
{
background-color: #D147AF;
}
.BgClassName
{
background-color: #D147AF;
}
</style>
border-color css
<style>
span { border-color: #D147AF; }
span { border-color: rgb(209,71,175); }
td.TdClassName
{
border-color: #D147AF;
}
.TagClassName
{
border-color: #D147AF;
}
</style>