Shades of Fuchsia #D05EBA
Tints of Fuchsia #D05EBA
RGB
CMYK
RGB Variations
Color information
#D05EBA (or 0xD05EBA) is known color: Fuchsia. HEX triplet: D0, 5E and BA. RGB value is (208,94,186). Sum of RGB (Red+Green+Blue) = 208+94+186=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EBA is #2FA145. Grayscale: #8A8A8A. Windows color (decimal): -3121478 or 12213968. OLE color: 12213968.
HSL color Cylindrical-coordinate representation of color #D05EBA: hue angle of 311.58º 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 #D05EBA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 186 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.18 |
| HSL | 311.58º | 0.55% | 0.59% | - |
| HSV(B) | 311.58º | 0.55% | 0.82% | - |
| XYZ | 38.88 | 24.96 | 49.22 | - |
| YUV | 138.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 186 | 0 | 0.55 | 0.11 | 0.18 | 311.58 | 0.55 | 0.59 |
| Hex | D0 | 5E | BA | 0 | 37 | B | 12 | 138 | 37 | 3B |
| Octal | 320 | 136 | 272 | 0 | 67 | 13 | 22 | 470 | 67 | 73 |
| Binary | 11010000 | 1011110 | 10111010 | 0 | 110111 | 1011 | 10010 | 100111000 | 110111 | 111011 |
Color Harmonies of #D05EBA
Complementary color
Monochromatic Colors of #D05EBA
Black with #D05EBA
Text Example
Text Example
White with #D05EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EBA; }
p { color: rgb(208,94,186); }
H1.HeaderClassName
{
color: #D05EBA;
}
.AnyTagClassName
{
color: #D05EBA;
}
</style>
background-color css
<style>
a { background-color: #D05EBA; }
a { background-color: rgb(208,94,186); }
div.DivClassName
{
background-color: #D05EBA;
}
.BgClassName
{
background-color: #D05EBA;
}
</style>
border-color css
<style>
span { border-color: #D05EBA; }
span { border-color: rgb(208,94,186); }
td.TdClassName
{
border-color: #D05EBA;
}
.TagClassName
{
border-color: #D05EBA;
}
</style>