Shades of Fuchsia #D65AAF
Tints of Fuchsia #D65AAF
RGB
CMYK
RGB Variations
Color information
#D65AAF (or 0xD65AAF) is known color: Fuchsia. HEX triplet: D6, 5A and AF. RGB value is (214,90,175). Sum of RGB (Red+Green+Blue) = 214+90+175=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AAF is #29A550. Grayscale: #888888. Windows color (decimal): -2729297 or 11492054. OLE color: 11492054.
HSL color Cylindrical-coordinate representation of color #D65AAF: hue angle of 318.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65AAF is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 175 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.16 |
| HSL | 318.87º | 0.6% | 0.6% | - |
| HSV(B) | 318.87º | 0.58% | 0.84% | - |
| XYZ | 39.13 | 24.7 | 43.26 | - |
| YUV | 136.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 175 | 0 | 0.58 | 0.18 | 0.16 | 318.87 | 0.6 | 0.6 |
| Hex | D6 | 5A | AF | 0 | 3A | 12 | 10 | 13F | 3C | 3C |
| Octal | 326 | 132 | 257 | 0 | 72 | 22 | 20 | 477 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10101111 | 0 | 111010 | 10010 | 10000 | 100111111 | 111100 | 111100 |
Color Harmonies of #D65AAF
Complementary color
Monochromatic Colors of #D65AAF
Black with #D65AAF
Text Example
Text Example
White with #D65AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AAF; }
p { color: rgb(214,90,175); }
H1.HeaderClassName
{
color: #D65AAF;
}
.AnyTagClassName
{
color: #D65AAF;
}
</style>
background-color css
<style>
a { background-color: #D65AAF; }
a { background-color: rgb(214,90,175); }
div.DivClassName
{
background-color: #D65AAF;
}
.BgClassName
{
background-color: #D65AAF;
}
</style>
border-color css
<style>
span { border-color: #D65AAF; }
span { border-color: rgb(214,90,175); }
td.TdClassName
{
border-color: #D65AAF;
}
.TagClassName
{
border-color: #D65AAF;
}
</style>