Shades of Fuchsia #DA4AAE
Tints of Fuchsia #DA4AAE
RGB
CMYK
RGB Variations
Color information
#DA4AAE (or 0xDA4AAE) is known color: Fuchsia. HEX triplet: DA, 4A and AE. RGB value is (218,74,174). Sum of RGB (Red+Green+Blue) = 218+74+174=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AAE is #25B551. Grayscale: #808080. Windows color (decimal): -2471250 or 11422426. OLE color: 11422426.
HSL color Cylindrical-coordinate representation of color #DA4AAE: hue angle of 318.33º 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 #DA4AAE is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 174 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.15 |
| HSL | 318.33º | 0.66% | 0.57% | - |
| HSV(B) | 318.33º | 0.66% | 0.85% | - |
| XYZ | 39 | 22.86 | 42.4 | - |
| YUV | 128.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 174 | 0 | 0.66 | 0.20 | 0.15 | 318.33 | 0.66 | 0.57 |
| Hex | DA | 4A | AE | 0 | 42 | 14 | F | 13E | 42 | 39 |
| Octal | 332 | 112 | 256 | 0 | 102 | 24 | 17 | 476 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10101110 | 0 | 1000010 | 10100 | 1111 | 100111110 | 1000010 | 111001 |
Color Harmonies of #DA4AAE
Complementary color
Monochromatic Colors of #DA4AAE
Black with #DA4AAE
Text Example
Text Example
White with #DA4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AAE; }
p { color: rgb(218,74,174); }
H1.HeaderClassName
{
color: #DA4AAE;
}
.AnyTagClassName
{
color: #DA4AAE;
}
</style>
background-color css
<style>
a { background-color: #DA4AAE; }
a { background-color: rgb(218,74,174); }
div.DivClassName
{
background-color: #DA4AAE;
}
.BgClassName
{
background-color: #DA4AAE;
}
</style>
border-color css
<style>
span { border-color: #DA4AAE; }
span { border-color: rgb(218,74,174); }
td.TdClassName
{
border-color: #DA4AAE;
}
.TagClassName
{
border-color: #DA4AAE;
}
</style>