Shades of Fuchsia #D940AF
Tints of Fuchsia #D940AF
RGB
CMYK
RGB Variations
Color information
#D940AF (or 0xD940AF) is known color: Fuchsia. HEX triplet: D9, 40 and AF. RGB value is (217,64,175). Sum of RGB (Red+Green+Blue) = 217+64+175=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D940AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D940AF is #26BF50. Grayscale: #7A7A7A. Windows color (decimal): -2539345 or 11485401. OLE color: 11485401.
HSL color Cylindrical-coordinate representation of color #D940AF: hue angle of 316.47º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D940AF is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 175 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.15 |
| HSL | 316.47º | 0.67% | 0.55% | - |
| HSV(B) | 316.47º | 0.71% | 0.85% | - |
| XYZ | 38.19 | 21.51 | 42.7 | - |
| YUV | 122.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 175 | 0 | 0.71 | 0.19 | 0.15 | 316.47 | 0.67 | 0.55 |
| Hex | D9 | 40 | AF | 0 | 47 | 13 | F | 13C | 43 | 37 |
| Octal | 331 | 100 | 257 | 0 | 107 | 23 | 17 | 474 | 103 | 67 |
| Binary | 11011001 | 1000000 | 10101111 | 0 | 1000111 | 10011 | 1111 | 100111100 | 1000011 | 110111 |
Color Harmonies of #D940AF
Complementary color
Monochromatic Colors of #D940AF
Black with #D940AF
Text Example
Text Example
White with #D940AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D940AF; }
p { color: rgb(217,64,175); }
H1.HeaderClassName
{
color: #D940AF;
}
.AnyTagClassName
{
color: #D940AF;
}
</style>
background-color css
<style>
a { background-color: #D940AF; }
a { background-color: rgb(217,64,175); }
div.DivClassName
{
background-color: #D940AF;
}
.BgClassName
{
background-color: #D940AF;
}
</style>
border-color css
<style>
span { border-color: #D940AF; }
span { border-color: rgb(217,64,175); }
td.TdClassName
{
border-color: #D940AF;
}
.TagClassName
{
border-color: #D940AF;
}
</style>