Shades of Fuchsia #D943AF
Tints of Fuchsia #D943AF
RGB
CMYK
RGB Variations
Color information
#D943AF (or 0xD943AF) is known color: Fuchsia. HEX triplet: D9, 43 and AF. RGB value is (217,67,175). Sum of RGB (Red+Green+Blue) = 217+67+175=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D943AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D943AF is #26BC50. Grayscale: #7B7B7B. Windows color (decimal): -2538577 or 11486169. OLE color: 11486169.
HSL color Cylindrical-coordinate representation of color #D943AF: hue angle of 316.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D943AF is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 175 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.15 |
| HSL | 316.8º | 0.66% | 0.56% | - |
| HSV(B) | 316.8º | 0.69% | 0.85% | - |
| XYZ | 38.36 | 21.86 | 42.76 | - |
| YUV | 124.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 175 | 0 | 0.69 | 0.19 | 0.15 | 316.8 | 0.66 | 0.56 |
| Hex | D9 | 43 | AF | 0 | 45 | 13 | F | 13D | 42 | 38 |
| Octal | 331 | 103 | 257 | 0 | 105 | 23 | 17 | 475 | 102 | 70 |
| Binary | 11011001 | 1000011 | 10101111 | 0 | 1000101 | 10011 | 1111 | 100111101 | 1000010 | 111000 |
Color Harmonies of #D943AF
Complementary color
Monochromatic Colors of #D943AF
Black with #D943AF
Text Example
Text Example
White with #D943AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D943AF; }
p { color: rgb(217,67,175); }
H1.HeaderClassName
{
color: #D943AF;
}
.AnyTagClassName
{
color: #D943AF;
}
</style>
background-color css
<style>
a { background-color: #D943AF; }
a { background-color: rgb(217,67,175); }
div.DivClassName
{
background-color: #D943AF;
}
.BgClassName
{
background-color: #D943AF;
}
</style>
border-color css
<style>
span { border-color: #D943AF; }
span { border-color: rgb(217,67,175); }
td.TdClassName
{
border-color: #D943AF;
}
.TagClassName
{
border-color: #D943AF;
}
</style>