Shades of Fuchsia #D63FBF
Tints of Fuchsia #D63FBF
RGB
CMYK
RGB Variations
Color information
#D63FBF (or 0xD63FBF) is known color: Fuchsia. HEX triplet: D6, 3F and BF. RGB value is (214,63,191). Sum of RGB (Red+Green+Blue) = 214+63+191=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FBF is #29C040. Grayscale: #7A7A7A. Windows color (decimal): -2736193 or 12533718. OLE color: 12533718.
HSL color Cylindrical-coordinate representation of color #D63FBF: hue angle of 309.14º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FBF is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 191 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.16 |
| HSL | 309.14º | 0.65% | 0.54% | - |
| HSV(B) | 309.14º | 0.71% | 0.84% | - |
| XYZ | 38.91 | 21.61 | 51.41 | - |
| YUV | 122.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 191 | 0 | 0.71 | 0.11 | 0.16 | 309.14 | 0.65 | 0.54 |
| Hex | D6 | 3F | BF | 0 | 47 | B | 10 | 135 | 41 | 36 |
| Octal | 326 | 77 | 277 | 0 | 107 | 13 | 20 | 465 | 101 | 66 |
| Binary | 11010110 | 111111 | 10111111 | 0 | 1000111 | 1011 | 10000 | 100110101 | 1000001 | 110110 |
Color Harmonies of #D63FBF
Complementary color
Monochromatic Colors of #D63FBF
Black with #D63FBF
Text Example
Text Example
White with #D63FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FBF; }
p { color: rgb(214,63,191); }
H1.HeaderClassName
{
color: #D63FBF;
}
.AnyTagClassName
{
color: #D63FBF;
}
</style>
background-color css
<style>
a { background-color: #D63FBF; }
a { background-color: rgb(214,63,191); }
div.DivClassName
{
background-color: #D63FBF;
}
.BgClassName
{
background-color: #D63FBF;
}
</style>
border-color css
<style>
span { border-color: #D63FBF; }
span { border-color: rgb(214,63,191); }
td.TdClassName
{
border-color: #D63FBF;
}
.TagClassName
{
border-color: #D63FBF;
}
</style>