Shades of Fuchsia #D52EC8
Tints of Fuchsia #D52EC8
RGB
CMYK
RGB Variations
Color information
#D52EC8 (or 0xD52EC8) is known color: Fuchsia. HEX triplet: D5, 2E and C8. RGB value is (213,46,200). Sum of RGB (Red+Green+Blue) = 213+46+200=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EC8 is #2AD137. Grayscale: #717171. Windows color (decimal): -2806072 or 13119189. OLE color: 13119189.
HSL color Cylindrical-coordinate representation of color #D52EC8: hue angle of 304.67º 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 #D52EC8 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 200 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.16 |
| HSL | 304.67º | 0.67% | 0.51% | - |
| HSV(B) | 304.67º | 0.78% | 0.84% | - |
| XYZ | 38.84 | 20.27 | 56.51 | - |
| YUV | 113.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 200 | 0 | 0.78 | 0.06 | 0.16 | 304.67 | 0.67 | 0.51 |
| Hex | D5 | 2E | C8 | 0 | 4E | 6 | 10 | 131 | 43 | 33 |
| Octal | 325 | 56 | 310 | 0 | 116 | 6 | 20 | 461 | 103 | 63 |
| Binary | 11010101 | 101110 | 11001000 | 0 | 1001110 | 110 | 10000 | 100110001 | 1000011 | 110011 |
Color Harmonies of #D52EC8
Complementary color
Monochromatic Colors of #D52EC8
Black with #D52EC8
Text Example
Text Example
White with #D52EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EC8; }
p { color: rgb(213,46,200); }
H1.HeaderClassName
{
color: #D52EC8;
}
.AnyTagClassName
{
color: #D52EC8;
}
</style>
background-color css
<style>
a { background-color: #D52EC8; }
a { background-color: rgb(213,46,200); }
div.DivClassName
{
background-color: #D52EC8;
}
.BgClassName
{
background-color: #D52EC8;
}
</style>
border-color css
<style>
span { border-color: #D52EC8; }
span { border-color: rgb(213,46,200); }
td.TdClassName
{
border-color: #D52EC8;
}
.TagClassName
{
border-color: #D52EC8;
}
</style>