Shades of Fuchsia #D94FC0
Tints of Fuchsia #D94FC0
RGB
CMYK
RGB Variations
Color information
#D94FC0 (or 0xD94FC0) is known color: Fuchsia. HEX triplet: D9, 4F and C0. RGB value is (217,79,192). Sum of RGB (Red+Green+Blue) = 217+79+192=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94FC0 is #26B03F. Grayscale: #848484. Windows color (decimal): -2535488 or 12603353. OLE color: 12603353.
HSL color Cylindrical-coordinate representation of color #D94FC0: hue angle of 310.87º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94FC0 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 192 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.15 |
| HSL | 310.87º | 0.64% | 0.58% | - |
| HSV(B) | 310.87º | 0.64% | 0.85% | - |
| XYZ | 40.93 | 24.15 | 52.37 | - |
| YUV | 133.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 192 | 0 | 0.64 | 0.12 | 0.15 | 310.87 | 0.64 | 0.58 |
| Hex | D9 | 4F | C0 | 0 | 40 | C | F | 137 | 40 | 3A |
| Octal | 331 | 117 | 300 | 0 | 100 | 14 | 17 | 467 | 100 | 72 |
| Binary | 11011001 | 1001111 | 11000000 | 0 | 1000000 | 1100 | 1111 | 100110111 | 1000000 | 111010 |
Color Harmonies of #D94FC0
Complementary color
Monochromatic Colors of #D94FC0
Black with #D94FC0
Text Example
Text Example
White with #D94FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94FC0; }
p { color: rgb(217,79,192); }
H1.HeaderClassName
{
color: #D94FC0;
}
.AnyTagClassName
{
color: #D94FC0;
}
</style>
background-color css
<style>
a { background-color: #D94FC0; }
a { background-color: rgb(217,79,192); }
div.DivClassName
{
background-color: #D94FC0;
}
.BgClassName
{
background-color: #D94FC0;
}
</style>
border-color css
<style>
span { border-color: #D94FC0; }
span { border-color: rgb(217,79,192); }
td.TdClassName
{
border-color: #D94FC0;
}
.TagClassName
{
border-color: #D94FC0;
}
</style>