Shades of Fuchsia #D55EC3
Tints of Fuchsia #D55EC3
RGB
CMYK
RGB Variations
Color information
#D55EC3 (or 0xD55EC3) is known color: Fuchsia. HEX triplet: D5, 5E and C3. RGB value is (213,94,195). Sum of RGB (Red+Green+Blue) = 213+94+195=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EC3 is #2AA13C. Grayscale: #8C8C8C. Windows color (decimal): -2793789 or 12803797. OLE color: 12803797.
HSL color Cylindrical-coordinate representation of color #D55EC3: hue angle of 309.08º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55EC3 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 195 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.16 |
| HSL | 309.08º | 0.59% | 0.6% | - |
| HSV(B) | 309.08º | 0.56% | 0.84% | - |
| XYZ | 41.29 | 26.09 | 54.49 | - |
| YUV | 141.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 195 | 0 | 0.56 | 0.08 | 0.16 | 309.08 | 0.59 | 0.6 |
| Hex | D5 | 5E | C3 | 0 | 38 | 8 | 10 | 135 | 3B | 3C |
| Octal | 325 | 136 | 303 | 0 | 70 | 10 | 20 | 465 | 73 | 74 |
| Binary | 11010101 | 1011110 | 11000011 | 0 | 111000 | 1000 | 10000 | 100110101 | 111011 | 111100 |
Color Harmonies of #D55EC3
Complementary color
Monochromatic Colors of #D55EC3
Black with #D55EC3
Text Example
Text Example
White with #D55EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EC3; }
p { color: rgb(213,94,195); }
H1.HeaderClassName
{
color: #D55EC3;
}
.AnyTagClassName
{
color: #D55EC3;
}
</style>
background-color css
<style>
a { background-color: #D55EC3; }
a { background-color: rgb(213,94,195); }
div.DivClassName
{
background-color: #D55EC3;
}
.BgClassName
{
background-color: #D55EC3;
}
</style>
border-color css
<style>
span { border-color: #D55EC3; }
span { border-color: rgb(213,94,195); }
td.TdClassName
{
border-color: #D55EC3;
}
.TagClassName
{
border-color: #D55EC3;
}
</style>