Shades of Fuchsia #D94DAF
Tints of Fuchsia #D94DAF
RGB
CMYK
RGB Variations
Color information
#D94DAF (or 0xD94DAF) is known color: Fuchsia. HEX triplet: D9, 4D and AF. RGB value is (217,77,175). Sum of RGB (Red+Green+Blue) = 217+77+175=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94DAF is #26B250. Grayscale: #818181. Windows color (decimal): -2536017 or 11488729. OLE color: 11488729.
HSL color Cylindrical-coordinate representation of color #D94DAF: hue angle of 318º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94DAF is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 175 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.15 |
| HSL | 318º | 0.65% | 0.58% | - |
| HSV(B) | 318º | 0.65% | 0.85% | - |
| XYZ | 39.01 | 23.15 | 42.97 | - |
| YUV | 130.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 175 | 0 | 0.65 | 0.19 | 0.15 | 318 | 0.65 | 0.58 |
| Hex | D9 | 4D | AF | 0 | 41 | 13 | F | 13E | 41 | 3A |
| Octal | 331 | 115 | 257 | 0 | 101 | 23 | 17 | 476 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10101111 | 0 | 1000001 | 10011 | 1111 | 100111110 | 1000001 | 111010 |
Color Harmonies of #D94DAF
Complementary color
Monochromatic Colors of #D94DAF
Black with #D94DAF
Text Example
Text Example
White with #D94DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DAF; }
p { color: rgb(217,77,175); }
H1.HeaderClassName
{
color: #D94DAF;
}
.AnyTagClassName
{
color: #D94DAF;
}
</style>
background-color css
<style>
a { background-color: #D94DAF; }
a { background-color: rgb(217,77,175); }
div.DivClassName
{
background-color: #D94DAF;
}
.BgClassName
{
background-color: #D94DAF;
}
</style>
border-color css
<style>
span { border-color: #D94DAF; }
span { border-color: rgb(217,77,175); }
td.TdClassName
{
border-color: #D94DAF;
}
.TagClassName
{
border-color: #D94DAF;
}
</style>