Shades of Fuchsia #DA4AAF
Tints of Fuchsia #DA4AAF
RGB
CMYK
RGB Variations
Color information
#DA4AAF (or 0xDA4AAF) is known color: Fuchsia. HEX triplet: DA, 4A and AF. RGB value is (218,74,175). Sum of RGB (Red+Green+Blue) = 218+74+175=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AAF is #25B550. Grayscale: #808080. Windows color (decimal): -2471249 or 11487962. OLE color: 11487962.
HSL color Cylindrical-coordinate representation of color #DA4AAF: hue angle of 317.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4AAF is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 175 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.15 |
| HSL | 317.92º | 0.66% | 0.57% | - |
| HSV(B) | 317.92º | 0.66% | 0.85% | - |
| XYZ | 39.1 | 22.9 | 42.92 | - |
| YUV | 128.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 175 | 0 | 0.66 | 0.20 | 0.15 | 317.92 | 0.66 | 0.57 |
| Hex | DA | 4A | AF | 0 | 42 | 14 | F | 13E | 42 | 39 |
| Octal | 332 | 112 | 257 | 0 | 102 | 24 | 17 | 476 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10101111 | 0 | 1000010 | 10100 | 1111 | 100111110 | 1000010 | 111001 |
Color Harmonies of #DA4AAF
Complementary color
Monochromatic Colors of #DA4AAF
Black with #DA4AAF
Text Example
Text Example
White with #DA4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AAF; }
p { color: rgb(218,74,175); }
H1.HeaderClassName
{
color: #DA4AAF;
}
.AnyTagClassName
{
color: #DA4AAF;
}
</style>
background-color css
<style>
a { background-color: #DA4AAF; }
a { background-color: rgb(218,74,175); }
div.DivClassName
{
background-color: #DA4AAF;
}
.BgClassName
{
background-color: #DA4AAF;
}
</style>
border-color css
<style>
span { border-color: #DA4AAF; }
span { border-color: rgb(218,74,175); }
td.TdClassName
{
border-color: #DA4AAF;
}
.TagClassName
{
border-color: #DA4AAF;
}
</style>