Shades of Fuchsia #D64DAD
Tints of Fuchsia #D64DAD
RGB
CMYK
RGB Variations
Color information
#D64DAD (or 0xD64DAD) is known color: Fuchsia. HEX triplet: D6, 4D and AD. RGB value is (214,77,173). Sum of RGB (Red+Green+Blue) = 214+77+173=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DAD is #29B252. Grayscale: #808080. Windows color (decimal): -2732627 or 11357654. OLE color: 11357654.
HSL color Cylindrical-coordinate representation of color #D64DAD: hue angle of 317.96º 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 #D64DAD is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 173 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.16 |
| HSL | 317.96º | 0.63% | 0.57% | - |
| HSV(B) | 317.96º | 0.64% | 0.84% | - |
| XYZ | 37.93 | 22.62 | 41.9 | - |
| YUV | 128.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 173 | 0 | 0.64 | 0.19 | 0.16 | 317.96 | 0.63 | 0.57 |
| Hex | D6 | 4D | AD | 0 | 40 | 13 | 10 | 13E | 3F | 39 |
| Octal | 326 | 115 | 255 | 0 | 100 | 23 | 20 | 476 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10101101 | 0 | 1000000 | 10011 | 10000 | 100111110 | 111111 | 111001 |
Color Harmonies of #D64DAD
Complementary color
Monochromatic Colors of #D64DAD
Black with #D64DAD
Text Example
Text Example
White with #D64DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DAD; }
p { color: rgb(214,77,173); }
H1.HeaderClassName
{
color: #D64DAD;
}
.AnyTagClassName
{
color: #D64DAD;
}
</style>
background-color css
<style>
a { background-color: #D64DAD; }
a { background-color: rgb(214,77,173); }
div.DivClassName
{
background-color: #D64DAD;
}
.BgClassName
{
background-color: #D64DAD;
}
</style>
border-color css
<style>
span { border-color: #D64DAD; }
span { border-color: rgb(214,77,173); }
td.TdClassName
{
border-color: #D64DAD;
}
.TagClassName
{
border-color: #D64DAD;
}
</style>