Shades of Fuchsia #D52EBC
Tints of Fuchsia #D52EBC
RGB
CMYK
RGB Variations
Color information
#D52EBC (or 0xD52EBC) is known color: Fuchsia. HEX triplet: D5, 2E and BC. RGB value is (213,46,188). Sum of RGB (Red+Green+Blue) = 213+46+188=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EBC is #2AD143. Grayscale: #6F6F6F. Windows color (decimal): -2806084 or 12332757. OLE color: 12332757.
HSL color Cylindrical-coordinate representation of color #D52EBC: hue angle of 308.98º 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 #D52EBC is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 188 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.16 |
| HSL | 308.98º | 0.67% | 0.51% | - |
| HSV(B) | 308.98º | 0.78% | 0.84% | - |
| XYZ | 37.49 | 19.73 | 49.41 | - |
| YUV | 112.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 188 | 0 | 0.78 | 0.12 | 0.16 | 308.98 | 0.67 | 0.51 |
| Hex | D5 | 2E | BC | 0 | 4E | C | 10 | 135 | 43 | 33 |
| Octal | 325 | 56 | 274 | 0 | 116 | 14 | 20 | 465 | 103 | 63 |
| Binary | 11010101 | 101110 | 10111100 | 0 | 1001110 | 1100 | 10000 | 100110101 | 1000011 | 110011 |
Color Harmonies of #D52EBC
Complementary color
Monochromatic Colors of #D52EBC
Black with #D52EBC
Text Example
Text Example
White with #D52EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EBC; }
p { color: rgb(213,46,188); }
H1.HeaderClassName
{
color: #D52EBC;
}
.AnyTagClassName
{
color: #D52EBC;
}
</style>
background-color css
<style>
a { background-color: #D52EBC; }
a { background-color: rgb(213,46,188); }
div.DivClassName
{
background-color: #D52EBC;
}
.BgClassName
{
background-color: #D52EBC;
}
</style>
border-color css
<style>
span { border-color: #D52EBC; }
span { border-color: rgb(213,46,188); }
td.TdClassName
{
border-color: #D52EBC;
}
.TagClassName
{
border-color: #D52EBC;
}
</style>