Shades of Fuchsia #DA39C5
Tints of Fuchsia #DA39C5
RGB
CMYK
RGB Variations
Color information
#DA39C5 (or 0xDA39C5) is known color: Fuchsia. HEX triplet: DA, 39 and C5. RGB value is (218,57,197). Sum of RGB (Red+Green+Blue) = 218+57+197=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA39C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA39C5 is #25C63A. Grayscale: #787878. Windows color (decimal): -2475579 or 12925402. OLE color: 12925402.
HSL color Cylindrical-coordinate representation of color #DA39C5: hue angle of 307.83º 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 #DA39C5 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 197 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.15 |
| HSL | 307.83º | 0.69% | 0.54% | - |
| HSV(B) | 307.83º | 0.74% | 0.85% | - |
| XYZ | 40.45 | 21.86 | 54.91 | - |
| YUV | 121.1 | 170.84 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 197 | 0 | 0.74 | 0.10 | 0.15 | 307.83 | 0.69 | 0.54 |
| Hex | DA | 39 | C5 | 0 | 4A | A | F | 134 | 45 | 36 |
| Octal | 332 | 71 | 305 | 0 | 112 | 12 | 17 | 464 | 105 | 66 |
| Binary | 11011010 | 111001 | 11000101 | 0 | 1001010 | 1010 | 1111 | 100110100 | 1000101 | 110110 |
Color Harmonies of #DA39C5
Complementary color
Monochromatic Colors of #DA39C5
Black with #DA39C5
Text Example
Text Example
White with #DA39C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA39C5; }
p { color: rgb(218,57,197); }
H1.HeaderClassName
{
color: #DA39C5;
}
.AnyTagClassName
{
color: #DA39C5;
}
</style>
background-color css
<style>
a { background-color: #DA39C5; }
a { background-color: rgb(218,57,197); }
div.DivClassName
{
background-color: #DA39C5;
}
.BgClassName
{
background-color: #DA39C5;
}
</style>
border-color css
<style>
span { border-color: #DA39C5; }
span { border-color: rgb(218,57,197); }
td.TdClassName
{
border-color: #DA39C5;
}
.TagClassName
{
border-color: #DA39C5;
}
</style>