Shades of Fuchsia #D94EBC
Tints of Fuchsia #D94EBC
RGB
CMYK
RGB Variations
Color information
#D94EBC (or 0xD94EBC) is known color: Fuchsia. HEX triplet: D9, 4E and BC. RGB value is (217,78,188). Sum of RGB (Red+Green+Blue) = 217+78+188=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EBC is #26B143. Grayscale: #838383. Windows color (decimal): -2535748 or 12340953. OLE color: 12340953.
HSL color Cylindrical-coordinate representation of color #D94EBC: hue angle of 312.52º degrees, saturation: 0.65, 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 #D94EBC is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 188 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.15 |
| HSL | 312.52º | 0.65% | 0.58% | - |
| HSV(B) | 312.52º | 0.64% | 0.85% | - |
| XYZ | 40.42 | 23.83 | 50.05 | - |
| YUV | 132.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 188 | 0 | 0.64 | 0.13 | 0.15 | 312.52 | 0.65 | 0.58 |
| Hex | D9 | 4E | BC | 0 | 40 | D | F | 139 | 41 | 3A |
| Octal | 331 | 116 | 274 | 0 | 100 | 15 | 17 | 471 | 101 | 72 |
| Binary | 11011001 | 1001110 | 10111100 | 0 | 1000000 | 1101 | 1111 | 100111001 | 1000001 | 111010 |
Color Harmonies of #D94EBC
Complementary color
Monochromatic Colors of #D94EBC
Black with #D94EBC
Text Example
Text Example
White with #D94EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EBC; }
p { color: rgb(217,78,188); }
H1.HeaderClassName
{
color: #D94EBC;
}
.AnyTagClassName
{
color: #D94EBC;
}
</style>
background-color css
<style>
a { background-color: #D94EBC; }
a { background-color: rgb(217,78,188); }
div.DivClassName
{
background-color: #D94EBC;
}
.BgClassName
{
background-color: #D94EBC;
}
</style>
border-color css
<style>
span { border-color: #D94EBC; }
span { border-color: rgb(217,78,188); }
td.TdClassName
{
border-color: #D94EBC;
}
.TagClassName
{
border-color: #D94EBC;
}
</style>