Shades of Fuchsia #D52ECE
Tints of Fuchsia #D52ECE
RGB
CMYK
RGB Variations
Color information
#D52ECE (or 0xD52ECE) is known color: Fuchsia. HEX triplet: D5, 2E and CE. RGB value is (213,46,206). Sum of RGB (Red+Green+Blue) = 213+46+206=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D52ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52ECE is #2AD131. Grayscale: #717171. Windows color (decimal): -2806066 or 13512405. OLE color: 13512405.
HSL color Cylindrical-coordinate representation of color #D52ECE: hue angle of 302.51º 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 #D52ECE is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 206 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.16 |
| HSL | 302.52º | 0.67% | 0.51% | - |
| HSV(B) | 302.52º | 0.78% | 0.84% | - |
| XYZ | 39.56 | 20.56 | 60.28 | - |
| YUV | 114.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 206 | 0 | 0.78 | 0.03 | 0.16 | 302.52 | 0.67 | 0.51 |
| Hex | D5 | 2E | CE | 0 | 4E | 3 | 10 | 12F | 43 | 33 |
| Octal | 325 | 56 | 316 | 0 | 116 | 3 | 20 | 457 | 103 | 63 |
| Binary | 11010101 | 101110 | 11001110 | 0 | 1001110 | 11 | 10000 | 100101111 | 1000011 | 110011 |
Color Harmonies of #D52ECE
Complementary color
Monochromatic Colors of #D52ECE
Black with #D52ECE
Text Example
Text Example
White with #D52ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52ECE; }
p { color: rgb(213,46,206); }
H1.HeaderClassName
{
color: #D52ECE;
}
.AnyTagClassName
{
color: #D52ECE;
}
</style>
background-color css
<style>
a { background-color: #D52ECE; }
a { background-color: rgb(213,46,206); }
div.DivClassName
{
background-color: #D52ECE;
}
.BgClassName
{
background-color: #D52ECE;
}
</style>
border-color css
<style>
span { border-color: #D52ECE; }
span { border-color: rgb(213,46,206); }
td.TdClassName
{
border-color: #D52ECE;
}
.TagClassName
{
border-color: #D52ECE;
}
</style>