Shades of Fuchsia #DA3AC2
Tints of Fuchsia #DA3AC2
RGB
CMYK
RGB Variations
Color information
#DA3AC2 (or 0xDA3AC2) is known color: Fuchsia. HEX triplet: DA, 3A and C2. RGB value is (218,58,194). Sum of RGB (Red+Green+Blue) = 218+58+194=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3AC2 is #25C53D. Grayscale: #787878. Windows color (decimal): -2475326 or 12729050. OLE color: 12729050.
HSL color Cylindrical-coordinate representation of color #DA3AC2: hue angle of 309º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3AC2 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 194 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.15 |
| HSL | 309º | 0.68% | 0.54% | - |
| HSV(B) | 309º | 0.73% | 0.85% | - |
| XYZ | 40.16 | 21.83 | 53.14 | - |
| YUV | 121.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 194 | 0 | 0.73 | 0.11 | 0.15 | 309 | 0.68 | 0.54 |
| Hex | DA | 3A | C2 | 0 | 49 | B | F | 135 | 44 | 36 |
| Octal | 332 | 72 | 302 | 0 | 111 | 13 | 17 | 465 | 104 | 66 |
| Binary | 11011010 | 111010 | 11000010 | 0 | 1001001 | 1011 | 1111 | 100110101 | 1000100 | 110110 |
Color Harmonies of #DA3AC2
Complementary color
Monochromatic Colors of #DA3AC2
Black with #DA3AC2
Text Example
Text Example
White with #DA3AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3AC2; }
p { color: rgb(218,58,194); }
H1.HeaderClassName
{
color: #DA3AC2;
}
.AnyTagClassName
{
color: #DA3AC2;
}
</style>
background-color css
<style>
a { background-color: #DA3AC2; }
a { background-color: rgb(218,58,194); }
div.DivClassName
{
background-color: #DA3AC2;
}
.BgClassName
{
background-color: #DA3AC2;
}
</style>
border-color css
<style>
span { border-color: #DA3AC2; }
span { border-color: rgb(218,58,194); }
td.TdClassName
{
border-color: #DA3AC2;
}
.TagClassName
{
border-color: #DA3AC2;
}
</style>