Shades of Fuchsia #DA3BBB
Tints of Fuchsia #DA3BBB
RGB
CMYK
RGB Variations
Color information
#DA3BBB (or 0xDA3BBB) is known color: Fuchsia. HEX triplet: DA, 3B and BB. RGB value is (218,59,187). Sum of RGB (Red+Green+Blue) = 218+59+187=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3BBB is #25C444. Grayscale: #787878. Windows color (decimal): -2475077 or 12270554. OLE color: 12270554.
HSL color Cylindrical-coordinate representation of color #DA3BBB: hue angle of 311.7º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3BBB is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 187 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.15 |
| HSL | 311.7º | 0.68% | 0.54% | - |
| HSV(B) | 311.7º | 0.73% | 0.85% | - |
| XYZ | 39.45 | 21.62 | 49.11 | - |
| YUV | 121.13 | 165.18 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 187 | 0 | 0.73 | 0.14 | 0.15 | 311.7 | 0.68 | 0.54 |
| Hex | DA | 3B | BB | 0 | 49 | E | F | 138 | 44 | 36 |
| Octal | 332 | 73 | 273 | 0 | 111 | 16 | 17 | 470 | 104 | 66 |
| Binary | 11011010 | 111011 | 10111011 | 0 | 1001001 | 1110 | 1111 | 100111000 | 1000100 | 110110 |
Color Harmonies of #DA3BBB
Complementary color
Monochromatic Colors of #DA3BBB
Black with #DA3BBB
Text Example
Text Example
White with #DA3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3BBB; }
p { color: rgb(218,59,187); }
H1.HeaderClassName
{
color: #DA3BBB;
}
.AnyTagClassName
{
color: #DA3BBB;
}
</style>
background-color css
<style>
a { background-color: #DA3BBB; }
a { background-color: rgb(218,59,187); }
div.DivClassName
{
background-color: #DA3BBB;
}
.BgClassName
{
background-color: #DA3BBB;
}
</style>
border-color css
<style>
span { border-color: #DA3BBB; }
span { border-color: rgb(218,59,187); }
td.TdClassName
{
border-color: #DA3BBB;
}
.TagClassName
{
border-color: #DA3BBB;
}
</style>