Shades of Fuchsia #D04DCD
Tints of Fuchsia #D04DCD
RGB
CMYK
RGB Variations
Color information
#D04DCD (or 0xD04DCD) is known color: Fuchsia. HEX triplet: D0, 4D and CD. RGB value is (208,77,205). Sum of RGB (Red+Green+Blue) = 208+77+205=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DCD is #2FB232. Grayscale: #828282. Windows color (decimal): -3125811 or 13454800. OLE color: 13454800.
HSL color Cylindrical-coordinate representation of color #D04DCD: hue angle of 301.37º 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 #D04DCD is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 205 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.18 |
| HSL | 301.37º | 0.58% | 0.56% | - |
| HSV(B) | 301.37º | 0.63% | 0.82% | - |
| XYZ | 39.69 | 23.13 | 60.13 | - |
| YUV | 130.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 205 | 0 | 0.63 | 0.01 | 0.18 | 301.37 | 0.58 | 0.56 |
| Hex | D0 | 4D | CD | 0 | 3F | 1 | 12 | 12D | 3A | 38 |
| Octal | 320 | 115 | 315 | 0 | 77 | 1 | 22 | 455 | 72 | 70 |
| Binary | 11010000 | 1001101 | 11001101 | 0 | 111111 | 1 | 10010 | 100101101 | 111010 | 111000 |
Color Harmonies of #D04DCD
Complementary color
Monochromatic Colors of #D04DCD
Black with #D04DCD
Text Example
Text Example
White with #D04DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DCD; }
p { color: rgb(208,77,205); }
H1.HeaderClassName
{
color: #D04DCD;
}
.AnyTagClassName
{
color: #D04DCD;
}
</style>
background-color css
<style>
a { background-color: #D04DCD; }
a { background-color: rgb(208,77,205); }
div.DivClassName
{
background-color: #D04DCD;
}
.BgClassName
{
background-color: #D04DCD;
}
</style>
border-color css
<style>
span { border-color: #D04DCD; }
span { border-color: rgb(208,77,205); }
td.TdClassName
{
border-color: #D04DCD;
}
.TagClassName
{
border-color: #D04DCD;
}
</style>