Shades of Fuchsia #DA4CBB
Tints of Fuchsia #DA4CBB
RGB
CMYK
RGB Variations
Color information
#DA4CBB (or 0xDA4CBB) is known color: Fuchsia. HEX triplet: DA, 4C and BB. RGB value is (218,76,187). Sum of RGB (Red+Green+Blue) = 218+76+187=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4CBB is #25B344. Grayscale: #828282. Windows color (decimal): -2470725 or 12274906. OLE color: 12274906.
HSL color Cylindrical-coordinate representation of color #DA4CBB: hue angle of 313.1º 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 #DA4CBB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 187 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.15 |
| HSL | 313.1º | 0.66% | 0.58% | - |
| HSV(B) | 313.1º | 0.65% | 0.85% | - |
| XYZ | 40.47 | 23.66 | 49.45 | - |
| YUV | 131.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 187 | 0 | 0.65 | 0.14 | 0.15 | 313.1 | 0.66 | 0.58 |
| Hex | DA | 4C | BB | 0 | 41 | E | F | 139 | 42 | 3A |
| Octal | 332 | 114 | 273 | 0 | 101 | 16 | 17 | 471 | 102 | 72 |
| Binary | 11011010 | 1001100 | 10111011 | 0 | 1000001 | 1110 | 1111 | 100111001 | 1000010 | 111010 |
Color Harmonies of #DA4CBB
Complementary color
Monochromatic Colors of #DA4CBB
Black with #DA4CBB
Text Example
Text Example
White with #DA4CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CBB; }
p { color: rgb(218,76,187); }
H1.HeaderClassName
{
color: #DA4CBB;
}
.AnyTagClassName
{
color: #DA4CBB;
}
</style>
background-color css
<style>
a { background-color: #DA4CBB; }
a { background-color: rgb(218,76,187); }
div.DivClassName
{
background-color: #DA4CBB;
}
.BgClassName
{
background-color: #DA4CBB;
}
</style>
border-color css
<style>
span { border-color: #DA4CBB; }
span { border-color: rgb(218,76,187); }
td.TdClassName
{
border-color: #DA4CBB;
}
.TagClassName
{
border-color: #DA4CBB;
}
</style>