Shades of Fuchsia #D94EB8
Tints of Fuchsia #D94EB8
RGB
CMYK
RGB Variations
Color information
#D94EB8 (or 0xD94EB8) is known color: Fuchsia. HEX triplet: D9, 4E and B8. RGB value is (217,78,184). Sum of RGB (Red+Green+Blue) = 217+78+184=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EB8 is #26B147. Grayscale: #838383. Windows color (decimal): -2535752 or 12078809. OLE color: 12078809.
HSL color Cylindrical-coordinate representation of color #D94EB8: hue angle of 314.24º degrees, saturation: 0.65, 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 #D94EB8 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 184 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.15 |
| HSL | 314.24º | 0.65% | 0.58% | - |
| HSV(B) | 314.24º | 0.64% | 0.85% | - |
| XYZ | 39.99 | 23.66 | 47.81 | - |
| YUV | 131.65 | 157.55 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 184 | 0 | 0.64 | 0.15 | 0.15 | 314.24 | 0.65 | 0.58 |
| Hex | D9 | 4E | B8 | 0 | 40 | F | F | 13A | 41 | 3A |
| Octal | 331 | 116 | 270 | 0 | 100 | 17 | 17 | 472 | 101 | 72 |
| Binary | 11011001 | 1001110 | 10111000 | 0 | 1000000 | 1111 | 1111 | 100111010 | 1000001 | 111010 |
Color Harmonies of #D94EB8
Complementary color
Monochromatic Colors of #D94EB8
Black with #D94EB8
Text Example
Text Example
White with #D94EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EB8; }
p { color: rgb(217,78,184); }
H1.HeaderClassName
{
color: #D94EB8;
}
.AnyTagClassName
{
color: #D94EB8;
}
</style>
background-color css
<style>
a { background-color: #D94EB8; }
a { background-color: rgb(217,78,184); }
div.DivClassName
{
background-color: #D94EB8;
}
.BgClassName
{
background-color: #D94EB8;
}
</style>
border-color css
<style>
span { border-color: #D94EB8; }
span { border-color: rgb(217,78,184); }
td.TdClassName
{
border-color: #D94EB8;
}
.TagClassName
{
border-color: #D94EB8;
}
</style>