Shades of Fuchsia #D94DB1
Tints of Fuchsia #D94DB1
RGB
CMYK
RGB Variations
Color information
#D94DB1 (or 0xD94DB1) is known color: Fuchsia. HEX triplet: D9, 4D and B1. RGB value is (217,77,177). Sum of RGB (Red+Green+Blue) = 217+77+177=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94DB1 is #26B24E. Grayscale: #828282. Windows color (decimal): -2536015 or 11619801. OLE color: 11619801.
HSL color Cylindrical-coordinate representation of color #D94DB1: hue angle of 317.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 #D94DB1 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 177 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.15 |
| HSL | 317.14º | 0.65% | 0.58% | - |
| HSV(B) | 317.14º | 0.65% | 0.85% | - |
| XYZ | 39.2 | 23.23 | 44.01 | - |
| YUV | 130.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 177 | 0 | 0.65 | 0.18 | 0.15 | 317.14 | 0.65 | 0.58 |
| Hex | D9 | 4D | B1 | 0 | 41 | 12 | F | 13D | 41 | 3A |
| Octal | 331 | 115 | 261 | 0 | 101 | 22 | 17 | 475 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10110001 | 0 | 1000001 | 10010 | 1111 | 100111101 | 1000001 | 111010 |
Color Harmonies of #D94DB1
Complementary color
Monochromatic Colors of #D94DB1
Black with #D94DB1
Text Example
Text Example
White with #D94DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DB1; }
p { color: rgb(217,77,177); }
H1.HeaderClassName
{
color: #D94DB1;
}
.AnyTagClassName
{
color: #D94DB1;
}
</style>
background-color css
<style>
a { background-color: #D94DB1; }
a { background-color: rgb(217,77,177); }
div.DivClassName
{
background-color: #D94DB1;
}
.BgClassName
{
background-color: #D94DB1;
}
</style>
border-color css
<style>
span { border-color: #D94DB1; }
span { border-color: rgb(217,77,177); }
td.TdClassName
{
border-color: #D94DB1;
}
.TagClassName
{
border-color: #D94DB1;
}
</style>