Shades of Fuchsia #DA49BF
Tints of Fuchsia #DA49BF
RGB
CMYK
RGB Variations
Color information
#DA49BF (or 0xDA49BF) is known color: Fuchsia. HEX triplet: DA, 49 and BF. RGB value is (218,73,191). Sum of RGB (Red+Green+Blue) = 218+73+191=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49BF is #25B640. Grayscale: #818181. Windows color (decimal): -2471489 or 12536282. OLE color: 12536282.
HSL color Cylindrical-coordinate representation of color #DA49BF: hue angle of 311.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA49BF is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 191 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.15 |
| HSL | 311.17º | 0.66% | 0.57% | - |
| HSV(B) | 311.17º | 0.67% | 0.85% | - |
| XYZ | 40.7 | 23.43 | 51.67 | - |
| YUV | 129.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 191 | 0 | 0.67 | 0.12 | 0.15 | 311.17 | 0.66 | 0.57 |
| Hex | DA | 49 | BF | 0 | 43 | C | F | 137 | 42 | 39 |
| Octal | 332 | 111 | 277 | 0 | 103 | 14 | 17 | 467 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10111111 | 0 | 1000011 | 1100 | 1111 | 100110111 | 1000010 | 111001 |
Color Harmonies of #DA49BF
Complementary color
Monochromatic Colors of #DA49BF
Black with #DA49BF
Text Example
Text Example
White with #DA49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49BF; }
p { color: rgb(218,73,191); }
H1.HeaderClassName
{
color: #DA49BF;
}
.AnyTagClassName
{
color: #DA49BF;
}
</style>
background-color css
<style>
a { background-color: #DA49BF; }
a { background-color: rgb(218,73,191); }
div.DivClassName
{
background-color: #DA49BF;
}
.BgClassName
{
background-color: #DA49BF;
}
</style>
border-color css
<style>
span { border-color: #DA49BF; }
span { border-color: rgb(218,73,191); }
td.TdClassName
{
border-color: #DA49BF;
}
.TagClassName
{
border-color: #DA49BF;
}
</style>