Shades of Fuchsia #D147AD
Tints of Fuchsia #D147AD
RGB
CMYK
RGB Variations
Color information
#D147AD (or 0xD147AD) is known color: Fuchsia. HEX triplet: D1, 47 and AD. RGB value is (209,71,173). Sum of RGB (Red+Green+Blue) = 209+71+173=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D147AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D147AD is #2EB852. Grayscale: #7B7B7B. Windows color (decimal): -3061843 or 11356113. OLE color: 11356113.
HSL color Cylindrical-coordinate representation of color #D147AD: hue angle of 315.65º 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 #D147AD is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 173 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.18 |
| HSL | 315.65º | 0.6% | 0.55% | - |
| HSV(B) | 315.65º | 0.66% | 0.82% | - |
| XYZ | 36.09 | 21.08 | 41.7 | - |
| YUV | 123.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 173 | 0 | 0.66 | 0.17 | 0.18 | 315.65 | 0.6 | 0.55 |
| Hex | D1 | 47 | AD | 0 | 42 | 11 | 12 | 13C | 3C | 37 |
| Octal | 321 | 107 | 255 | 0 | 102 | 21 | 22 | 474 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10101101 | 0 | 1000010 | 10001 | 10010 | 100111100 | 111100 | 110111 |
Color Harmonies of #D147AD
Complementary color
Monochromatic Colors of #D147AD
Black with #D147AD
Text Example
Text Example
White with #D147AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147AD; }
p { color: rgb(209,71,173); }
H1.HeaderClassName
{
color: #D147AD;
}
.AnyTagClassName
{
color: #D147AD;
}
</style>
background-color css
<style>
a { background-color: #D147AD; }
a { background-color: rgb(209,71,173); }
div.DivClassName
{
background-color: #D147AD;
}
.BgClassName
{
background-color: #D147AD;
}
</style>
border-color css
<style>
span { border-color: #D147AD; }
span { border-color: rgb(209,71,173); }
td.TdClassName
{
border-color: #D147AD;
}
.TagClassName
{
border-color: #D147AD;
}
</style>