Shades of Fuchsia #D647AF
Tints of Fuchsia #D647AF
RGB
CMYK
RGB Variations
Color information
#D647AF (or 0xD647AF) is known color: Fuchsia. HEX triplet: D6, 47 and AF. RGB value is (214,71,175). Sum of RGB (Red+Green+Blue) = 214+71+175=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D647AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D647AF is #29B850. Grayscale: #7D7D7D. Windows color (decimal): -2734161 or 11487190. OLE color: 11487190.
HSL color Cylindrical-coordinate representation of color #D647AF: hue angle of 316.36º 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 #D647AF is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 175 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.16 |
| HSL | 316.36º | 0.64% | 0.56% | - |
| HSV(B) | 316.36º | 0.67% | 0.84% | - |
| XYZ | 37.72 | 21.9 | 42.8 | - |
| YUV | 125.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 175 | 0 | 0.67 | 0.18 | 0.16 | 316.36 | 0.64 | 0.56 |
| Hex | D6 | 47 | AF | 0 | 43 | 12 | 10 | 13C | 40 | 38 |
| Octal | 326 | 107 | 257 | 0 | 103 | 22 | 20 | 474 | 100 | 70 |
| Binary | 11010110 | 1000111 | 10101111 | 0 | 1000011 | 10010 | 10000 | 100111100 | 1000000 | 111000 |
Color Harmonies of #D647AF
Complementary color
Monochromatic Colors of #D647AF
Black with #D647AF
Text Example
Text Example
White with #D647AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D647AF; }
p { color: rgb(214,71,175); }
H1.HeaderClassName
{
color: #D647AF;
}
.AnyTagClassName
{
color: #D647AF;
}
</style>
background-color css
<style>
a { background-color: #D647AF; }
a { background-color: rgb(214,71,175); }
div.DivClassName
{
background-color: #D647AF;
}
.BgClassName
{
background-color: #D647AF;
}
</style>
border-color css
<style>
span { border-color: #D647AF; }
span { border-color: rgb(214,71,175); }
td.TdClassName
{
border-color: #D647AF;
}
.TagClassName
{
border-color: #D647AF;
}
</style>