Shades of Fuchsia #DA44BA
Tints of Fuchsia #DA44BA
RGB
CMYK
RGB Variations
Color information
#DA44BA (or 0xDA44BA) is known color: Fuchsia. HEX triplet: DA, 44 and BA. RGB value is (218,68,186). Sum of RGB (Red+Green+Blue) = 218+68+186=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA44BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA44BA is #25BB45. Grayscale: #7D7D7D. Windows color (decimal): -2472774 or 12207322. OLE color: 12207322.
HSL color Cylindrical-coordinate representation of color #DA44BA: hue angle of 312.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA44BA is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 186 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.15 |
| HSL | 312.8º | 0.67% | 0.56% | - |
| HSV(B) | 312.8º | 0.69% | 0.85% | - |
| XYZ | 39.84 | 22.58 | 48.71 | - |
| YUV | 126.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 186 | 0 | 0.69 | 0.15 | 0.15 | 312.8 | 0.67 | 0.56 |
| Hex | DA | 44 | BA | 0 | 45 | F | F | 139 | 43 | 38 |
| Octal | 332 | 104 | 272 | 0 | 105 | 17 | 17 | 471 | 103 | 70 |
| Binary | 11011010 | 1000100 | 10111010 | 0 | 1000101 | 1111 | 1111 | 100111001 | 1000011 | 111000 |
Color Harmonies of #DA44BA
Complementary color
Monochromatic Colors of #DA44BA
Black with #DA44BA
Text Example
Text Example
White with #DA44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA44BA; }
p { color: rgb(218,68,186); }
H1.HeaderClassName
{
color: #DA44BA;
}
.AnyTagClassName
{
color: #DA44BA;
}
</style>
background-color css
<style>
a { background-color: #DA44BA; }
a { background-color: rgb(218,68,186); }
div.DivClassName
{
background-color: #DA44BA;
}
.BgClassName
{
background-color: #DA44BA;
}
</style>
border-color css
<style>
span { border-color: #DA44BA; }
span { border-color: rgb(218,68,186); }
td.TdClassName
{
border-color: #DA44BA;
}
.TagClassName
{
border-color: #DA44BA;
}
</style>