Shades of Fuchsia #DA58AF
Tints of Fuchsia #DA58AF
RGB
CMYK
RGB Variations
Color information
#DA58AF (or 0xDA58AF) is known color: Fuchsia. HEX triplet: DA, 58 and AF. RGB value is (218,88,175). Sum of RGB (Red+Green+Blue) = 218+88+175=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA58AF is #25A750. Grayscale: #888888. Windows color (decimal): -2467665 or 11491546. OLE color: 11491546.
HSL color Cylindrical-coordinate representation of color #DA58AF: hue angle of 319.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA58AF is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 175 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.15 |
| HSL | 319.85º | 0.64% | 0.6% | - |
| HSV(B) | 319.85º | 0.6% | 0.85% | - |
| XYZ | 40.14 | 24.98 | 43.26 | - |
| YUV | 136.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 175 | 0 | 0.60 | 0.20 | 0.15 | 319.85 | 0.64 | 0.6 |
| Hex | DA | 58 | AF | 0 | 3C | 14 | F | 140 | 40 | 3C |
| Octal | 332 | 130 | 257 | 0 | 74 | 24 | 17 | 500 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10101111 | 0 | 111100 | 10100 | 1111 | 101000000 | 1000000 | 111100 |
Color Harmonies of #DA58AF
Complementary color
Monochromatic Colors of #DA58AF
Black with #DA58AF
Text Example
Text Example
White with #DA58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA58AF; }
p { color: rgb(218,88,175); }
H1.HeaderClassName
{
color: #DA58AF;
}
.AnyTagClassName
{
color: #DA58AF;
}
</style>
background-color css
<style>
a { background-color: #DA58AF; }
a { background-color: rgb(218,88,175); }
div.DivClassName
{
background-color: #DA58AF;
}
.BgClassName
{
background-color: #DA58AF;
}
</style>
border-color css
<style>
span { border-color: #DA58AF; }
span { border-color: rgb(218,88,175); }
td.TdClassName
{
border-color: #DA58AF;
}
.TagClassName
{
border-color: #DA58AF;
}
</style>