Shades of Fuchsia #D64AC6
Tints of Fuchsia #D64AC6
RGB
CMYK
RGB Variations
Color information
#D64AC6 (or 0xD64AC6) is known color: Fuchsia. HEX triplet: D6, 4A and C6. RGB value is (214,74,198). Sum of RGB (Red+Green+Blue) = 214+74+198=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AC6 is #29B539. Grayscale: #818181. Windows color (decimal): -2733370 or 12995286. OLE color: 12995286.
HSL color Cylindrical-coordinate representation of color #D64AC6: hue angle of 306.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64AC6 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 198 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.16 |
| HSL | 306.86º | 0.63% | 0.56% | - |
| HSV(B) | 306.86º | 0.65% | 0.84% | - |
| XYZ | 40.37 | 23.27 | 55.79 | - |
| YUV | 130 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 198 | 0 | 0.65 | 0.07 | 0.16 | 306.86 | 0.63 | 0.56 |
| Hex | D6 | 4A | C6 | 0 | 41 | 7 | 10 | 133 | 3F | 38 |
| Octal | 326 | 112 | 306 | 0 | 101 | 7 | 20 | 463 | 77 | 70 |
| Binary | 11010110 | 1001010 | 11000110 | 0 | 1000001 | 111 | 10000 | 100110011 | 111111 | 111000 |
Color Harmonies of #D64AC6
Complementary color
Monochromatic Colors of #D64AC6
Black with #D64AC6
Text Example
Text Example
White with #D64AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AC6; }
p { color: rgb(214,74,198); }
H1.HeaderClassName
{
color: #D64AC6;
}
.AnyTagClassName
{
color: #D64AC6;
}
</style>
background-color css
<style>
a { background-color: #D64AC6; }
a { background-color: rgb(214,74,198); }
div.DivClassName
{
background-color: #D64AC6;
}
.BgClassName
{
background-color: #D64AC6;
}
</style>
border-color css
<style>
span { border-color: #D64AC6; }
span { border-color: rgb(214,74,198); }
td.TdClassName
{
border-color: #D64AC6;
}
.TagClassName
{
border-color: #D64AC6;
}
</style>