Shades of Fuchsia #DA4DB2
Tints of Fuchsia #DA4DB2
RGB
CMYK
RGB Variations
Color information
#DA4DB2 (or 0xDA4DB2) is known color: Fuchsia. HEX triplet: DA, 4D and B2. RGB value is (218,77,178). Sum of RGB (Red+Green+Blue) = 218+77+178=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DB2 is #25B24D. Grayscale: #828282. Windows color (decimal): -2470478 or 11685338. OLE color: 11685338.
HSL color Cylindrical-coordinate representation of color #DA4DB2: hue angle of 317.02º 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 #DA4DB2 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 178 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.15 |
| HSL | 317.02º | 0.66% | 0.58% | - |
| HSV(B) | 317.02º | 0.65% | 0.85% | - |
| XYZ | 39.6 | 23.43 | 44.55 | - |
| YUV | 130.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 178 | 0 | 0.65 | 0.18 | 0.15 | 317.02 | 0.66 | 0.58 |
| Hex | DA | 4D | B2 | 0 | 41 | 12 | F | 13D | 42 | 3A |
| Octal | 332 | 115 | 262 | 0 | 101 | 22 | 17 | 475 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10110010 | 0 | 1000001 | 10010 | 1111 | 100111101 | 1000010 | 111010 |
Color Harmonies of #DA4DB2
Complementary color
Monochromatic Colors of #DA4DB2
Black with #DA4DB2
Text Example
Text Example
White with #DA4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DB2; }
p { color: rgb(218,77,178); }
H1.HeaderClassName
{
color: #DA4DB2;
}
.AnyTagClassName
{
color: #DA4DB2;
}
</style>
background-color css
<style>
a { background-color: #DA4DB2; }
a { background-color: rgb(218,77,178); }
div.DivClassName
{
background-color: #DA4DB2;
}
.BgClassName
{
background-color: #DA4DB2;
}
</style>
border-color css
<style>
span { border-color: #DA4DB2; }
span { border-color: rgb(218,77,178); }
td.TdClassName
{
border-color: #DA4DB2;
}
.TagClassName
{
border-color: #DA4DB2;
}
</style>