Shades of Fuchsia #DA46C0
Tints of Fuchsia #DA46C0
RGB
CMYK
RGB Variations
Color information
#DA46C0 (or 0xDA46C0) is known color: Fuchsia. HEX triplet: DA, 46 and C0. RGB value is (218,70,192). Sum of RGB (Red+Green+Blue) = 218+70+192=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA46C0 is #25B93F. Grayscale: #7F7F7F. Windows color (decimal): -2472256 or 12601050. OLE color: 12601050.
HSL color Cylindrical-coordinate representation of color #DA46C0: hue angle of 310.54º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA46C0 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 192 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.15 |
| HSL | 310.54º | 0.67% | 0.56% | - |
| HSV(B) | 310.54º | 0.68% | 0.85% | - |
| XYZ | 40.62 | 23.09 | 52.19 | - |
| YUV | 128.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 192 | 0 | 0.68 | 0.12 | 0.15 | 310.54 | 0.67 | 0.56 |
| Hex | DA | 46 | C0 | 0 | 44 | C | F | 137 | 43 | 38 |
| Octal | 332 | 106 | 300 | 0 | 104 | 14 | 17 | 467 | 103 | 70 |
| Binary | 11011010 | 1000110 | 11000000 | 0 | 1000100 | 1100 | 1111 | 100110111 | 1000011 | 111000 |
Color Harmonies of #DA46C0
Complementary color
Monochromatic Colors of #DA46C0
Black with #DA46C0
Text Example
Text Example
White with #DA46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA46C0; }
p { color: rgb(218,70,192); }
H1.HeaderClassName
{
color: #DA46C0;
}
.AnyTagClassName
{
color: #DA46C0;
}
</style>
background-color css
<style>
a { background-color: #DA46C0; }
a { background-color: rgb(218,70,192); }
div.DivClassName
{
background-color: #DA46C0;
}
.BgClassName
{
background-color: #DA46C0;
}
</style>
border-color css
<style>
span { border-color: #DA46C0; }
span { border-color: rgb(218,70,192); }
td.TdClassName
{
border-color: #DA46C0;
}
.TagClassName
{
border-color: #DA46C0;
}
</style>