Shades of Fuchsia #D94FB0
Tints of Fuchsia #D94FB0
RGB
CMYK
RGB Variations
Color information
#D94FB0 (or 0xD94FB0) is known color: Fuchsia. HEX triplet: D9, 4F and B0. RGB value is (217,79,176). Sum of RGB (Red+Green+Blue) = 217+79+176=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94FB0 is #26B04F. Grayscale: #838383. Windows color (decimal): -2535504 or 11554777. OLE color: 11554777.
HSL color Cylindrical-coordinate representation of color #D94FB0: hue angle of 317.83º 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 #D94FB0 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 176 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.15 |
| HSL | 317.83º | 0.64% | 0.58% | - |
| HSV(B) | 317.83º | 0.64% | 0.85% | - |
| XYZ | 39.25 | 23.48 | 43.54 | - |
| YUV | 131.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 176 | 0 | 0.64 | 0.19 | 0.15 | 317.83 | 0.64 | 0.58 |
| Hex | D9 | 4F | B0 | 0 | 40 | 13 | F | 13E | 40 | 3A |
| Octal | 331 | 117 | 260 | 0 | 100 | 23 | 17 | 476 | 100 | 72 |
| Binary | 11011001 | 1001111 | 10110000 | 0 | 1000000 | 10011 | 1111 | 100111110 | 1000000 | 111010 |
Color Harmonies of #D94FB0
Complementary color
Monochromatic Colors of #D94FB0
Black with #D94FB0
Text Example
Text Example
White with #D94FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94FB0; }
p { color: rgb(217,79,176); }
H1.HeaderClassName
{
color: #D94FB0;
}
.AnyTagClassName
{
color: #D94FB0;
}
</style>
background-color css
<style>
a { background-color: #D94FB0; }
a { background-color: rgb(217,79,176); }
div.DivClassName
{
background-color: #D94FB0;
}
.BgClassName
{
background-color: #D94FB0;
}
</style>
border-color css
<style>
span { border-color: #D94FB0; }
span { border-color: rgb(217,79,176); }
td.TdClassName
{
border-color: #D94FB0;
}
.TagClassName
{
border-color: #D94FB0;
}
</style>