Shades of Fuchsia #DA3ABC
Tints of Fuchsia #DA3ABC
RGB
CMYK
RGB Variations
Color information
#DA3ABC (or 0xDA3ABC) is known color: Fuchsia. HEX triplet: DA, 3A and BC. RGB value is (218,58,188). Sum of RGB (Red+Green+Blue) = 218+58+188=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3ABC is #25C543. Grayscale: #787878. Windows color (decimal): -2475332 or 12335834. OLE color: 12335834.
HSL color Cylindrical-coordinate representation of color #DA3ABC: hue angle of 311.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3ABC is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 188 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.15 |
| HSL | 311.25º | 0.68% | 0.54% | - |
| HSV(B) | 311.25º | 0.73% | 0.85% | - |
| XYZ | 39.5 | 21.56 | 49.66 | - |
| YUV | 120.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 188 | 0 | 0.73 | 0.14 | 0.15 | 311.25 | 0.68 | 0.54 |
| Hex | DA | 3A | BC | 0 | 49 | E | F | 137 | 44 | 36 |
| Octal | 332 | 72 | 274 | 0 | 111 | 16 | 17 | 467 | 104 | 66 |
| Binary | 11011010 | 111010 | 10111100 | 0 | 1001001 | 1110 | 1111 | 100110111 | 1000100 | 110110 |
Color Harmonies of #DA3ABC
Complementary color
Monochromatic Colors of #DA3ABC
Black with #DA3ABC
Text Example
Text Example
White with #DA3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3ABC; }
p { color: rgb(218,58,188); }
H1.HeaderClassName
{
color: #DA3ABC;
}
.AnyTagClassName
{
color: #DA3ABC;
}
</style>
background-color css
<style>
a { background-color: #DA3ABC; }
a { background-color: rgb(218,58,188); }
div.DivClassName
{
background-color: #DA3ABC;
}
.BgClassName
{
background-color: #DA3ABC;
}
</style>
border-color css
<style>
span { border-color: #DA3ABC; }
span { border-color: rgb(218,58,188); }
td.TdClassName
{
border-color: #DA3ABC;
}
.TagClassName
{
border-color: #DA3ABC;
}
</style>