Shades of Fuchsia #D04DC6
Tints of Fuchsia #D04DC6
RGB
CMYK
RGB Variations
Color information
#D04DC6 (or 0xD04DC6) is known color: Fuchsia. HEX triplet: D0, 4D and C6. RGB value is (208,77,198). Sum of RGB (Red+Green+Blue) = 208+77+198=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DC6 is #2FB239. Grayscale: #818181. Windows color (decimal): -3125818 or 12996048. OLE color: 12996048.
HSL color Cylindrical-coordinate representation of color #D04DC6: hue angle of 304.58º 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 #D04DC6 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 198 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.18 |
| HSL | 304.58º | 0.58% | 0.56% | - |
| HSV(B) | 304.58º | 0.63% | 0.82% | - |
| XYZ | 38.86 | 22.79 | 55.78 | - |
| YUV | 129.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 198 | 0 | 0.63 | 0.05 | 0.18 | 304.58 | 0.58 | 0.56 |
| Hex | D0 | 4D | C6 | 0 | 3F | 5 | 12 | 131 | 3A | 38 |
| Octal | 320 | 115 | 306 | 0 | 77 | 5 | 22 | 461 | 72 | 70 |
| Binary | 11010000 | 1001101 | 11000110 | 0 | 111111 | 101 | 10010 | 100110001 | 111010 | 111000 |
Color Harmonies of #D04DC6
Complementary color
Monochromatic Colors of #D04DC6
Black with #D04DC6
Text Example
Text Example
White with #D04DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DC6; }
p { color: rgb(208,77,198); }
H1.HeaderClassName
{
color: #D04DC6;
}
.AnyTagClassName
{
color: #D04DC6;
}
</style>
background-color css
<style>
a { background-color: #D04DC6; }
a { background-color: rgb(208,77,198); }
div.DivClassName
{
background-color: #D04DC6;
}
.BgClassName
{
background-color: #D04DC6;
}
</style>
border-color css
<style>
span { border-color: #D04DC6; }
span { border-color: rgb(208,77,198); }
td.TdClassName
{
border-color: #D04DC6;
}
.TagClassName
{
border-color: #D04DC6;
}
</style>