Shades of Fuchsia #D63AAF
Tints of Fuchsia #D63AAF
RGB
CMYK
RGB Variations
Color information
#D63AAF (or 0xD63AAF) is known color: Fuchsia. HEX triplet: D6, 3A and AF. RGB value is (214,58,175). Sum of RGB (Red+Green+Blue) = 214+58+175=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63AAF is #29C550. Grayscale: #757575. Windows color (decimal): -2737489 or 11483862. OLE color: 11483862.
HSL color Cylindrical-coordinate representation of color #D63AAF: hue angle of 315º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63AAF is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 175 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.16 |
| HSL | 315º | 0.66% | 0.53% | - |
| HSV(B) | 315º | 0.73% | 0.84% | - |
| XYZ | 36.98 | 20.42 | 42.55 | - |
| YUV | 117.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 175 | 0 | 0.73 | 0.18 | 0.16 | 315 | 0.66 | 0.53 |
| Hex | D6 | 3A | AF | 0 | 49 | 12 | 10 | 13B | 42 | 35 |
| Octal | 326 | 72 | 257 | 0 | 111 | 22 | 20 | 473 | 102 | 65 |
| Binary | 11010110 | 111010 | 10101111 | 0 | 1001001 | 10010 | 10000 | 100111011 | 1000010 | 110101 |
Color Harmonies of #D63AAF
Complementary color
Monochromatic Colors of #D63AAF
Black with #D63AAF
Text Example
Text Example
White with #D63AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63AAF; }
p { color: rgb(214,58,175); }
H1.HeaderClassName
{
color: #D63AAF;
}
.AnyTagClassName
{
color: #D63AAF;
}
</style>
background-color css
<style>
a { background-color: #D63AAF; }
a { background-color: rgb(214,58,175); }
div.DivClassName
{
background-color: #D63AAF;
}
.BgClassName
{
background-color: #D63AAF;
}
</style>
border-color css
<style>
span { border-color: #D63AAF; }
span { border-color: rgb(214,58,175); }
td.TdClassName
{
border-color: #D63AAF;
}
.TagClassName
{
border-color: #D63AAF;
}
</style>