Shades of Fuchsia #D05AAF
Tints of Fuchsia #D05AAF
RGB
CMYK
RGB Variations
Color information
#D05AAF (or 0xD05AAF) is known color: Fuchsia. HEX triplet: D0, 5A and AF. RGB value is (208,90,175). Sum of RGB (Red+Green+Blue) = 208+90+175=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05AAF is #2FA550. Grayscale: #868686. Windows color (decimal): -3122513 or 11492048. OLE color: 11492048.
HSL color Cylindrical-coordinate representation of color #D05AAF: hue angle of 316.78º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05AAF is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 175 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.18 |
| HSL | 316.78º | 0.56% | 0.58% | - |
| HSV(B) | 316.78º | 0.57% | 0.82% | - |
| XYZ | 37.41 | 23.82 | 43.18 | - |
| YUV | 134.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 175 | 0 | 0.57 | 0.16 | 0.18 | 316.78 | 0.56 | 0.58 |
| Hex | D0 | 5A | AF | 0 | 39 | 10 | 12 | 13D | 38 | 3A |
| Octal | 320 | 132 | 257 | 0 | 71 | 20 | 22 | 475 | 70 | 72 |
| Binary | 11010000 | 1011010 | 10101111 | 0 | 111001 | 10000 | 10010 | 100111101 | 111000 | 111010 |
Color Harmonies of #D05AAF
Complementary color
Monochromatic Colors of #D05AAF
Black with #D05AAF
Text Example
Text Example
White with #D05AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05AAF; }
p { color: rgb(208,90,175); }
H1.HeaderClassName
{
color: #D05AAF;
}
.AnyTagClassName
{
color: #D05AAF;
}
</style>
background-color css
<style>
a { background-color: #D05AAF; }
a { background-color: rgb(208,90,175); }
div.DivClassName
{
background-color: #D05AAF;
}
.BgClassName
{
background-color: #D05AAF;
}
</style>
border-color css
<style>
span { border-color: #D05AAF; }
span { border-color: rgb(208,90,175); }
td.TdClassName
{
border-color: #D05AAF;
}
.TagClassName
{
border-color: #D05AAF;
}
</style>