Shades of Fuchsia #D647AD
Tints of Fuchsia #D647AD
RGB
CMYK
RGB Variations
Color information
#D647AD (or 0xD647AD) is known color: Fuchsia. HEX triplet: D6, 47 and AD. RGB value is (214,71,173). Sum of RGB (Red+Green+Blue) = 214+71+173=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D647AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D647AD is #29B852. Grayscale: #7D7D7D. Windows color (decimal): -2734163 or 11356118. OLE color: 11356118.
HSL color Cylindrical-coordinate representation of color #D647AD: hue angle of 317.2º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D647AD is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 173 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.16 |
| HSL | 317.2º | 0.64% | 0.56% | - |
| HSV(B) | 317.2º | 0.67% | 0.84% | - |
| XYZ | 37.53 | 21.82 | 41.77 | - |
| YUV | 125.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 173 | 0 | 0.67 | 0.19 | 0.16 | 317.2 | 0.64 | 0.56 |
| Hex | D6 | 47 | AD | 0 | 43 | 13 | 10 | 13D | 40 | 38 |
| Octal | 326 | 107 | 255 | 0 | 103 | 23 | 20 | 475 | 100 | 70 |
| Binary | 11010110 | 1000111 | 10101101 | 0 | 1000011 | 10011 | 10000 | 100111101 | 1000000 | 111000 |
Color Harmonies of #D647AD
Complementary color
Monochromatic Colors of #D647AD
Black with #D647AD
Text Example
Text Example
White with #D647AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D647AD; }
p { color: rgb(214,71,173); }
H1.HeaderClassName
{
color: #D647AD;
}
.AnyTagClassName
{
color: #D647AD;
}
</style>
background-color css
<style>
a { background-color: #D647AD; }
a { background-color: rgb(214,71,173); }
div.DivClassName
{
background-color: #D647AD;
}
.BgClassName
{
background-color: #D647AD;
}
</style>
border-color css
<style>
span { border-color: #D647AD; }
span { border-color: rgb(214,71,173); }
td.TdClassName
{
border-color: #D647AD;
}
.TagClassName
{
border-color: #D647AD;
}
</style>