Shades of Fuchsia #D94DBF
Tints of Fuchsia #D94DBF
RGB
CMYK
RGB Variations
Color information
#D94DBF (or 0xD94DBF) is known color: Fuchsia. HEX triplet: D9, 4D and BF. RGB value is (217,77,191). Sum of RGB (Red+Green+Blue) = 217+77+191=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DBF is #26B240. Grayscale: #838383. Windows color (decimal): -2536001 or 12537305. OLE color: 12537305.
HSL color Cylindrical-coordinate representation of color #D94DBF: hue angle of 311.14º 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 #D94DBF is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 191 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.15 |
| HSL | 311.14º | 0.65% | 0.58% | - |
| HSV(B) | 311.14º | 0.65% | 0.85% | - |
| XYZ | 40.67 | 23.82 | 51.74 | - |
| YUV | 131.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 191 | 0 | 0.65 | 0.12 | 0.15 | 311.14 | 0.65 | 0.58 |
| Hex | D9 | 4D | BF | 0 | 41 | C | F | 137 | 41 | 3A |
| Octal | 331 | 115 | 277 | 0 | 101 | 14 | 17 | 467 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10111111 | 0 | 1000001 | 1100 | 1111 | 100110111 | 1000001 | 111010 |
Color Harmonies of #D94DBF
Complementary color
Monochromatic Colors of #D94DBF
Black with #D94DBF
Text Example
Text Example
White with #D94DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DBF; }
p { color: rgb(217,77,191); }
H1.HeaderClassName
{
color: #D94DBF;
}
.AnyTagClassName
{
color: #D94DBF;
}
</style>
background-color css
<style>
a { background-color: #D94DBF; }
a { background-color: rgb(217,77,191); }
div.DivClassName
{
background-color: #D94DBF;
}
.BgClassName
{
background-color: #D94DBF;
}
</style>
border-color css
<style>
span { border-color: #D94DBF; }
span { border-color: rgb(217,77,191); }
td.TdClassName
{
border-color: #D94DBF;
}
.TagClassName
{
border-color: #D94DBF;
}
</style>