Shades of Fuchsia #D64FC1
Tints of Fuchsia #D64FC1
RGB
CMYK
RGB Variations
Color information
#D64FC1 (or 0xD64FC1) is known color: Fuchsia. HEX triplet: D6, 4F and C1. RGB value is (214,79,193). Sum of RGB (Red+Green+Blue) = 214+79+193=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FC1 is #29B03E. Grayscale: #848484. Windows color (decimal): -2732095 or 12668886. OLE color: 12668886.
HSL color Cylindrical-coordinate representation of color #D64FC1: hue angle of 309.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 #D64FC1 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 193 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.16 |
| HSL | 309.33º | 0.62% | 0.57% | - |
| HSV(B) | 309.33º | 0.63% | 0.84% | - |
| XYZ | 40.15 | 23.74 | 52.92 | - |
| YUV | 132.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 193 | 0 | 0.63 | 0.10 | 0.16 | 309.33 | 0.62 | 0.57 |
| Hex | D6 | 4F | C1 | 0 | 3F | A | 10 | 135 | 3E | 39 |
| Octal | 326 | 117 | 301 | 0 | 77 | 12 | 20 | 465 | 76 | 71 |
| Binary | 11010110 | 1001111 | 11000001 | 0 | 111111 | 1010 | 10000 | 100110101 | 111110 | 111001 |
Color Harmonies of #D64FC1
Complementary color
Monochromatic Colors of #D64FC1
Black with #D64FC1
Text Example
Text Example
White with #D64FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FC1; }
p { color: rgb(214,79,193); }
H1.HeaderClassName
{
color: #D64FC1;
}
.AnyTagClassName
{
color: #D64FC1;
}
</style>
background-color css
<style>
a { background-color: #D64FC1; }
a { background-color: rgb(214,79,193); }
div.DivClassName
{
background-color: #D64FC1;
}
.BgClassName
{
background-color: #D64FC1;
}
</style>
border-color css
<style>
span { border-color: #D64FC1; }
span { border-color: rgb(214,79,193); }
td.TdClassName
{
border-color: #D64FC1;
}
.TagClassName
{
border-color: #D64FC1;
}
</style>