Shades of Fuchsia #D64CBF
Tints of Fuchsia #D64CBF
RGB
CMYK
RGB Variations
Color information
#D64CBF (or 0xD64CBF) is known color: Fuchsia. HEX triplet: D6, 4C and BF. RGB value is (214,76,191). Sum of RGB (Red+Green+Blue) = 214+76+191=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CBF is #29B340. Grayscale: #828282. Windows color (decimal): -2732865 or 12537046. OLE color: 12537046.
HSL color Cylindrical-coordinate representation of color #D64CBF: hue angle of 310º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64CBF is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 191 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.16 |
| HSL | 310º | 0.63% | 0.57% | - |
| HSV(B) | 310º | 0.64% | 0.84% | - |
| XYZ | 39.72 | 23.23 | 51.68 | - |
| YUV | 130.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 191 | 0 | 0.64 | 0.11 | 0.16 | 310 | 0.63 | 0.57 |
| Hex | D6 | 4C | BF | 0 | 40 | B | 10 | 136 | 3F | 39 |
| Octal | 326 | 114 | 277 | 0 | 100 | 13 | 20 | 466 | 77 | 71 |
| Binary | 11010110 | 1001100 | 10111111 | 0 | 1000000 | 1011 | 10000 | 100110110 | 111111 | 111001 |
Color Harmonies of #D64CBF
Complementary color
Monochromatic Colors of #D64CBF
Black with #D64CBF
Text Example
Text Example
White with #D64CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CBF; }
p { color: rgb(214,76,191); }
H1.HeaderClassName
{
color: #D64CBF;
}
.AnyTagClassName
{
color: #D64CBF;
}
</style>
background-color css
<style>
a { background-color: #D64CBF; }
a { background-color: rgb(214,76,191); }
div.DivClassName
{
background-color: #D64CBF;
}
.BgClassName
{
background-color: #D64CBF;
}
</style>
border-color css
<style>
span { border-color: #D64CBF; }
span { border-color: rgb(214,76,191); }
td.TdClassName
{
border-color: #D64CBF;
}
.TagClassName
{
border-color: #D64CBF;
}
</style>