Shades of Fuchsia #DA55AF
Tints of Fuchsia #DA55AF
RGB
CMYK
RGB Variations
Color information
#DA55AF (or 0xDA55AF) is known color: Fuchsia. HEX triplet: DA, 55 and AF. RGB value is (218,85,175). Sum of RGB (Red+Green+Blue) = 218+85+175=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55AF is #25AA50. Grayscale: #868686. Windows color (decimal): -2468433 or 11490778. OLE color: 11490778.
HSL color Cylindrical-coordinate representation of color #DA55AF: hue angle of 319.4º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA55AF is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 175 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.15 |
| HSL | 319.4º | 0.64% | 0.59% | - |
| HSV(B) | 319.4º | 0.61% | 0.85% | - |
| XYZ | 39.9 | 24.5 | 43.18 | - |
| YUV | 135.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 175 | 0 | 0.61 | 0.20 | 0.15 | 319.4 | 0.64 | 0.59 |
| Hex | DA | 55 | AF | 0 | 3D | 14 | F | 13F | 40 | 3B |
| Octal | 332 | 125 | 257 | 0 | 75 | 24 | 17 | 477 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10101111 | 0 | 111101 | 10100 | 1111 | 100111111 | 1000000 | 111011 |
Color Harmonies of #DA55AF
Complementary color
Monochromatic Colors of #DA55AF
Black with #DA55AF
Text Example
Text Example
White with #DA55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55AF; }
p { color: rgb(218,85,175); }
H1.HeaderClassName
{
color: #DA55AF;
}
.AnyTagClassName
{
color: #DA55AF;
}
</style>
background-color css
<style>
a { background-color: #DA55AF; }
a { background-color: rgb(218,85,175); }
div.DivClassName
{
background-color: #DA55AF;
}
.BgClassName
{
background-color: #DA55AF;
}
</style>
border-color css
<style>
span { border-color: #DA55AF; }
span { border-color: rgb(218,85,175); }
td.TdClassName
{
border-color: #DA55AF;
}
.TagClassName
{
border-color: #DA55AF;
}
</style>