Shades of Fuchsia #D64DBA
Tints of Fuchsia #D64DBA
RGB
CMYK
RGB Variations
Color information
#D64DBA (or 0xD64DBA) is known color: Fuchsia. HEX triplet: D6, 4D and BA. RGB value is (214,77,186). Sum of RGB (Red+Green+Blue) = 214+77+186=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DBA is #29B245. Grayscale: #828282. Windows color (decimal): -2732614 or 12209622. OLE color: 12209622.
HSL color Cylindrical-coordinate representation of color #D64DBA: hue angle of 312.26º 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 #D64DBA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 186 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.16 |
| HSL | 312.26º | 0.63% | 0.57% | - |
| HSV(B) | 312.26º | 0.64% | 0.84% | - |
| XYZ | 39.25 | 23.15 | 48.85 | - |
| YUV | 130.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 186 | 0 | 0.64 | 0.13 | 0.16 | 312.26 | 0.63 | 0.57 |
| Hex | D6 | 4D | BA | 0 | 40 | D | 10 | 138 | 3F | 39 |
| Octal | 326 | 115 | 272 | 0 | 100 | 15 | 20 | 470 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10111010 | 0 | 1000000 | 1101 | 10000 | 100111000 | 111111 | 111001 |
Color Harmonies of #D64DBA
Complementary color
Monochromatic Colors of #D64DBA
Black with #D64DBA
Text Example
Text Example
White with #D64DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DBA; }
p { color: rgb(214,77,186); }
H1.HeaderClassName
{
color: #D64DBA;
}
.AnyTagClassName
{
color: #D64DBA;
}
</style>
background-color css
<style>
a { background-color: #D64DBA; }
a { background-color: rgb(214,77,186); }
div.DivClassName
{
background-color: #D64DBA;
}
.BgClassName
{
background-color: #D64DBA;
}
</style>
border-color css
<style>
span { border-color: #D64DBA; }
span { border-color: rgb(214,77,186); }
td.TdClassName
{
border-color: #D64DBA;
}
.TagClassName
{
border-color: #D64DBA;
}
</style>