Shades of Fuchsia #DA3BB0
Tints of Fuchsia #DA3BB0
RGB
CMYK
RGB Variations
Color information
#DA3BB0 (or 0xDA3BB0) is known color: Fuchsia. HEX triplet: DA, 3B and B0. RGB value is (218,59,176). Sum of RGB (Red+Green+Blue) = 218+59+176=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3BB0 is #25C44F. Grayscale: #777777. Windows color (decimal): -2475088 or 11549658. OLE color: 11549658.
HSL color Cylindrical-coordinate representation of color #DA3BB0: hue angle of 315.85º 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 #DA3BB0 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 176 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.15 |
| HSL | 315.85º | 0.68% | 0.54% | - |
| HSV(B) | 315.85º | 0.73% | 0.85% | - |
| XYZ | 38.31 | 21.17 | 43.14 | - |
| YUV | 119.88 | 159.68 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 176 | 0 | 0.73 | 0.19 | 0.15 | 315.85 | 0.68 | 0.54 |
| Hex | DA | 3B | B0 | 0 | 49 | 13 | F | 13C | 44 | 36 |
| Octal | 332 | 73 | 260 | 0 | 111 | 23 | 17 | 474 | 104 | 66 |
| Binary | 11011010 | 111011 | 10110000 | 0 | 1001001 | 10011 | 1111 | 100111100 | 1000100 | 110110 |
Color Harmonies of #DA3BB0
Complementary color
Monochromatic Colors of #DA3BB0
Black with #DA3BB0
Text Example
Text Example
White with #DA3BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3BB0; }
p { color: rgb(218,59,176); }
H1.HeaderClassName
{
color: #DA3BB0;
}
.AnyTagClassName
{
color: #DA3BB0;
}
</style>
background-color css
<style>
a { background-color: #DA3BB0; }
a { background-color: rgb(218,59,176); }
div.DivClassName
{
background-color: #DA3BB0;
}
.BgClassName
{
background-color: #DA3BB0;
}
</style>
border-color css
<style>
span { border-color: #DA3BB0; }
span { border-color: rgb(218,59,176); }
td.TdClassName
{
border-color: #DA3BB0;
}
.TagClassName
{
border-color: #DA3BB0;
}
</style>