Shades of Fuchsia #D64AAF
Tints of Fuchsia #D64AAF
RGB
CMYK
RGB Variations
Color information
#D64AAF (or 0xD64AAF) is known color: Fuchsia. HEX triplet: D6, 4A and AF. RGB value is (214,74,175). Sum of RGB (Red+Green+Blue) = 214+74+175=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64AAF is #29B550. Grayscale: #7F7F7F. Windows color (decimal): -2733393 or 11487958. OLE color: 11487958.
HSL color Cylindrical-coordinate representation of color #D64AAF: hue angle of 316.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64AAF is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 175 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.16 |
| HSL | 316.71º | 0.63% | 0.56% | - |
| HSV(B) | 316.71º | 0.65% | 0.84% | - |
| XYZ | 37.92 | 22.29 | 42.86 | - |
| YUV | 127.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 175 | 0 | 0.65 | 0.18 | 0.16 | 316.71 | 0.63 | 0.56 |
| Hex | D6 | 4A | AF | 0 | 41 | 12 | 10 | 13D | 3F | 38 |
| Octal | 326 | 112 | 257 | 0 | 101 | 22 | 20 | 475 | 77 | 70 |
| Binary | 11010110 | 1001010 | 10101111 | 0 | 1000001 | 10010 | 10000 | 100111101 | 111111 | 111000 |
Color Harmonies of #D64AAF
Complementary color
Monochromatic Colors of #D64AAF
Black with #D64AAF
Text Example
Text Example
White with #D64AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AAF; }
p { color: rgb(214,74,175); }
H1.HeaderClassName
{
color: #D64AAF;
}
.AnyTagClassName
{
color: #D64AAF;
}
</style>
background-color css
<style>
a { background-color: #D64AAF; }
a { background-color: rgb(214,74,175); }
div.DivClassName
{
background-color: #D64AAF;
}
.BgClassName
{
background-color: #D64AAF;
}
</style>
border-color css
<style>
span { border-color: #D64AAF; }
span { border-color: rgb(214,74,175); }
td.TdClassName
{
border-color: #D64AAF;
}
.TagClassName
{
border-color: #D64AAF;
}
</style>