Shades of Fuchsia #DA39C0
Tints of Fuchsia #DA39C0
RGB
CMYK
RGB Variations
Color information
#DA39C0 (or 0xDA39C0) is known color: Fuchsia. HEX triplet: DA, 39 and C0. RGB value is (218,57,192). Sum of RGB (Red+Green+Blue) = 218+57+192=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA39C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA39C0 is #25C63F. Grayscale: #787878. Windows color (decimal): -2475584 or 12597722. OLE color: 12597722.
HSL color Cylindrical-coordinate representation of color #DA39C0: hue angle of 309.69º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA39C0 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 192 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.15 |
| HSL | 309.69º | 0.69% | 0.54% | - |
| HSV(B) | 309.69º | 0.74% | 0.85% | - |
| XYZ | 39.89 | 21.64 | 51.94 | - |
| YUV | 120.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 192 | 0 | 0.74 | 0.12 | 0.15 | 309.69 | 0.69 | 0.54 |
| Hex | DA | 39 | C0 | 0 | 4A | C | F | 136 | 45 | 36 |
| Octal | 332 | 71 | 300 | 0 | 112 | 14 | 17 | 466 | 105 | 66 |
| Binary | 11011010 | 111001 | 11000000 | 0 | 1001010 | 1100 | 1111 | 100110110 | 1000101 | 110110 |
Color Harmonies of #DA39C0
Complementary color
Monochromatic Colors of #DA39C0
Black with #DA39C0
Text Example
Text Example
White with #DA39C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA39C0; }
p { color: rgb(218,57,192); }
H1.HeaderClassName
{
color: #DA39C0;
}
.AnyTagClassName
{
color: #DA39C0;
}
</style>
background-color css
<style>
a { background-color: #DA39C0; }
a { background-color: rgb(218,57,192); }
div.DivClassName
{
background-color: #DA39C0;
}
.BgClassName
{
background-color: #DA39C0;
}
</style>
border-color css
<style>
span { border-color: #DA39C0; }
span { border-color: rgb(218,57,192); }
td.TdClassName
{
border-color: #DA39C0;
}
.TagClassName
{
border-color: #DA39C0;
}
</style>