Shades of Fuchsia #D949AF
Tints of Fuchsia #D949AF
RGB
CMYK
RGB Variations
Color information
#D949AF (or 0xD949AF) is known color: Fuchsia. HEX triplet: D9, 49 and AF. RGB value is (217,73,175). Sum of RGB (Red+Green+Blue) = 217+73+175=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D949AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D949AF is #26B650. Grayscale: #7F7F7F. Windows color (decimal): -2537041 or 11487705. OLE color: 11487705.
HSL color Cylindrical-coordinate representation of color #D949AF: hue angle of 317.5º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D949AF is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 175 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.15 |
| HSL | 317.5º | 0.65% | 0.57% | - |
| HSV(B) | 317.5º | 0.66% | 0.85% | - |
| XYZ | 38.74 | 22.61 | 42.88 | - |
| YUV | 127.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 175 | 0 | 0.66 | 0.19 | 0.15 | 317.5 | 0.65 | 0.57 |
| Hex | D9 | 49 | AF | 0 | 42 | 13 | F | 13E | 41 | 39 |
| Octal | 331 | 111 | 257 | 0 | 102 | 23 | 17 | 476 | 101 | 71 |
| Binary | 11011001 | 1001001 | 10101111 | 0 | 1000010 | 10011 | 1111 | 100111110 | 1000001 | 111001 |
Color Harmonies of #D949AF
Complementary color
Monochromatic Colors of #D949AF
Black with #D949AF
Text Example
Text Example
White with #D949AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949AF; }
p { color: rgb(217,73,175); }
H1.HeaderClassName
{
color: #D949AF;
}
.AnyTagClassName
{
color: #D949AF;
}
</style>
background-color css
<style>
a { background-color: #D949AF; }
a { background-color: rgb(217,73,175); }
div.DivClassName
{
background-color: #D949AF;
}
.BgClassName
{
background-color: #D949AF;
}
</style>
border-color css
<style>
span { border-color: #D949AF; }
span { border-color: rgb(217,73,175); }
td.TdClassName
{
border-color: #D949AF;
}
.TagClassName
{
border-color: #D949AF;
}
</style>