Shades of Fuchsia #D64DAE
Tints of Fuchsia #D64DAE
RGB
CMYK
RGB Variations
Color information
#D64DAE (or 0xD64DAE) is known color: Fuchsia. HEX triplet: D6, 4D and AE. RGB value is (214,77,174). Sum of RGB (Red+Green+Blue) = 214+77+174=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DAE is #29B251. Grayscale: #808080. Windows color (decimal): -2732626 or 11423190. OLE color: 11423190.
HSL color Cylindrical-coordinate representation of color #D64DAE: hue angle of 317.52º 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 #D64DAE is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 174 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.16 |
| HSL | 317.52º | 0.63% | 0.57% | - |
| HSV(B) | 317.52º | 0.64% | 0.84% | - |
| XYZ | 38.03 | 22.66 | 42.41 | - |
| YUV | 129.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 174 | 0 | 0.64 | 0.19 | 0.16 | 317.52 | 0.63 | 0.57 |
| Hex | D6 | 4D | AE | 0 | 40 | 13 | 10 | 13E | 3F | 39 |
| Octal | 326 | 115 | 256 | 0 | 100 | 23 | 20 | 476 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10101110 | 0 | 1000000 | 10011 | 10000 | 100111110 | 111111 | 111001 |
Color Harmonies of #D64DAE
Complementary color
Monochromatic Colors of #D64DAE
Black with #D64DAE
Text Example
Text Example
White with #D64DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DAE; }
p { color: rgb(214,77,174); }
H1.HeaderClassName
{
color: #D64DAE;
}
.AnyTagClassName
{
color: #D64DAE;
}
</style>
background-color css
<style>
a { background-color: #D64DAE; }
a { background-color: rgb(214,77,174); }
div.DivClassName
{
background-color: #D64DAE;
}
.BgClassName
{
background-color: #D64DAE;
}
</style>
border-color css
<style>
span { border-color: #D64DAE; }
span { border-color: rgb(214,77,174); }
td.TdClassName
{
border-color: #D64DAE;
}
.TagClassName
{
border-color: #D64DAE;
}
</style>