Shades of Fuchsia #D94AAF
Tints of Fuchsia #D94AAF
RGB
CMYK
RGB Variations
Color information
#D94AAF (or 0xD94AAF) is known color: Fuchsia. HEX triplet: D9, 4A and AF. RGB value is (217,74,175). Sum of RGB (Red+Green+Blue) = 217+74+175=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94AAF is #26B550. Grayscale: #808080. Windows color (decimal): -2536785 or 11487961. OLE color: 11487961.
HSL color Cylindrical-coordinate representation of color #D94AAF: hue angle of 317.62º 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 #D94AAF is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 175 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.15 |
| HSL | 317.62º | 0.65% | 0.57% | - |
| HSV(B) | 317.62º | 0.66% | 0.85% | - |
| XYZ | 38.8 | 22.74 | 42.9 | - |
| YUV | 128.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 175 | 0 | 0.66 | 0.19 | 0.15 | 317.62 | 0.65 | 0.57 |
| Hex | D9 | 4A | AF | 0 | 42 | 13 | F | 13E | 41 | 39 |
| Octal | 331 | 112 | 257 | 0 | 102 | 23 | 17 | 476 | 101 | 71 |
| Binary | 11011001 | 1001010 | 10101111 | 0 | 1000010 | 10011 | 1111 | 100111110 | 1000001 | 111001 |
Color Harmonies of #D94AAF
Complementary color
Monochromatic Colors of #D94AAF
Black with #D94AAF
Text Example
Text Example
White with #D94AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AAF; }
p { color: rgb(217,74,175); }
H1.HeaderClassName
{
color: #D94AAF;
}
.AnyTagClassName
{
color: #D94AAF;
}
</style>
background-color css
<style>
a { background-color: #D94AAF; }
a { background-color: rgb(217,74,175); }
div.DivClassName
{
background-color: #D94AAF;
}
.BgClassName
{
background-color: #D94AAF;
}
</style>
border-color css
<style>
span { border-color: #D94AAF; }
span { border-color: rgb(217,74,175); }
td.TdClassName
{
border-color: #D94AAF;
}
.TagClassName
{
border-color: #D94AAF;
}
</style>