Shades of Fuchsia #DA3EC6
Tints of Fuchsia #DA3EC6
RGB
CMYK
RGB Variations
Color information
#DA3EC6 (or 0xDA3EC6) is known color: Fuchsia. HEX triplet: DA, 3E and C6. RGB value is (218,62,198). Sum of RGB (Red+Green+Blue) = 218+62+198=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3EC6 is #25C139. Grayscale: #7B7B7B. Windows color (decimal): -2474298 or 12992218. OLE color: 12992218.
HSL color Cylindrical-coordinate representation of color #DA3EC6: hue angle of 307.69º 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 #DA3EC6 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 198 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.15 |
| HSL | 307.69º | 0.68% | 0.55% | - |
| HSV(B) | 307.69º | 0.72% | 0.85% | - |
| XYZ | 40.83 | 22.43 | 55.6 | - |
| YUV | 124.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 198 | 0 | 0.72 | 0.09 | 0.15 | 307.69 | 0.68 | 0.55 |
| Hex | DA | 3E | C6 | 0 | 48 | 9 | F | 134 | 44 | 37 |
| Octal | 332 | 76 | 306 | 0 | 110 | 11 | 17 | 464 | 104 | 67 |
| Binary | 11011010 | 111110 | 11000110 | 0 | 1001000 | 1001 | 1111 | 100110100 | 1000100 | 110111 |
Color Harmonies of #DA3EC6
Complementary color
Monochromatic Colors of #DA3EC6
Black with #DA3EC6
Text Example
Text Example
White with #DA3EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3EC6; }
p { color: rgb(218,62,198); }
H1.HeaderClassName
{
color: #DA3EC6;
}
.AnyTagClassName
{
color: #DA3EC6;
}
</style>
background-color css
<style>
a { background-color: #DA3EC6; }
a { background-color: rgb(218,62,198); }
div.DivClassName
{
background-color: #DA3EC6;
}
.BgClassName
{
background-color: #DA3EC6;
}
</style>
border-color css
<style>
span { border-color: #DA3EC6; }
span { border-color: rgb(218,62,198); }
td.TdClassName
{
border-color: #DA3EC6;
}
.TagClassName
{
border-color: #DA3EC6;
}
</style>