Shades of Fuchsia #DA54AF
Tints of Fuchsia #DA54AF
RGB
CMYK
RGB Variations
Color information
#DA54AF (or 0xDA54AF) is known color: Fuchsia. HEX triplet: DA, 54 and AF. RGB value is (218,84,175). Sum of RGB (Red+Green+Blue) = 218+84+175=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA54AF is #25AB50. Grayscale: #868686. Windows color (decimal): -2468689 or 11490522. OLE color: 11490522.
HSL color Cylindrical-coordinate representation of color #DA54AF: hue angle of 319.25º 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 #DA54AF is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 175 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.15 |
| HSL | 319.25º | 0.64% | 0.59% | - |
| HSV(B) | 319.25º | 0.61% | 0.85% | - |
| XYZ | 39.82 | 24.34 | 43.16 | - |
| YUV | 134.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 175 | 0 | 0.61 | 0.20 | 0.15 | 319.25 | 0.64 | 0.59 |
| Hex | DA | 54 | AF | 0 | 3D | 14 | F | 13F | 40 | 3B |
| Octal | 332 | 124 | 257 | 0 | 75 | 24 | 17 | 477 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10101111 | 0 | 111101 | 10100 | 1111 | 100111111 | 1000000 | 111011 |
Color Harmonies of #DA54AF
Complementary color
Monochromatic Colors of #DA54AF
Black with #DA54AF
Text Example
Text Example
White with #DA54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54AF; }
p { color: rgb(218,84,175); }
H1.HeaderClassName
{
color: #DA54AF;
}
.AnyTagClassName
{
color: #DA54AF;
}
</style>
background-color css
<style>
a { background-color: #DA54AF; }
a { background-color: rgb(218,84,175); }
div.DivClassName
{
background-color: #DA54AF;
}
.BgClassName
{
background-color: #DA54AF;
}
</style>
border-color css
<style>
span { border-color: #DA54AF; }
span { border-color: rgb(218,84,175); }
td.TdClassName
{
border-color: #DA54AF;
}
.TagClassName
{
border-color: #DA54AF;
}
</style>