Shades of Fuchsia #DA3BBC
Tints of Fuchsia #DA3BBC
RGB
CMYK
RGB Variations
Color information
#DA3BBC (or 0xDA3BBC) is known color: Fuchsia. HEX triplet: DA, 3B and BC. RGB value is (218,59,188). Sum of RGB (Red+Green+Blue) = 218+59+188=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3BBC is #25C443. Grayscale: #787878. Windows color (decimal): -2475076 or 12336090. OLE color: 12336090.
HSL color Cylindrical-coordinate representation of color #DA3BBC: hue angle of 311.32º 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 #DA3BBC is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 188 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.15 |
| HSL | 311.32º | 0.68% | 0.54% | - |
| HSV(B) | 311.32º | 0.73% | 0.85% | - |
| XYZ | 39.55 | 21.66 | 49.67 | - |
| YUV | 121.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 188 | 0 | 0.73 | 0.14 | 0.15 | 311.32 | 0.68 | 0.54 |
| Hex | DA | 3B | BC | 0 | 49 | E | F | 137 | 44 | 36 |
| Octal | 332 | 73 | 274 | 0 | 111 | 16 | 17 | 467 | 104 | 66 |
| Binary | 11011010 | 111011 | 10111100 | 0 | 1001001 | 1110 | 1111 | 100110111 | 1000100 | 110110 |
Color Harmonies of #DA3BBC
Complementary color
Monochromatic Colors of #DA3BBC
Black with #DA3BBC
Text Example
Text Example
White with #DA3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3BBC; }
p { color: rgb(218,59,188); }
H1.HeaderClassName
{
color: #DA3BBC;
}
.AnyTagClassName
{
color: #DA3BBC;
}
</style>
background-color css
<style>
a { background-color: #DA3BBC; }
a { background-color: rgb(218,59,188); }
div.DivClassName
{
background-color: #DA3BBC;
}
.BgClassName
{
background-color: #DA3BBC;
}
</style>
border-color css
<style>
span { border-color: #DA3BBC; }
span { border-color: rgb(218,59,188); }
td.TdClassName
{
border-color: #DA3BBC;
}
.TagClassName
{
border-color: #DA3BBC;
}
</style>