Shades of Fuchsia #DA4AB3
Tints of Fuchsia #DA4AB3
RGB
CMYK
RGB Variations
Color information
#DA4AB3 (or 0xDA4AB3) is known color: Fuchsia. HEX triplet: DA, 4A and B3. RGB value is (218,74,179). Sum of RGB (Red+Green+Blue) = 218+74+179=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4AB3 is #25B54C. Grayscale: #808080. Windows color (decimal): -2471245 or 11750106. OLE color: 11750106.
HSL color Cylindrical-coordinate representation of color #DA4AB3: hue angle of 316.25º 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 #DA4AB3 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 179 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.15 |
| HSL | 316.25º | 0.66% | 0.57% | - |
| HSV(B) | 316.25º | 0.66% | 0.85% | - |
| XYZ | 39.5 | 23.06 | 45.02 | - |
| YUV | 129.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 179 | 0 | 0.66 | 0.18 | 0.15 | 316.25 | 0.66 | 0.57 |
| Hex | DA | 4A | B3 | 0 | 42 | 12 | F | 13C | 42 | 39 |
| Octal | 332 | 112 | 263 | 0 | 102 | 22 | 17 | 474 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10110011 | 0 | 1000010 | 10010 | 1111 | 100111100 | 1000010 | 111001 |
Color Harmonies of #DA4AB3
Complementary color
Monochromatic Colors of #DA4AB3
Black with #DA4AB3
Text Example
Text Example
White with #DA4AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AB3; }
p { color: rgb(218,74,179); }
H1.HeaderClassName
{
color: #DA4AB3;
}
.AnyTagClassName
{
color: #DA4AB3;
}
</style>
background-color css
<style>
a { background-color: #DA4AB3; }
a { background-color: rgb(218,74,179); }
div.DivClassName
{
background-color: #DA4AB3;
}
.BgClassName
{
background-color: #DA4AB3;
}
</style>
border-color css
<style>
span { border-color: #DA4AB3; }
span { border-color: rgb(218,74,179); }
td.TdClassName
{
border-color: #DA4AB3;
}
.TagClassName
{
border-color: #DA4AB3;
}
</style>