Shades of Fuchsia #D64CB9
Tints of Fuchsia #D64CB9
RGB
CMYK
RGB Variations
Color information
#D64CB9 (or 0xD64CB9) is known color: Fuchsia. HEX triplet: D6, 4C and B9. RGB value is (214,76,185). Sum of RGB (Red+Green+Blue) = 214+76+185=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CB9 is #29B346. Grayscale: #818181. Windows color (decimal): -2732871 or 12143830. OLE color: 12143830.
HSL color Cylindrical-coordinate representation of color #D64CB9: hue angle of 312.61º 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 #D64CB9 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 185 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.16 |
| HSL | 312.61º | 0.63% | 0.57% | - |
| HSV(B) | 312.61º | 0.64% | 0.84% | - |
| XYZ | 39.07 | 22.97 | 48.27 | - |
| YUV | 129.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 185 | 0 | 0.64 | 0.14 | 0.16 | 312.61 | 0.63 | 0.57 |
| Hex | D6 | 4C | B9 | 0 | 40 | E | 10 | 139 | 3F | 39 |
| Octal | 326 | 114 | 271 | 0 | 100 | 16 | 20 | 471 | 77 | 71 |
| Binary | 11010110 | 1001100 | 10111001 | 0 | 1000000 | 1110 | 10000 | 100111001 | 111111 | 111001 |
Color Harmonies of #D64CB9
Complementary color
Monochromatic Colors of #D64CB9
Black with #D64CB9
Text Example
Text Example
White with #D64CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CB9; }
p { color: rgb(214,76,185); }
H1.HeaderClassName
{
color: #D64CB9;
}
.AnyTagClassName
{
color: #D64CB9;
}
</style>
background-color css
<style>
a { background-color: #D64CB9; }
a { background-color: rgb(214,76,185); }
div.DivClassName
{
background-color: #D64CB9;
}
.BgClassName
{
background-color: #D64CB9;
}
</style>
border-color css
<style>
span { border-color: #D64CB9; }
span { border-color: rgb(214,76,185); }
td.TdClassName
{
border-color: #D64CB9;
}
.TagClassName
{
border-color: #D64CB9;
}
</style>