Shades of Fuchsia #D639AF
Tints of Fuchsia #D639AF
RGB
CMYK
RGB Variations
Color information
#D639AF (or 0xD639AF) is known color: Fuchsia. HEX triplet: D6, 39 and AF. RGB value is (214,57,175). Sum of RGB (Red+Green+Blue) = 214+57+175=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D639AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D639AF is #29C650. Grayscale: #757575. Windows color (decimal): -2737745 or 11483606. OLE color: 11483606.
HSL color Cylindrical-coordinate representation of color #D639AF: hue angle of 314.9º 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 #D639AF is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 175 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.16 |
| HSL | 314.9º | 0.66% | 0.53% | - |
| HSV(B) | 314.9º | 0.73% | 0.84% | - |
| XYZ | 36.93 | 20.32 | 42.53 | - |
| YUV | 117.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 175 | 0 | 0.73 | 0.18 | 0.16 | 314.9 | 0.66 | 0.53 |
| Hex | D6 | 39 | AF | 0 | 49 | 12 | 10 | 13B | 42 | 35 |
| Octal | 326 | 71 | 257 | 0 | 111 | 22 | 20 | 473 | 102 | 65 |
| Binary | 11010110 | 111001 | 10101111 | 0 | 1001001 | 10010 | 10000 | 100111011 | 1000010 | 110101 |
Color Harmonies of #D639AF
Complementary color
Monochromatic Colors of #D639AF
Black with #D639AF
Text Example
Text Example
White with #D639AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639AF; }
p { color: rgb(214,57,175); }
H1.HeaderClassName
{
color: #D639AF;
}
.AnyTagClassName
{
color: #D639AF;
}
</style>
background-color css
<style>
a { background-color: #D639AF; }
a { background-color: rgb(214,57,175); }
div.DivClassName
{
background-color: #D639AF;
}
.BgClassName
{
background-color: #D639AF;
}
</style>
border-color css
<style>
span { border-color: #D639AF; }
span { border-color: rgb(214,57,175); }
td.TdClassName
{
border-color: #D639AF;
}
.TagClassName
{
border-color: #D639AF;
}
</style>