Shades of Fuchsia #DA47C0
Tints of Fuchsia #DA47C0
RGB
CMYK
RGB Variations
Color information
#DA47C0 (or 0xDA47C0) is known color: Fuchsia. HEX triplet: DA, 47 and C0. RGB value is (218,71,192). Sum of RGB (Red+Green+Blue) = 218+71+192=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA47C0 is #25B83F. Grayscale: #808080. Windows color (decimal): -2472000 or 12601306. OLE color: 12601306.
HSL color Cylindrical-coordinate representation of color #DA47C0: hue angle of 310.61º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA47C0 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 192 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.15 |
| HSL | 310.61º | 0.67% | 0.57% | - |
| HSV(B) | 310.61º | 0.67% | 0.85% | - |
| XYZ | 40.68 | 23.22 | 52.21 | - |
| YUV | 128.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 192 | 0 | 0.67 | 0.12 | 0.15 | 310.61 | 0.67 | 0.57 |
| Hex | DA | 47 | C0 | 0 | 43 | C | F | 137 | 43 | 39 |
| Octal | 332 | 107 | 300 | 0 | 103 | 14 | 17 | 467 | 103 | 71 |
| Binary | 11011010 | 1000111 | 11000000 | 0 | 1000011 | 1100 | 1111 | 100110111 | 1000011 | 111001 |
Color Harmonies of #DA47C0
Complementary color
Monochromatic Colors of #DA47C0
Black with #DA47C0
Text Example
Text Example
White with #DA47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA47C0; }
p { color: rgb(218,71,192); }
H1.HeaderClassName
{
color: #DA47C0;
}
.AnyTagClassName
{
color: #DA47C0;
}
</style>
background-color css
<style>
a { background-color: #DA47C0; }
a { background-color: rgb(218,71,192); }
div.DivClassName
{
background-color: #DA47C0;
}
.BgClassName
{
background-color: #DA47C0;
}
</style>
border-color css
<style>
span { border-color: #DA47C0; }
span { border-color: rgb(218,71,192); }
td.TdClassName
{
border-color: #DA47C0;
}
.TagClassName
{
border-color: #DA47C0;
}
</style>