Shades of Fuchsia #D64DB3
Tints of Fuchsia #D64DB3
RGB
CMYK
RGB Variations
Color information
#D64DB3 (or 0xD64DB3) is known color: Fuchsia. HEX triplet: D6, 4D and B3. RGB value is (214,77,179). Sum of RGB (Red+Green+Blue) = 214+77+179=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DB3 is #29B24C. Grayscale: #818181. Windows color (decimal): -2732621 or 11750870. OLE color: 11750870.
HSL color Cylindrical-coordinate representation of color #D64DB3: hue angle of 315.33º 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 #D64DB3 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 179 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.16 |
| HSL | 315.33º | 0.63% | 0.57% | - |
| HSV(B) | 315.33º | 0.64% | 0.84% | - |
| XYZ | 38.52 | 22.86 | 45.03 | - |
| YUV | 129.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 179 | 0 | 0.64 | 0.16 | 0.16 | 315.33 | 0.63 | 0.57 |
| Hex | D6 | 4D | B3 | 0 | 40 | 10 | 10 | 13B | 3F | 39 |
| Octal | 326 | 115 | 263 | 0 | 100 | 20 | 20 | 473 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10110011 | 0 | 1000000 | 10000 | 10000 | 100111011 | 111111 | 111001 |
Color Harmonies of #D64DB3
Complementary color
Monochromatic Colors of #D64DB3
Black with #D64DB3
Text Example
Text Example
White with #D64DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DB3; }
p { color: rgb(214,77,179); }
H1.HeaderClassName
{
color: #D64DB3;
}
.AnyTagClassName
{
color: #D64DB3;
}
</style>
background-color css
<style>
a { background-color: #D64DB3; }
a { background-color: rgb(214,77,179); }
div.DivClassName
{
background-color: #D64DB3;
}
.BgClassName
{
background-color: #D64DB3;
}
</style>
border-color css
<style>
span { border-color: #D64DB3; }
span { border-color: rgb(214,77,179); }
td.TdClassName
{
border-color: #D64DB3;
}
.TagClassName
{
border-color: #D64DB3;
}
</style>