Shades of Fuchsia #D55EAF
Tints of Fuchsia #D55EAF
RGB
CMYK
RGB Variations
Color information
#D55EAF (or 0xD55EAF) is known color: Fuchsia. HEX triplet: D5, 5E and AF. RGB value is (213,94,175). Sum of RGB (Red+Green+Blue) = 213+94+175=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55EAF is #2AA150. Grayscale: #8A8A8A. Windows color (decimal): -2793809 or 11493077. OLE color: 11493077.
HSL color Cylindrical-coordinate representation of color #D55EAF: hue angle of 319.16º 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 #D55EAF is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 175 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.16 |
| HSL | 319.16º | 0.59% | 0.6% | - |
| HSV(B) | 319.16º | 0.56% | 0.84% | - |
| XYZ | 39.18 | 25.25 | 43.37 | - |
| YUV | 138.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 175 | 0 | 0.56 | 0.18 | 0.16 | 319.16 | 0.59 | 0.6 |
| Hex | D5 | 5E | AF | 0 | 38 | 12 | 10 | 13F | 3B | 3C |
| Octal | 325 | 136 | 257 | 0 | 70 | 22 | 20 | 477 | 73 | 74 |
| Binary | 11010101 | 1011110 | 10101111 | 0 | 111000 | 10010 | 10000 | 100111111 | 111011 | 111100 |
Color Harmonies of #D55EAF
Complementary color
Monochromatic Colors of #D55EAF
Black with #D55EAF
Text Example
Text Example
White with #D55EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EAF; }
p { color: rgb(213,94,175); }
H1.HeaderClassName
{
color: #D55EAF;
}
.AnyTagClassName
{
color: #D55EAF;
}
</style>
background-color css
<style>
a { background-color: #D55EAF; }
a { background-color: rgb(213,94,175); }
div.DivClassName
{
background-color: #D55EAF;
}
.BgClassName
{
background-color: #D55EAF;
}
</style>
border-color css
<style>
span { border-color: #D55EAF; }
span { border-color: rgb(213,94,175); }
td.TdClassName
{
border-color: #D55EAF;
}
.TagClassName
{
border-color: #D55EAF;
}
</style>