Shades of Fuchsia #DA4DB8
Tints of Fuchsia #DA4DB8
RGB
CMYK
RGB Variations
Color information
#DA4DB8 (or 0xDA4DB8) is known color: Fuchsia. HEX triplet: DA, 4D and B8. RGB value is (218,77,184). Sum of RGB (Red+Green+Blue) = 218+77+184=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DB8 is #25B247. Grayscale: #838383. Windows color (decimal): -2470472 or 12078554. OLE color: 12078554.
HSL color Cylindrical-coordinate representation of color #DA4DB8: hue angle of 314.47º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DB8 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 184 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.15 |
| HSL | 314.47º | 0.66% | 0.58% | - |
| HSV(B) | 314.47º | 0.65% | 0.85% | - |
| XYZ | 40.22 | 23.67 | 47.8 | - |
| YUV | 131.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 184 | 0 | 0.65 | 0.16 | 0.15 | 314.47 | 0.66 | 0.58 |
| Hex | DA | 4D | B8 | 0 | 41 | 10 | F | 13A | 42 | 3A |
| Octal | 332 | 115 | 270 | 0 | 101 | 20 | 17 | 472 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10111000 | 0 | 1000001 | 10000 | 1111 | 100111010 | 1000010 | 111010 |
Color Harmonies of #DA4DB8
Complementary color
Monochromatic Colors of #DA4DB8
Black with #DA4DB8
Text Example
Text Example
White with #DA4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DB8; }
p { color: rgb(218,77,184); }
H1.HeaderClassName
{
color: #DA4DB8;
}
.AnyTagClassName
{
color: #DA4DB8;
}
</style>
background-color css
<style>
a { background-color: #DA4DB8; }
a { background-color: rgb(218,77,184); }
div.DivClassName
{
background-color: #DA4DB8;
}
.BgClassName
{
background-color: #DA4DB8;
}
</style>
border-color css
<style>
span { border-color: #DA4DB8; }
span { border-color: rgb(218,77,184); }
td.TdClassName
{
border-color: #DA4DB8;
}
.TagClassName
{
border-color: #DA4DB8;
}
</style>