Shades of Fuchsia #D52EBA
Tints of Fuchsia #D52EBA
RGB
CMYK
RGB Variations
Color information
#D52EBA (or 0xD52EBA) is known color: Fuchsia. HEX triplet: D5, 2E and BA. RGB value is (213,46,186). Sum of RGB (Red+Green+Blue) = 213+46+186=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EBA is #2AD145. Grayscale: #6F6F6F. Windows color (decimal): -2806086 or 12201685. OLE color: 12201685.
HSL color Cylindrical-coordinate representation of color #D52EBA: hue angle of 309.7º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52EBA is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 186 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.16 |
| HSL | 309.7º | 0.67% | 0.51% | - |
| HSV(B) | 309.7º | 0.78% | 0.84% | - |
| XYZ | 37.28 | 19.65 | 48.28 | - |
| YUV | 111.89 | 169.83 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 186 | 0 | 0.78 | 0.13 | 0.16 | 309.7 | 0.67 | 0.51 |
| Hex | D5 | 2E | BA | 0 | 4E | D | 10 | 136 | 43 | 33 |
| Octal | 325 | 56 | 272 | 0 | 116 | 15 | 20 | 466 | 103 | 63 |
| Binary | 11010101 | 101110 | 10111010 | 0 | 1001110 | 1101 | 10000 | 100110110 | 1000011 | 110011 |
Color Harmonies of #D52EBA
Complementary color
Monochromatic Colors of #D52EBA
Black with #D52EBA
Text Example
Text Example
White with #D52EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EBA; }
p { color: rgb(213,46,186); }
H1.HeaderClassName
{
color: #D52EBA;
}
.AnyTagClassName
{
color: #D52EBA;
}
</style>
background-color css
<style>
a { background-color: #D52EBA; }
a { background-color: rgb(213,46,186); }
div.DivClassName
{
background-color: #D52EBA;
}
.BgClassName
{
background-color: #D52EBA;
}
</style>
border-color css
<style>
span { border-color: #D52EBA; }
span { border-color: rgb(213,46,186); }
td.TdClassName
{
border-color: #D52EBA;
}
.TagClassName
{
border-color: #D52EBA;
}
</style>