Shades of Fuchsia #D02EBA
Tints of Fuchsia #D02EBA
RGB
CMYK
RGB Variations
Color information
#D02EBA (or 0xD02EBA) is known color: Fuchsia. HEX triplet: D0, 2E and BA. RGB value is (208,46,186). Sum of RGB (Red+Green+Blue) = 208+46+186=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D02EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EBA is #2FD145. Grayscale: #6E6E6E. Windows color (decimal): -3133766 or 12201680. OLE color: 12201680.
HSL color Cylindrical-coordinate representation of color #D02EBA: hue angle of 308.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02EBA is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 46 | 186 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.18 |
| HSL | 308.15º | 0.64% | 0.5% | - |
| HSV(B) | 308.15º | 0.78% | 0.82% | - |
| XYZ | 35.85 | 18.91 | 48.21 | - |
| YUV | 110.4 | 170.67 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 186 | 0 | 0.78 | 0.11 | 0.18 | 308.15 | 0.64 | 0.5 |
| Hex | D0 | 2E | BA | 0 | 4E | B | 12 | 134 | 40 | 32 |
| Octal | 320 | 56 | 272 | 0 | 116 | 13 | 22 | 464 | 100 | 62 |
| Binary | 11010000 | 101110 | 10111010 | 0 | 1001110 | 1011 | 10010 | 100110100 | 1000000 | 110010 |
Color Harmonies of #D02EBA
Complementary color
Monochromatic Colors of #D02EBA
Black with #D02EBA
Text Example
Text Example
White with #D02EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02EBA; }
p { color: rgb(208,46,186); }
H1.HeaderClassName
{
color: #D02EBA;
}
.AnyTagClassName
{
color: #D02EBA;
}
</style>
background-color css
<style>
a { background-color: #D02EBA; }
a { background-color: rgb(208,46,186); }
div.DivClassName
{
background-color: #D02EBA;
}
.BgClassName
{
background-color: #D02EBA;
}
</style>
border-color css
<style>
span { border-color: #D02EBA; }
span { border-color: rgb(208,46,186); }
td.TdClassName
{
border-color: #D02EBA;
}
.TagClassName
{
border-color: #D02EBA;
}
</style>