Shades of Fuchsia #D04DC8
Tints of Fuchsia #D04DC8
RGB
CMYK
RGB Variations
Color information
#D04DC8 (or 0xD04DC8) is known color: Fuchsia. HEX triplet: D0, 4D and C8. RGB value is (208,77,200). Sum of RGB (Red+Green+Blue) = 208+77+200=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DC8 is #2FB237. Grayscale: #818181. Windows color (decimal): -3125816 or 13127120. OLE color: 13127120.
HSL color Cylindrical-coordinate representation of color #D04DC8: hue angle of 303.66º 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 #D04DC8 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 200 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.18 |
| HSL | 303.66º | 0.58% | 0.56% | - |
| HSV(B) | 303.66º | 0.63% | 0.82% | - |
| XYZ | 39.09 | 22.89 | 57 | - |
| YUV | 130.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 200 | 0 | 0.63 | 0.04 | 0.18 | 303.66 | 0.58 | 0.56 |
| Hex | D0 | 4D | C8 | 0 | 3F | 4 | 12 | 130 | 3A | 38 |
| Octal | 320 | 115 | 310 | 0 | 77 | 4 | 22 | 460 | 72 | 70 |
| Binary | 11010000 | 1001101 | 11001000 | 0 | 111111 | 100 | 10010 | 100110000 | 111010 | 111000 |
Color Harmonies of #D04DC8
Complementary color
Monochromatic Colors of #D04DC8
Black with #D04DC8
Text Example
Text Example
White with #D04DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DC8; }
p { color: rgb(208,77,200); }
H1.HeaderClassName
{
color: #D04DC8;
}
.AnyTagClassName
{
color: #D04DC8;
}
</style>
background-color css
<style>
a { background-color: #D04DC8; }
a { background-color: rgb(208,77,200); }
div.DivClassName
{
background-color: #D04DC8;
}
.BgClassName
{
background-color: #D04DC8;
}
</style>
border-color css
<style>
span { border-color: #D04DC8; }
span { border-color: rgb(208,77,200); }
td.TdClassName
{
border-color: #D04DC8;
}
.TagClassName
{
border-color: #D04DC8;
}
</style>