Shades of Fuchsia #D55CAF
Tints of Fuchsia #D55CAF
RGB
CMYK
RGB Variations
Color information
#D55CAF (or 0xD55CAF) is known color: Fuchsia. HEX triplet: D5, 5C and AF. RGB value is (213,92,175). Sum of RGB (Red+Green+Blue) = 213+92+175=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55CAF is #2AA350. Grayscale: #898989. Windows color (decimal): -2794321 or 11492565. OLE color: 11492565.
HSL color Cylindrical-coordinate representation of color #D55CAF: hue angle of 318.84º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55CAF is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 175 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.16 |
| HSL | 318.84º | 0.59% | 0.6% | - |
| HSV(B) | 318.84º | 0.57% | 0.84% | - |
| XYZ | 39.01 | 24.9 | 43.31 | - |
| YUV | 137.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 175 | 0 | 0.57 | 0.18 | 0.16 | 318.84 | 0.59 | 0.6 |
| Hex | D5 | 5C | AF | 0 | 39 | 12 | 10 | 13F | 3B | 3C |
| Octal | 325 | 134 | 257 | 0 | 71 | 22 | 20 | 477 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10101111 | 0 | 111001 | 10010 | 10000 | 100111111 | 111011 | 111100 |
Color Harmonies of #D55CAF
Complementary color
Monochromatic Colors of #D55CAF
Black with #D55CAF
Text Example
Text Example
White with #D55CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CAF; }
p { color: rgb(213,92,175); }
H1.HeaderClassName
{
color: #D55CAF;
}
.AnyTagClassName
{
color: #D55CAF;
}
</style>
background-color css
<style>
a { background-color: #D55CAF; }
a { background-color: rgb(213,92,175); }
div.DivClassName
{
background-color: #D55CAF;
}
.BgClassName
{
background-color: #D55CAF;
}
</style>
border-color css
<style>
span { border-color: #D55CAF; }
span { border-color: rgb(213,92,175); }
td.TdClassName
{
border-color: #D55CAF;
}
.TagClassName
{
border-color: #D55CAF;
}
</style>