Shades of Fuchsia #DA3EC0
Tints of Fuchsia #DA3EC0
RGB
CMYK
RGB Variations
Color information
#DA3EC0 (or 0xDA3EC0) is known color: Fuchsia. HEX triplet: DA, 3E and C0. RGB value is (218,62,192). Sum of RGB (Red+Green+Blue) = 218+62+192=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3EC0 is #25C13F. Grayscale: #7B7B7B. Windows color (decimal): -2474304 or 12599002. OLE color: 12599002.
HSL color Cylindrical-coordinate representation of color #DA3EC0: hue angle of 310º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3EC0 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 192 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.15 |
| HSL | 310º | 0.68% | 0.55% | - |
| HSV(B) | 310º | 0.72% | 0.85% | - |
| XYZ | 40.15 | 22.16 | 52.03 | - |
| YUV | 123.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 192 | 0 | 0.72 | 0.12 | 0.15 | 310 | 0.68 | 0.55 |
| Hex | DA | 3E | C0 | 0 | 48 | C | F | 136 | 44 | 37 |
| Octal | 332 | 76 | 300 | 0 | 110 | 14 | 17 | 466 | 104 | 67 |
| Binary | 11011010 | 111110 | 11000000 | 0 | 1001000 | 1100 | 1111 | 100110110 | 1000100 | 110111 |
Color Harmonies of #DA3EC0
Complementary color
Monochromatic Colors of #DA3EC0
Black with #DA3EC0
Text Example
Text Example
White with #DA3EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3EC0; }
p { color: rgb(218,62,192); }
H1.HeaderClassName
{
color: #DA3EC0;
}
.AnyTagClassName
{
color: #DA3EC0;
}
</style>
background-color css
<style>
a { background-color: #DA3EC0; }
a { background-color: rgb(218,62,192); }
div.DivClassName
{
background-color: #DA3EC0;
}
.BgClassName
{
background-color: #DA3EC0;
}
</style>
border-color css
<style>
span { border-color: #DA3EC0; }
span { border-color: rgb(218,62,192); }
td.TdClassName
{
border-color: #DA3EC0;
}
.TagClassName
{
border-color: #DA3EC0;
}
</style>