Shades of Fuchsia #D74EB8
Tints of Fuchsia #D74EB8
RGB
CMYK
RGB Variations
Color information
#D74EB8 (or 0xD74EB8) is known color: Fuchsia. HEX triplet: D7, 4E and B8. RGB value is (215,78,184). Sum of RGB (Red+Green+Blue) = 215+78+184=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EB8 is #28B147. Grayscale: #828282. Windows color (decimal): -2666824 or 12078807. OLE color: 12078807.
HSL color Cylindrical-coordinate representation of color #D74EB8: hue angle of 313.58º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74EB8 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 184 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.16 |
| HSL | 313.58º | 0.63% | 0.57% | - |
| HSV(B) | 313.58º | 0.64% | 0.84% | - |
| XYZ | 39.4 | 23.36 | 47.78 | - |
| YUV | 131.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 184 | 0 | 0.64 | 0.14 | 0.16 | 313.58 | 0.63 | 0.57 |
| Hex | D7 | 4E | B8 | 0 | 40 | E | 10 | 13A | 3F | 39 |
| Octal | 327 | 116 | 270 | 0 | 100 | 16 | 20 | 472 | 77 | 71 |
| Binary | 11010111 | 1001110 | 10111000 | 0 | 1000000 | 1110 | 10000 | 100111010 | 111111 | 111001 |
Color Harmonies of #D74EB8
Complementary color
Monochromatic Colors of #D74EB8
Black with #D74EB8
Text Example
Text Example
White with #D74EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74EB8; }
p { color: rgb(215,78,184); }
H1.HeaderClassName
{
color: #D74EB8;
}
.AnyTagClassName
{
color: #D74EB8;
}
</style>
background-color css
<style>
a { background-color: #D74EB8; }
a { background-color: rgb(215,78,184); }
div.DivClassName
{
background-color: #D74EB8;
}
.BgClassName
{
background-color: #D74EB8;
}
</style>
border-color css
<style>
span { border-color: #D74EB8; }
span { border-color: rgb(215,78,184); }
td.TdClassName
{
border-color: #D74EB8;
}
.TagClassName
{
border-color: #D74EB8;
}
</style>