Shades of Fuchsia #DA4AB1
Tints of Fuchsia #DA4AB1
RGB
CMYK
RGB Variations
Color information
#DA4AB1 (or 0xDA4AB1) is known color: Fuchsia. HEX triplet: DA, 4A and B1. RGB value is (218,74,177). Sum of RGB (Red+Green+Blue) = 218+74+177=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AB1 is #25B54E. Grayscale: #808080. Windows color (decimal): -2471247 or 11619034. OLE color: 11619034.
HSL color Cylindrical-coordinate representation of color #DA4AB1: hue angle of 317.08º 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 #DA4AB1 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 177 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.15 |
| HSL | 317.08º | 0.66% | 0.57% | - |
| HSV(B) | 317.08º | 0.66% | 0.85% | - |
| XYZ | 39.3 | 22.98 | 43.96 | - |
| YUV | 128.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 177 | 0 | 0.66 | 0.19 | 0.15 | 317.08 | 0.66 | 0.57 |
| Hex | DA | 4A | B1 | 0 | 42 | 13 | F | 13D | 42 | 39 |
| Octal | 332 | 112 | 261 | 0 | 102 | 23 | 17 | 475 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10110001 | 0 | 1000010 | 10011 | 1111 | 100111101 | 1000010 | 111001 |
Color Harmonies of #DA4AB1
Complementary color
Monochromatic Colors of #DA4AB1
Black with #DA4AB1
Text Example
Text Example
White with #DA4AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AB1; }
p { color: rgb(218,74,177); }
H1.HeaderClassName
{
color: #DA4AB1;
}
.AnyTagClassName
{
color: #DA4AB1;
}
</style>
background-color css
<style>
a { background-color: #DA4AB1; }
a { background-color: rgb(218,74,177); }
div.DivClassName
{
background-color: #DA4AB1;
}
.BgClassName
{
background-color: #DA4AB1;
}
</style>
border-color css
<style>
span { border-color: #DA4AB1; }
span { border-color: rgb(218,74,177); }
td.TdClassName
{
border-color: #DA4AB1;
}
.TagClassName
{
border-color: #DA4AB1;
}
</style>