Shades of Fuchsia #D64DB1
Tints of Fuchsia #D64DB1
RGB
CMYK
RGB Variations
Color information
#D64DB1 (or 0xD64DB1) is known color: Fuchsia. HEX triplet: D6, 4D and B1. RGB value is (214,77,177). Sum of RGB (Red+Green+Blue) = 214+77+177=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DB1 is #29B24E. Grayscale: #818181. Windows color (decimal): -2732623 or 11619798. OLE color: 11619798.
HSL color Cylindrical-coordinate representation of color #D64DB1: hue angle of 316.2º 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 #D64DB1 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 177 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.16 |
| HSL | 316.2º | 0.63% | 0.57% | - |
| HSV(B) | 316.2º | 0.64% | 0.84% | - |
| XYZ | 38.32 | 22.78 | 43.97 | - |
| YUV | 129.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 177 | 0 | 0.64 | 0.17 | 0.16 | 316.2 | 0.63 | 0.57 |
| Hex | D6 | 4D | B1 | 0 | 40 | 11 | 10 | 13C | 3F | 39 |
| Octal | 326 | 115 | 261 | 0 | 100 | 21 | 20 | 474 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10110001 | 0 | 1000000 | 10001 | 10000 | 100111100 | 111111 | 111001 |
Color Harmonies of #D64DB1
Complementary color
Monochromatic Colors of #D64DB1
Black with #D64DB1
Text Example
Text Example
White with #D64DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DB1; }
p { color: rgb(214,77,177); }
H1.HeaderClassName
{
color: #D64DB1;
}
.AnyTagClassName
{
color: #D64DB1;
}
</style>
background-color css
<style>
a { background-color: #D64DB1; }
a { background-color: rgb(214,77,177); }
div.DivClassName
{
background-color: #D64DB1;
}
.BgClassName
{
background-color: #D64DB1;
}
</style>
border-color css
<style>
span { border-color: #D64DB1; }
span { border-color: rgb(214,77,177); }
td.TdClassName
{
border-color: #D64DB1;
}
.TagClassName
{
border-color: #D64DB1;
}
</style>