Shades of Fuchsia #DA4CB8
Tints of Fuchsia #DA4CB8
RGB
CMYK
RGB Variations
Color information
#DA4CB8 (or 0xDA4CB8) is known color: Fuchsia. HEX triplet: DA, 4C and B8. RGB value is (218,76,184). Sum of RGB (Red+Green+Blue) = 218+76+184=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4CB8 is #25B347. Grayscale: #828282. Windows color (decimal): -2470728 or 12078298. OLE color: 12078298.
HSL color Cylindrical-coordinate representation of color #DA4CB8: hue angle of 314.37º 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 #DA4CB8 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 184 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.15 |
| HSL | 314.37º | 0.66% | 0.58% | - |
| HSV(B) | 314.37º | 0.65% | 0.85% | - |
| XYZ | 40.15 | 23.54 | 47.77 | - |
| YUV | 130.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 184 | 0 | 0.65 | 0.16 | 0.15 | 314.37 | 0.66 | 0.58 |
| Hex | DA | 4C | B8 | 0 | 41 | 10 | F | 13A | 42 | 3A |
| Octal | 332 | 114 | 270 | 0 | 101 | 20 | 17 | 472 | 102 | 72 |
| Binary | 11011010 | 1001100 | 10111000 | 0 | 1000001 | 10000 | 1111 | 100111010 | 1000010 | 111010 |
Color Harmonies of #DA4CB8
Complementary color
Monochromatic Colors of #DA4CB8
Black with #DA4CB8
Text Example
Text Example
White with #DA4CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CB8; }
p { color: rgb(218,76,184); }
H1.HeaderClassName
{
color: #DA4CB8;
}
.AnyTagClassName
{
color: #DA4CB8;
}
</style>
background-color css
<style>
a { background-color: #DA4CB8; }
a { background-color: rgb(218,76,184); }
div.DivClassName
{
background-color: #DA4CB8;
}
.BgClassName
{
background-color: #DA4CB8;
}
</style>
border-color css
<style>
span { border-color: #DA4CB8; }
span { border-color: rgb(218,76,184); }
td.TdClassName
{
border-color: #DA4CB8;
}
.TagClassName
{
border-color: #DA4CB8;
}
</style>