Shades of Fuchsia #DA4DB3
Tints of Fuchsia #DA4DB3
RGB
CMYK
RGB Variations
Color information
#DA4DB3 (or 0xDA4DB3) is known color: Fuchsia. HEX triplet: DA, 4D and B3. RGB value is (218,77,179). Sum of RGB (Red+Green+Blue) = 218+77+179=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DB3 is #25B24C. Grayscale: #828282. Windows color (decimal): -2470477 or 11750874. OLE color: 11750874.
HSL color Cylindrical-coordinate representation of color #DA4DB3: hue angle of 316.6º 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 #DA4DB3 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 179 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.15 |
| HSL | 316.6º | 0.66% | 0.58% | - |
| HSV(B) | 316.6º | 0.65% | 0.85% | - |
| XYZ | 39.7 | 23.47 | 45.08 | - |
| YUV | 130.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 179 | 0 | 0.65 | 0.18 | 0.15 | 316.6 | 0.66 | 0.58 |
| Hex | DA | 4D | B3 | 0 | 41 | 12 | F | 13D | 42 | 3A |
| Octal | 332 | 115 | 263 | 0 | 101 | 22 | 17 | 475 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10110011 | 0 | 1000001 | 10010 | 1111 | 100111101 | 1000010 | 111010 |
Color Harmonies of #DA4DB3
Complementary color
Monochromatic Colors of #DA4DB3
Black with #DA4DB3
Text Example
Text Example
White with #DA4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DB3; }
p { color: rgb(218,77,179); }
H1.HeaderClassName
{
color: #DA4DB3;
}
.AnyTagClassName
{
color: #DA4DB3;
}
</style>
background-color css
<style>
a { background-color: #DA4DB3; }
a { background-color: rgb(218,77,179); }
div.DivClassName
{
background-color: #DA4DB3;
}
.BgClassName
{
background-color: #DA4DB3;
}
</style>
border-color css
<style>
span { border-color: #DA4DB3; }
span { border-color: rgb(218,77,179); }
td.TdClassName
{
border-color: #DA4DB3;
}
.TagClassName
{
border-color: #DA4DB3;
}
</style>