Shades of Fuchsia #D52ED3
Tints of Fuchsia #D52ED3
RGB
CMYK
RGB Variations
Color information
#D52ED3 (or 0xD52ED3) is known color: Fuchsia. HEX triplet: D5, 2E and D3. RGB value is (213,46,211). Sum of RGB (Red+Green+Blue) = 213+46+211=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ED3 is #2AD12C. Grayscale: #727272. Windows color (decimal): -2806061 or 13840085. OLE color: 13840085.
HSL color Cylindrical-coordinate representation of color #D52ED3: hue angle of 300.72º 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 #D52ED3 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 211 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.16 |
| HSL | 300.72º | 0.67% | 0.51% | - |
| HSV(B) | 300.72º | 0.78% | 0.84% | - |
| XYZ | 40.18 | 20.8 | 63.53 | - |
| YUV | 114.74 | 182.33 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 211 | 0 | 0.78 | 0.01 | 0.16 | 300.72 | 0.67 | 0.51 |
| Hex | D5 | 2E | D3 | 0 | 4E | 1 | 10 | 12D | 43 | 33 |
| Octal | 325 | 56 | 323 | 0 | 116 | 1 | 20 | 455 | 103 | 63 |
| Binary | 11010101 | 101110 | 11010011 | 0 | 1001110 | 1 | 10000 | 100101101 | 1000011 | 110011 |
Color Harmonies of #D52ED3
Complementary color
Monochromatic Colors of #D52ED3
Black with #D52ED3
Text Example
Text Example
White with #D52ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52ED3; }
p { color: rgb(213,46,211); }
H1.HeaderClassName
{
color: #D52ED3;
}
.AnyTagClassName
{
color: #D52ED3;
}
</style>
background-color css
<style>
a { background-color: #D52ED3; }
a { background-color: rgb(213,46,211); }
div.DivClassName
{
background-color: #D52ED3;
}
.BgClassName
{
background-color: #D52ED3;
}
</style>
border-color css
<style>
span { border-color: #D52ED3; }
span { border-color: rgb(213,46,211); }
td.TdClassName
{
border-color: #D52ED3;
}
.TagClassName
{
border-color: #D52ED3;
}
</style>