Shades of Fuchsia #DA47AF
Tints of Fuchsia #DA47AF
RGB
CMYK
RGB Variations
Color information
#DA47AF (or 0xDA47AF) is known color: Fuchsia. HEX triplet: DA, 47 and AF. RGB value is (218,71,175). Sum of RGB (Red+Green+Blue) = 218+71+175=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA47AF is #25B850. Grayscale: #7E7E7E. Windows color (decimal): -2472017 or 11487194. OLE color: 11487194.
HSL color Cylindrical-coordinate representation of color #DA47AF: hue angle of 317.55º degrees, saturation: 0.67, 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 #DA47AF is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 175 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.15 |
| HSL | 317.55º | 0.67% | 0.57% | - |
| HSV(B) | 317.55º | 0.67% | 0.85% | - |
| XYZ | 38.9 | 22.51 | 42.85 | - |
| YUV | 126.81 | 155.2 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 175 | 0 | 0.67 | 0.20 | 0.15 | 317.55 | 0.67 | 0.57 |
| Hex | DA | 47 | AF | 0 | 43 | 14 | F | 13E | 43 | 39 |
| Octal | 332 | 107 | 257 | 0 | 103 | 24 | 17 | 476 | 103 | 71 |
| Binary | 11011010 | 1000111 | 10101111 | 0 | 1000011 | 10100 | 1111 | 100111110 | 1000011 | 111001 |
Color Harmonies of #DA47AF
Complementary color
Monochromatic Colors of #DA47AF
Black with #DA47AF
Text Example
Text Example
White with #DA47AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA47AF; }
p { color: rgb(218,71,175); }
H1.HeaderClassName
{
color: #DA47AF;
}
.AnyTagClassName
{
color: #DA47AF;
}
</style>
background-color css
<style>
a { background-color: #DA47AF; }
a { background-color: rgb(218,71,175); }
div.DivClassName
{
background-color: #DA47AF;
}
.BgClassName
{
background-color: #DA47AF;
}
</style>
border-color css
<style>
span { border-color: #DA47AF; }
span { border-color: rgb(218,71,175); }
td.TdClassName
{
border-color: #DA47AF;
}
.TagClassName
{
border-color: #DA47AF;
}
</style>