Shades of Fuchsia #D05EC7
Tints of Fuchsia #D05EC7
RGB
CMYK
RGB Variations
Color information
#D05EC7 (or 0xD05EC7) is known color: Fuchsia. HEX triplet: D0, 5E and C7. RGB value is (208,94,199). Sum of RGB (Red+Green+Blue) = 208+94+199=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EC7 is #2FA138. Grayscale: #8B8B8B. Windows color (decimal): -3121465 or 13065936. OLE color: 13065936.
HSL color Cylindrical-coordinate representation of color #D05EC7: hue angle of 304.74º 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 #D05EC7 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 199 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.18 |
| HSL | 304.74º | 0.55% | 0.59% | - |
| HSV(B) | 304.74º | 0.55% | 0.82% | - |
| XYZ | 40.32 | 25.54 | 56.84 | - |
| YUV | 140.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 199 | 0 | 0.55 | 0.04 | 0.18 | 304.74 | 0.55 | 0.59 |
| Hex | D0 | 5E | C7 | 0 | 37 | 4 | 12 | 131 | 37 | 3B |
| Octal | 320 | 136 | 307 | 0 | 67 | 4 | 22 | 461 | 67 | 73 |
| Binary | 11010000 | 1011110 | 11000111 | 0 | 110111 | 100 | 10010 | 100110001 | 110111 | 111011 |
Color Harmonies of #D05EC7
Complementary color
Monochromatic Colors of #D05EC7
Black with #D05EC7
Text Example
Text Example
White with #D05EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EC7; }
p { color: rgb(208,94,199); }
H1.HeaderClassName
{
color: #D05EC7;
}
.AnyTagClassName
{
color: #D05EC7;
}
</style>
background-color css
<style>
a { background-color: #D05EC7; }
a { background-color: rgb(208,94,199); }
div.DivClassName
{
background-color: #D05EC7;
}
.BgClassName
{
background-color: #D05EC7;
}
</style>
border-color css
<style>
span { border-color: #D05EC7; }
span { border-color: rgb(208,94,199); }
td.TdClassName
{
border-color: #D05EC7;
}
.TagClassName
{
border-color: #D05EC7;
}
</style>