Shades of Fuchsia #DA4BBB
Tints of Fuchsia #DA4BBB
RGB
CMYK
RGB Variations
Color information
#DA4BBB (or 0xDA4BBB) is known color: Fuchsia. HEX triplet: DA, 4B and BB. RGB value is (218,75,187). Sum of RGB (Red+Green+Blue) = 218+75+187=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BBB is #25B444. Grayscale: #828282. Windows color (decimal): -2470981 or 12274650. OLE color: 12274650.
HSL color Cylindrical-coordinate representation of color #DA4BBB: hue angle of 313.01º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4BBB is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 187 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.15 |
| HSL | 313.01º | 0.66% | 0.57% | - |
| HSV(B) | 313.01º | 0.66% | 0.85% | - |
| XYZ | 40.4 | 23.53 | 49.43 | - |
| YUV | 130.53 | 159.88 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 187 | 0 | 0.66 | 0.14 | 0.15 | 313.01 | 0.66 | 0.57 |
| Hex | DA | 4B | BB | 0 | 42 | E | F | 139 | 42 | 39 |
| Octal | 332 | 113 | 273 | 0 | 102 | 16 | 17 | 471 | 102 | 71 |
| Binary | 11011010 | 1001011 | 10111011 | 0 | 1000010 | 1110 | 1111 | 100111001 | 1000010 | 111001 |
Color Harmonies of #DA4BBB
Complementary color
Monochromatic Colors of #DA4BBB
Black with #DA4BBB
Text Example
Text Example
White with #DA4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4BBB; }
p { color: rgb(218,75,187); }
H1.HeaderClassName
{
color: #DA4BBB;
}
.AnyTagClassName
{
color: #DA4BBB;
}
</style>
background-color css
<style>
a { background-color: #DA4BBB; }
a { background-color: rgb(218,75,187); }
div.DivClassName
{
background-color: #DA4BBB;
}
.BgClassName
{
background-color: #DA4BBB;
}
</style>
border-color css
<style>
span { border-color: #DA4BBB; }
span { border-color: rgb(218,75,187); }
td.TdClassName
{
border-color: #DA4BBB;
}
.TagClassName
{
border-color: #DA4BBB;
}
</style>