Shades of Fuchsia #D64FBC
Tints of Fuchsia #D64FBC
RGB
CMYK
RGB Variations
Color information
#D64FBC (or 0xD64FBC) is known color: Fuchsia. HEX triplet: D6, 4F and BC. RGB value is (214,79,188). Sum of RGB (Red+Green+Blue) = 214+79+188=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FBC is #29B043. Grayscale: #838383. Windows color (decimal): -2732100 or 12341206. OLE color: 12341206.
HSL color Cylindrical-coordinate representation of color #D64FBC: hue angle of 311.56º 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 #D64FBC is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 188 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.16 |
| HSL | 311.56º | 0.62% | 0.57% | - |
| HSV(B) | 311.56º | 0.63% | 0.84% | - |
| XYZ | 39.6 | 23.52 | 50.03 | - |
| YUV | 131.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 188 | 0 | 0.63 | 0.12 | 0.16 | 311.56 | 0.62 | 0.57 |
| Hex | D6 | 4F | BC | 0 | 3F | C | 10 | 138 | 3E | 39 |
| Octal | 326 | 117 | 274 | 0 | 77 | 14 | 20 | 470 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10111100 | 0 | 111111 | 1100 | 10000 | 100111000 | 111110 | 111001 |
Color Harmonies of #D64FBC
Complementary color
Monochromatic Colors of #D64FBC
Black with #D64FBC
Text Example
Text Example
White with #D64FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FBC; }
p { color: rgb(214,79,188); }
H1.HeaderClassName
{
color: #D64FBC;
}
.AnyTagClassName
{
color: #D64FBC;
}
</style>
background-color css
<style>
a { background-color: #D64FBC; }
a { background-color: rgb(214,79,188); }
div.DivClassName
{
background-color: #D64FBC;
}
.BgClassName
{
background-color: #D64FBC;
}
</style>
border-color css
<style>
span { border-color: #D64FBC; }
span { border-color: rgb(214,79,188); }
td.TdClassName
{
border-color: #D64FBC;
}
.TagClassName
{
border-color: #D64FBC;
}
</style>