Shades of Fuchsia #DA4CB1
Tints of Fuchsia #DA4CB1
RGB
CMYK
RGB Variations
Color information
#DA4CB1 (or 0xDA4CB1) is known color: Fuchsia. HEX triplet: DA, 4C and B1. RGB value is (218,76,177). Sum of RGB (Red+Green+Blue) = 218+76+177=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4CB1 is #25B34E. Grayscale: #818181. Windows color (decimal): -2470735 or 11619546. OLE color: 11619546.
HSL color Cylindrical-coordinate representation of color #DA4CB1: hue angle of 317.32º 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 #DA4CB1 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 177 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.15 |
| HSL | 317.32º | 0.66% | 0.58% | - |
| HSV(B) | 317.32º | 0.65% | 0.85% | - |
| XYZ | 39.43 | 23.25 | 44 | - |
| YUV | 129.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 177 | 0 | 0.65 | 0.19 | 0.15 | 317.32 | 0.66 | 0.58 |
| Hex | DA | 4C | B1 | 0 | 41 | 13 | F | 13D | 42 | 3A |
| Octal | 332 | 114 | 261 | 0 | 101 | 23 | 17 | 475 | 102 | 72 |
| Binary | 11011010 | 1001100 | 10110001 | 0 | 1000001 | 10011 | 1111 | 100111101 | 1000010 | 111010 |
Color Harmonies of #DA4CB1
Complementary color
Monochromatic Colors of #DA4CB1
Black with #DA4CB1
Text Example
Text Example
White with #DA4CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CB1; }
p { color: rgb(218,76,177); }
H1.HeaderClassName
{
color: #DA4CB1;
}
.AnyTagClassName
{
color: #DA4CB1;
}
</style>
background-color css
<style>
a { background-color: #DA4CB1; }
a { background-color: rgb(218,76,177); }
div.DivClassName
{
background-color: #DA4CB1;
}
.BgClassName
{
background-color: #DA4CB1;
}
</style>
border-color css
<style>
span { border-color: #DA4CB1; }
span { border-color: rgb(218,76,177); }
td.TdClassName
{
border-color: #DA4CB1;
}
.TagClassName
{
border-color: #DA4CB1;
}
</style>