Shades of Fuchsia #D94DBC
Tints of Fuchsia #D94DBC
RGB
CMYK
RGB Variations
Color information
#D94DBC (or 0xD94DBC) is known color: Fuchsia. HEX triplet: D9, 4D and BC. RGB value is (217,77,188). Sum of RGB (Red+Green+Blue) = 217+77+188=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DBC is #26B243. Grayscale: #838383. Windows color (decimal): -2536004 or 12340697. OLE color: 12340697.
HSL color Cylindrical-coordinate representation of color #D94DBC: hue angle of 312.43º 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 #D94DBC is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 188 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.15 |
| HSL | 312.43º | 0.65% | 0.58% | - |
| HSV(B) | 312.43º | 0.65% | 0.85% | - |
| XYZ | 40.35 | 23.69 | 50.02 | - |
| YUV | 131.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 188 | 0 | 0.65 | 0.13 | 0.15 | 312.43 | 0.65 | 0.58 |
| Hex | D9 | 4D | BC | 0 | 41 | D | F | 138 | 41 | 3A |
| Octal | 331 | 115 | 274 | 0 | 101 | 15 | 17 | 470 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10111100 | 0 | 1000001 | 1101 | 1111 | 100111000 | 1000001 | 111010 |
Color Harmonies of #D94DBC
Complementary color
Monochromatic Colors of #D94DBC
Black with #D94DBC
Text Example
Text Example
White with #D94DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DBC; }
p { color: rgb(217,77,188); }
H1.HeaderClassName
{
color: #D94DBC;
}
.AnyTagClassName
{
color: #D94DBC;
}
</style>
background-color css
<style>
a { background-color: #D94DBC; }
a { background-color: rgb(217,77,188); }
div.DivClassName
{
background-color: #D94DBC;
}
.BgClassName
{
background-color: #D94DBC;
}
</style>
border-color css
<style>
span { border-color: #D94DBC; }
span { border-color: rgb(217,77,188); }
td.TdClassName
{
border-color: #D94DBC;
}
.TagClassName
{
border-color: #D94DBC;
}
</style>