Shades of Fuchsia #D52ECB
Tints of Fuchsia #D52ECB
RGB
CMYK
RGB Variations
Color information
#D52ECB (or 0xD52ECB) is known color: Fuchsia. HEX triplet: D5, 2E and CB. RGB value is (213,46,203). Sum of RGB (Red+Green+Blue) = 213+46+203=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ECB is #2AD134. Grayscale: #717171. Windows color (decimal): -2806069 or 13315797. OLE color: 13315797.
HSL color Cylindrical-coordinate representation of color #D52ECB: hue angle of 303.59º 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 #D52ECB is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 203 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.16 |
| HSL | 303.59º | 0.67% | 0.51% | - |
| HSV(B) | 303.59º | 0.78% | 0.84% | - |
| XYZ | 39.2 | 20.41 | 58.37 | - |
| YUV | 113.83 | 178.33 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 203 | 0 | 0.78 | 0.05 | 0.16 | 303.59 | 0.67 | 0.51 |
| Hex | D5 | 2E | CB | 0 | 4E | 5 | 10 | 130 | 43 | 33 |
| Octal | 325 | 56 | 313 | 0 | 116 | 5 | 20 | 460 | 103 | 63 |
| Binary | 11010101 | 101110 | 11001011 | 0 | 1001110 | 101 | 10000 | 100110000 | 1000011 | 110011 |
Color Harmonies of #D52ECB
Complementary color
Monochromatic Colors of #D52ECB
Black with #D52ECB
Text Example
Text Example
White with #D52ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52ECB; }
p { color: rgb(213,46,203); }
H1.HeaderClassName
{
color: #D52ECB;
}
.AnyTagClassName
{
color: #D52ECB;
}
</style>
background-color css
<style>
a { background-color: #D52ECB; }
a { background-color: rgb(213,46,203); }
div.DivClassName
{
background-color: #D52ECB;
}
.BgClassName
{
background-color: #D52ECB;
}
</style>
border-color css
<style>
span { border-color: #D52ECB; }
span { border-color: rgb(213,46,203); }
td.TdClassName
{
border-color: #D52ECB;
}
.TagClassName
{
border-color: #D52ECB;
}
</style>