Shades of Fuchsia #D05EC0
Tints of Fuchsia #D05EC0
RGB
CMYK
RGB Variations
Color information
#D05EC0 (or 0xD05EC0) is known color: Fuchsia. HEX triplet: D0, 5E and C0. RGB value is (208,94,192). Sum of RGB (Red+Green+Blue) = 208+94+192=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EC0 is #2FA13F. Grayscale: #8A8A8A. Windows color (decimal): -3121472 or 12607184. OLE color: 12607184.
HSL color Cylindrical-coordinate representation of color #D05EC0: hue angle of 308.42º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05EC0 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 192 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.18 |
| HSL | 308.42º | 0.55% | 0.59% | - |
| HSV(B) | 308.42º | 0.55% | 0.82% | - |
| XYZ | 39.53 | 25.22 | 52.65 | - |
| YUV | 139.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 192 | 0 | 0.55 | 0.08 | 0.18 | 308.42 | 0.55 | 0.59 |
| Hex | D0 | 5E | C0 | 0 | 37 | 8 | 12 | 134 | 37 | 3B |
| Octal | 320 | 136 | 300 | 0 | 67 | 10 | 22 | 464 | 67 | 73 |
| Binary | 11010000 | 1011110 | 11000000 | 0 | 110111 | 1000 | 10010 | 100110100 | 110111 | 111011 |
Color Harmonies of #D05EC0
Complementary color
Monochromatic Colors of #D05EC0
Black with #D05EC0
Text Example
Text Example
White with #D05EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EC0; }
p { color: rgb(208,94,192); }
H1.HeaderClassName
{
color: #D05EC0;
}
.AnyTagClassName
{
color: #D05EC0;
}
</style>
background-color css
<style>
a { background-color: #D05EC0; }
a { background-color: rgb(208,94,192); }
div.DivClassName
{
background-color: #D05EC0;
}
.BgClassName
{
background-color: #D05EC0;
}
</style>
border-color css
<style>
span { border-color: #D05EC0; }
span { border-color: rgb(208,94,192); }
td.TdClassName
{
border-color: #D05EC0;
}
.TagClassName
{
border-color: #D05EC0;
}
</style>