Shades of Fuchsia #D04DAC
Tints of Fuchsia #D04DAC
RGB
CMYK
RGB Variations
Color information
#D04DAC (or 0xD04DAC) is known color: Fuchsia. HEX triplet: D0, 4D and AC. RGB value is (208,77,172). Sum of RGB (Red+Green+Blue) = 208+77+172=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04DAC is #2FB253. Grayscale: #7E7E7E. Windows color (decimal): -3125844 or 11292112. OLE color: 11292112.
HSL color Cylindrical-coordinate representation of color #D04DAC: hue angle of 316.49º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04DAC is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 172 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.18 |
| HSL | 316.49º | 0.58% | 0.56% | - |
| HSV(B) | 316.49º | 0.63% | 0.82% | - |
| XYZ | 36.11 | 21.7 | 41.31 | - |
| YUV | 127 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 172 | 0 | 0.63 | 0.17 | 0.18 | 316.49 | 0.58 | 0.56 |
| Hex | D0 | 4D | AC | 0 | 3F | 11 | 12 | 13C | 3A | 38 |
| Octal | 320 | 115 | 254 | 0 | 77 | 21 | 22 | 474 | 72 | 70 |
| Binary | 11010000 | 1001101 | 10101100 | 0 | 111111 | 10001 | 10010 | 100111100 | 111010 | 111000 |
Color Harmonies of #D04DAC
Complementary color
Monochromatic Colors of #D04DAC
Black with #D04DAC
Text Example
Text Example
White with #D04DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DAC; }
p { color: rgb(208,77,172); }
H1.HeaderClassName
{
color: #D04DAC;
}
.AnyTagClassName
{
color: #D04DAC;
}
</style>
background-color css
<style>
a { background-color: #D04DAC; }
a { background-color: rgb(208,77,172); }
div.DivClassName
{
background-color: #D04DAC;
}
.BgClassName
{
background-color: #D04DAC;
}
</style>
border-color css
<style>
span { border-color: #D04DAC; }
span { border-color: rgb(208,77,172); }
td.TdClassName
{
border-color: #D04DAC;
}
.TagClassName
{
border-color: #D04DAC;
}
</style>