Shades of Fuchsia #D94DB5
Tints of Fuchsia #D94DB5
RGB
CMYK
RGB Variations
Color information
#D94DB5 (or 0xD94DB5) is known color: Fuchsia. HEX triplet: D9, 4D and B5. RGB value is (217,77,181). Sum of RGB (Red+Green+Blue) = 217+77+181=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DB5 is #26B24A. Grayscale: #828282. Windows color (decimal): -2536011 or 11881945. OLE color: 11881945.
HSL color Cylindrical-coordinate representation of color #D94DB5: hue angle of 315.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 #D94DB5 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 181 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.15 |
| HSL | 315.43º | 0.65% | 0.58% | - |
| HSV(B) | 315.43º | 0.65% | 0.85% | - |
| XYZ | 39.61 | 23.4 | 46.14 | - |
| YUV | 130.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 181 | 0 | 0.65 | 0.17 | 0.15 | 315.43 | 0.65 | 0.58 |
| Hex | D9 | 4D | B5 | 0 | 41 | 11 | F | 13B | 41 | 3A |
| Octal | 331 | 115 | 265 | 0 | 101 | 21 | 17 | 473 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10110101 | 0 | 1000001 | 10001 | 1111 | 100111011 | 1000001 | 111010 |
Color Harmonies of #D94DB5
Complementary color
Monochromatic Colors of #D94DB5
Black with #D94DB5
Text Example
Text Example
White with #D94DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DB5; }
p { color: rgb(217,77,181); }
H1.HeaderClassName
{
color: #D94DB5;
}
.AnyTagClassName
{
color: #D94DB5;
}
</style>
background-color css
<style>
a { background-color: #D94DB5; }
a { background-color: rgb(217,77,181); }
div.DivClassName
{
background-color: #D94DB5;
}
.BgClassName
{
background-color: #D94DB5;
}
</style>
border-color css
<style>
span { border-color: #D94DB5; }
span { border-color: rgb(217,77,181); }
td.TdClassName
{
border-color: #D94DB5;
}
.TagClassName
{
border-color: #D94DB5;
}
</style>