Shades of Fuchsia #D64FAF
Tints of Fuchsia #D64FAF
RGB
CMYK
RGB Variations
Color information
#D64FAF (or 0xD64FAF) is known color: Fuchsia. HEX triplet: D6, 4F and AF. RGB value is (214,79,175). Sum of RGB (Red+Green+Blue) = 214+79+175=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64FAF is #29B050. Grayscale: #828282. Windows color (decimal): -2732113 or 11489238. OLE color: 11489238.
HSL color Cylindrical-coordinate representation of color #D64FAF: hue angle of 317.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64FAF is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 175 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.16 |
| HSL | 317.33º | 0.62% | 0.57% | - |
| HSV(B) | 317.33º | 0.63% | 0.84% | - |
| XYZ | 38.27 | 22.98 | 42.98 | - |
| YUV | 130.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 175 | 0 | 0.63 | 0.18 | 0.16 | 317.33 | 0.62 | 0.57 |
| Hex | D6 | 4F | AF | 0 | 3F | 12 | 10 | 13D | 3E | 39 |
| Octal | 326 | 117 | 257 | 0 | 77 | 22 | 20 | 475 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10101111 | 0 | 111111 | 10010 | 10000 | 100111101 | 111110 | 111001 |
Color Harmonies of #D64FAF
Complementary color
Monochromatic Colors of #D64FAF
Black with #D64FAF
Text Example
Text Example
White with #D64FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FAF; }
p { color: rgb(214,79,175); }
H1.HeaderClassName
{
color: #D64FAF;
}
.AnyTagClassName
{
color: #D64FAF;
}
</style>
background-color css
<style>
a { background-color: #D64FAF; }
a { background-color: rgb(214,79,175); }
div.DivClassName
{
background-color: #D64FAF;
}
.BgClassName
{
background-color: #D64FAF;
}
</style>
border-color css
<style>
span { border-color: #D64FAF; }
span { border-color: rgb(214,79,175); }
td.TdClassName
{
border-color: #D64FAF;
}
.TagClassName
{
border-color: #D64FAF;
}
</style>