Shades of Fuchsia #D640AF
Tints of Fuchsia #D640AF
RGB
CMYK
RGB Variations
Color information
#D640AF (or 0xD640AF) is known color: Fuchsia. HEX triplet: D6, 40 and AF. RGB value is (214,64,175). Sum of RGB (Red+Green+Blue) = 214+64+175=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D640AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D640AF is #29BF50. Grayscale: #797979. Windows color (decimal): -2735953 or 11485398. OLE color: 11485398.
HSL color Cylindrical-coordinate representation of color #D640AF: hue angle of 315.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D640AF is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 175 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.16 |
| HSL | 315.6º | 0.65% | 0.55% | - |
| HSV(B) | 315.6º | 0.7% | 0.84% | - |
| XYZ | 37.3 | 21.06 | 42.66 | - |
| YUV | 121.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 175 | 0 | 0.70 | 0.18 | 0.16 | 315.6 | 0.65 | 0.55 |
| Hex | D6 | 40 | AF | 0 | 46 | 12 | 10 | 13C | 41 | 37 |
| Octal | 326 | 100 | 257 | 0 | 106 | 22 | 20 | 474 | 101 | 67 |
| Binary | 11010110 | 1000000 | 10101111 | 0 | 1000110 | 10010 | 10000 | 100111100 | 1000001 | 110111 |
Color Harmonies of #D640AF
Complementary color
Monochromatic Colors of #D640AF
Black with #D640AF
Text Example
Text Example
White with #D640AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D640AF; }
p { color: rgb(214,64,175); }
H1.HeaderClassName
{
color: #D640AF;
}
.AnyTagClassName
{
color: #D640AF;
}
</style>
background-color css
<style>
a { background-color: #D640AF; }
a { background-color: rgb(214,64,175); }
div.DivClassName
{
background-color: #D640AF;
}
.BgClassName
{
background-color: #D640AF;
}
</style>
border-color css
<style>
span { border-color: #D640AF; }
span { border-color: rgb(214,64,175); }
td.TdClassName
{
border-color: #D640AF;
}
.TagClassName
{
border-color: #D640AF;
}
</style>