Shades of Fuchsia #DA41AF
Tints of Fuchsia #DA41AF
RGB
CMYK
RGB Variations
Color information
#DA41AF (or 0xDA41AF) is known color: Fuchsia. HEX triplet: DA, 41 and AF. RGB value is (218,65,175). Sum of RGB (Red+Green+Blue) = 218+65+175=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA41AF is #25BE50. Grayscale: #7B7B7B. Windows color (decimal): -2473553 or 11485658. OLE color: 11485658.
HSL color Cylindrical-coordinate representation of color #DA41AF: hue angle of 316.86º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA41AF is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 175 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.15 |
| HSL | 316.86º | 0.67% | 0.55% | - |
| HSV(B) | 316.86º | 0.7% | 0.85% | - |
| XYZ | 38.54 | 21.78 | 42.73 | - |
| YUV | 123.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 175 | 0 | 0.70 | 0.20 | 0.15 | 316.86 | 0.67 | 0.55 |
| Hex | DA | 41 | AF | 0 | 46 | 14 | F | 13D | 43 | 37 |
| Octal | 332 | 101 | 257 | 0 | 106 | 24 | 17 | 475 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10101111 | 0 | 1000110 | 10100 | 1111 | 100111101 | 1000011 | 110111 |
Color Harmonies of #DA41AF
Complementary color
Monochromatic Colors of #DA41AF
Black with #DA41AF
Text Example
Text Example
White with #DA41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA41AF; }
p { color: rgb(218,65,175); }
H1.HeaderClassName
{
color: #DA41AF;
}
.AnyTagClassName
{
color: #DA41AF;
}
</style>
background-color css
<style>
a { background-color: #DA41AF; }
a { background-color: rgb(218,65,175); }
div.DivClassName
{
background-color: #DA41AF;
}
.BgClassName
{
background-color: #DA41AF;
}
</style>
border-color css
<style>
span { border-color: #DA41AF; }
span { border-color: rgb(218,65,175); }
td.TdClassName
{
border-color: #DA41AF;
}
.TagClassName
{
border-color: #DA41AF;
}
</style>