Shades of Fuchsia #D64FC7
Tints of Fuchsia #D64FC7
RGB
CMYK
RGB Variations
Color information
#D64FC7 (or 0xD64FC7) is known color: Fuchsia. HEX triplet: D6, 4F and C7. RGB value is (214,79,199). Sum of RGB (Red+Green+Blue) = 214+79+199=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FC7 is #29B038. Grayscale: #848484. Windows color (decimal): -2732089 or 13062102. OLE color: 13062102.
HSL color Cylindrical-coordinate representation of color #D64FC7: hue angle of 306.67º 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 #D64FC7 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 199 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.16 |
| HSL | 306.67º | 0.62% | 0.57% | - |
| HSV(B) | 306.67º | 0.63% | 0.84% | - |
| XYZ | 40.84 | 24.01 | 56.52 | - |
| YUV | 133.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 199 | 0 | 0.63 | 0.07 | 0.16 | 306.67 | 0.62 | 0.57 |
| Hex | D6 | 4F | C7 | 0 | 3F | 7 | 10 | 133 | 3E | 39 |
| Octal | 326 | 117 | 307 | 0 | 77 | 7 | 20 | 463 | 76 | 71 |
| Binary | 11010110 | 1001111 | 11000111 | 0 | 111111 | 111 | 10000 | 100110011 | 111110 | 111001 |
Color Harmonies of #D64FC7
Complementary color
Monochromatic Colors of #D64FC7
Black with #D64FC7
Text Example
Text Example
White with #D64FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FC7; }
p { color: rgb(214,79,199); }
H1.HeaderClassName
{
color: #D64FC7;
}
.AnyTagClassName
{
color: #D64FC7;
}
</style>
background-color css
<style>
a { background-color: #D64FC7; }
a { background-color: rgb(214,79,199); }
div.DivClassName
{
background-color: #D64FC7;
}
.BgClassName
{
background-color: #D64FC7;
}
</style>
border-color css
<style>
span { border-color: #D64FC7; }
span { border-color: rgb(214,79,199); }
td.TdClassName
{
border-color: #D64FC7;
}
.TagClassName
{
border-color: #D64FC7;
}
</style>