Shades of Fuchsia #DA39BA
Tints of Fuchsia #DA39BA
RGB
CMYK
RGB Variations
Color information
#DA39BA (or 0xDA39BA) is known color: Fuchsia. HEX triplet: DA, 39 and BA. RGB value is (218,57,186). Sum of RGB (Red+Green+Blue) = 218+57+186=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA39BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA39BA is #25C645. Grayscale: #777777. Windows color (decimal): -2475590 or 12204506. OLE color: 12204506.
HSL color Cylindrical-coordinate representation of color #DA39BA: hue angle of 311.93º 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 #DA39BA is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 186 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.15 |
| HSL | 311.93º | 0.69% | 0.54% | - |
| HSV(B) | 311.93º | 0.74% | 0.85% | - |
| XYZ | 39.24 | 21.38 | 48.51 | - |
| YUV | 119.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 186 | 0 | 0.74 | 0.15 | 0.15 | 311.93 | 0.69 | 0.54 |
| Hex | DA | 39 | BA | 0 | 4A | F | F | 138 | 45 | 36 |
| Octal | 332 | 71 | 272 | 0 | 112 | 17 | 17 | 470 | 105 | 66 |
| Binary | 11011010 | 111001 | 10111010 | 0 | 1001010 | 1111 | 1111 | 100111000 | 1000101 | 110110 |
Color Harmonies of #DA39BA
Complementary color
Monochromatic Colors of #DA39BA
Black with #DA39BA
Text Example
Text Example
White with #DA39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA39BA; }
p { color: rgb(218,57,186); }
H1.HeaderClassName
{
color: #DA39BA;
}
.AnyTagClassName
{
color: #DA39BA;
}
</style>
background-color css
<style>
a { background-color: #DA39BA; }
a { background-color: rgb(218,57,186); }
div.DivClassName
{
background-color: #DA39BA;
}
.BgClassName
{
background-color: #DA39BA;
}
</style>
border-color css
<style>
span { border-color: #DA39BA; }
span { border-color: rgb(218,57,186); }
td.TdClassName
{
border-color: #DA39BA;
}
.TagClassName
{
border-color: #DA39BA;
}
</style>