Shades of Fuchsia #D55DAF
Tints of Fuchsia #D55DAF
RGB
CMYK
RGB Variations
Color information
#D55DAF (or 0xD55DAF) is known color: Fuchsia. HEX triplet: D5, 5D and AF. RGB value is (213,93,175). Sum of RGB (Red+Green+Blue) = 213+93+175=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55DAF is #2AA250. Grayscale: #8A8A8A. Windows color (decimal): -2794065 or 11492821. OLE color: 11492821.
HSL color Cylindrical-coordinate representation of color #D55DAF: hue angle of 319º 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 #D55DAF is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 175 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.16 |
| HSL | 319º | 0.59% | 0.6% | - |
| HSV(B) | 319º | 0.56% | 0.84% | - |
| XYZ | 39.09 | 25.07 | 43.34 | - |
| YUV | 138.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 175 | 0 | 0.56 | 0.18 | 0.16 | 319 | 0.59 | 0.6 |
| Hex | D5 | 5D | AF | 0 | 38 | 12 | 10 | 13F | 3B | 3C |
| Octal | 325 | 135 | 257 | 0 | 70 | 22 | 20 | 477 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10101111 | 0 | 111000 | 10010 | 10000 | 100111111 | 111011 | 111100 |
Color Harmonies of #D55DAF
Complementary color
Monochromatic Colors of #D55DAF
Black with #D55DAF
Text Example
Text Example
White with #D55DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DAF; }
p { color: rgb(213,93,175); }
H1.HeaderClassName
{
color: #D55DAF;
}
.AnyTagClassName
{
color: #D55DAF;
}
</style>
background-color css
<style>
a { background-color: #D55DAF; }
a { background-color: rgb(213,93,175); }
div.DivClassName
{
background-color: #D55DAF;
}
.BgClassName
{
background-color: #D55DAF;
}
</style>
border-color css
<style>
span { border-color: #D55DAF; }
span { border-color: rgb(213,93,175); }
td.TdClassName
{
border-color: #D55DAF;
}
.TagClassName
{
border-color: #D55DAF;
}
</style>