Shades of Fuchsia #DA3EC5
Tints of Fuchsia #DA3EC5
RGB
CMYK
RGB Variations
Color information
#DA3EC5 (or 0xDA3EC5) is known color: Fuchsia. HEX triplet: DA, 3E and C5. RGB value is (218,62,197). Sum of RGB (Red+Green+Blue) = 218+62+197=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3EC5 is #25C13A. Grayscale: #7B7B7B. Windows color (decimal): -2474299 or 12926682. OLE color: 12926682.
HSL color Cylindrical-coordinate representation of color #DA3EC5: hue angle of 308.08º 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 #DA3EC5 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 197 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.15 |
| HSL | 308.08º | 0.68% | 0.55% | - |
| HSV(B) | 308.08º | 0.72% | 0.85% | - |
| XYZ | 40.71 | 22.38 | 55 | - |
| YUV | 124.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 197 | 0 | 0.72 | 0.10 | 0.15 | 308.08 | 0.68 | 0.55 |
| Hex | DA | 3E | C5 | 0 | 48 | A | F | 134 | 44 | 37 |
| Octal | 332 | 76 | 305 | 0 | 110 | 12 | 17 | 464 | 104 | 67 |
| Binary | 11011010 | 111110 | 11000101 | 0 | 1001000 | 1010 | 1111 | 100110100 | 1000100 | 110111 |
Color Harmonies of #DA3EC5
Complementary color
Monochromatic Colors of #DA3EC5
Black with #DA3EC5
Text Example
Text Example
White with #DA3EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3EC5; }
p { color: rgb(218,62,197); }
H1.HeaderClassName
{
color: #DA3EC5;
}
.AnyTagClassName
{
color: #DA3EC5;
}
</style>
background-color css
<style>
a { background-color: #DA3EC5; }
a { background-color: rgb(218,62,197); }
div.DivClassName
{
background-color: #DA3EC5;
}
.BgClassName
{
background-color: #DA3EC5;
}
</style>
border-color css
<style>
span { border-color: #DA3EC5; }
span { border-color: rgb(218,62,197); }
td.TdClassName
{
border-color: #DA3EC5;
}
.TagClassName
{
border-color: #DA3EC5;
}
</style>