Shades of Fuchsia #DA4CB2
Tints of Fuchsia #DA4CB2
RGB
CMYK
RGB Variations
Color information
#DA4CB2 (or 0xDA4CB2) is known color: Fuchsia. HEX triplet: DA, 4C and B2. RGB value is (218,76,178). Sum of RGB (Red+Green+Blue) = 218+76+178=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4CB2 is #25B34D. Grayscale: #818181. Windows color (decimal): -2470734 or 11685082. OLE color: 11685082.
HSL color Cylindrical-coordinate representation of color #DA4CB2: hue angle of 316.9º 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 #DA4CB2 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 178 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.15 |
| HSL | 316.9º | 0.66% | 0.58% | - |
| HSV(B) | 316.9º | 0.65% | 0.85% | - |
| XYZ | 39.53 | 23.29 | 44.53 | - |
| YUV | 130.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 178 | 0 | 0.65 | 0.18 | 0.15 | 316.9 | 0.66 | 0.58 |
| Hex | DA | 4C | B2 | 0 | 41 | 12 | F | 13D | 42 | 3A |
| Octal | 332 | 114 | 262 | 0 | 101 | 22 | 17 | 475 | 102 | 72 |
| Binary | 11011010 | 1001100 | 10110010 | 0 | 1000001 | 10010 | 1111 | 100111101 | 1000010 | 111010 |
Color Harmonies of #DA4CB2
Complementary color
Monochromatic Colors of #DA4CB2
Black with #DA4CB2
Text Example
Text Example
White with #DA4CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CB2; }
p { color: rgb(218,76,178); }
H1.HeaderClassName
{
color: #DA4CB2;
}
.AnyTagClassName
{
color: #DA4CB2;
}
</style>
background-color css
<style>
a { background-color: #DA4CB2; }
a { background-color: rgb(218,76,178); }
div.DivClassName
{
background-color: #DA4CB2;
}
.BgClassName
{
background-color: #DA4CB2;
}
</style>
border-color css
<style>
span { border-color: #DA4CB2; }
span { border-color: rgb(218,76,178); }
td.TdClassName
{
border-color: #DA4CB2;
}
.TagClassName
{
border-color: #DA4CB2;
}
</style>