Shades of Fuchsia #DA4AC1
Tints of Fuchsia #DA4AC1
RGB
CMYK
RGB Variations
Color information
#DA4AC1 (or 0xDA4AC1) is known color: Fuchsia. HEX triplet: DA, 4A and C1. RGB value is (218,74,193). Sum of RGB (Red+Green+Blue) = 218+74+193=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4AC1 is #25B53E. Grayscale: #828282. Windows color (decimal): -2471231 or 12667610. OLE color: 12667610.
HSL color Cylindrical-coordinate representation of color #DA4AC1: hue angle of 310.42º 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 #DA4AC1 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 193 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.15 |
| HSL | 310.42º | 0.66% | 0.57% | - |
| HSV(B) | 310.42º | 0.66% | 0.85% | - |
| XYZ | 40.99 | 23.65 | 52.86 | - |
| YUV | 130.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 193 | 0 | 0.66 | 0.11 | 0.15 | 310.42 | 0.66 | 0.57 |
| Hex | DA | 4A | C1 | 0 | 42 | B | F | 136 | 42 | 39 |
| Octal | 332 | 112 | 301 | 0 | 102 | 13 | 17 | 466 | 102 | 71 |
| Binary | 11011010 | 1001010 | 11000001 | 0 | 1000010 | 1011 | 1111 | 100110110 | 1000010 | 111001 |
Color Harmonies of #DA4AC1
Complementary color
Monochromatic Colors of #DA4AC1
Black with #DA4AC1
Text Example
Text Example
White with #DA4AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AC1; }
p { color: rgb(218,74,193); }
H1.HeaderClassName
{
color: #DA4AC1;
}
.AnyTagClassName
{
color: #DA4AC1;
}
</style>
background-color css
<style>
a { background-color: #DA4AC1; }
a { background-color: rgb(218,74,193); }
div.DivClassName
{
background-color: #DA4AC1;
}
.BgClassName
{
background-color: #DA4AC1;
}
</style>
border-color css
<style>
span { border-color: #DA4AC1; }
span { border-color: rgb(218,74,193); }
td.TdClassName
{
border-color: #DA4AC1;
}
.TagClassName
{
border-color: #DA4AC1;
}
</style>