Shades of Fuchsia #DA4FB1
Tints of Fuchsia #DA4FB1
RGB
CMYK
RGB Variations
Color information
#DA4FB1 (or 0xDA4FB1) is known color: Fuchsia. HEX triplet: DA, 4F and B1. RGB value is (218,79,177). Sum of RGB (Red+Green+Blue) = 218+79+177=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4FB1 is #25B04E. Grayscale: #838383. Windows color (decimal): -2469967 or 11620314. OLE color: 11620314.
HSL color Cylindrical-coordinate representation of color #DA4FB1: hue angle of 317.7º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4FB1 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 177 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.15 |
| HSL | 317.7º | 0.65% | 0.58% | - |
| HSV(B) | 317.7º | 0.64% | 0.85% | - |
| XYZ | 39.65 | 23.67 | 44.07 | - |
| YUV | 131.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 177 | 0 | 0.64 | 0.19 | 0.15 | 317.7 | 0.65 | 0.58 |
| Hex | DA | 4F | B1 | 0 | 40 | 13 | F | 13E | 41 | 3A |
| Octal | 332 | 117 | 261 | 0 | 100 | 23 | 17 | 476 | 101 | 72 |
| Binary | 11011010 | 1001111 | 10110001 | 0 | 1000000 | 10011 | 1111 | 100111110 | 1000001 | 111010 |
Color Harmonies of #DA4FB1
Complementary color
Monochromatic Colors of #DA4FB1
Black with #DA4FB1
Text Example
Text Example
White with #DA4FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4FB1; }
p { color: rgb(218,79,177); }
H1.HeaderClassName
{
color: #DA4FB1;
}
.AnyTagClassName
{
color: #DA4FB1;
}
</style>
background-color css
<style>
a { background-color: #DA4FB1; }
a { background-color: rgb(218,79,177); }
div.DivClassName
{
background-color: #DA4FB1;
}
.BgClassName
{
background-color: #DA4FB1;
}
</style>
border-color css
<style>
span { border-color: #DA4FB1; }
span { border-color: rgb(218,79,177); }
td.TdClassName
{
border-color: #DA4FB1;
}
.TagClassName
{
border-color: #DA4FB1;
}
</style>