Shades of Fuchsia #D75EBC
Tints of Fuchsia #D75EBC
RGB
CMYK
RGB Variations
Color information
#D75EBC (or 0xD75EBC) is known color: Fuchsia. HEX triplet: D7, 5E and BC. RGB value is (215,94,188). Sum of RGB (Red+Green+Blue) = 215+94+188=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75EBC is #28A143. Grayscale: #8C8C8C. Windows color (decimal): -2662724 or 12345047. OLE color: 12345047.
HSL color Cylindrical-coordinate representation of color #D75EBC: hue angle of 313.39º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75EBC is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 188 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.16 |
| HSL | 313.39º | 0.6% | 0.61% | - |
| HSV(B) | 313.39º | 0.56% | 0.84% | - |
| XYZ | 41.1 | 26.08 | 50.45 | - |
| YUV | 140.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 188 | 0 | 0.56 | 0.13 | 0.16 | 313.39 | 0.6 | 0.61 |
| Hex | D7 | 5E | BC | 0 | 38 | D | 10 | 139 | 3C | 3D |
| Octal | 327 | 136 | 274 | 0 | 70 | 15 | 20 | 471 | 74 | 75 |
| Binary | 11010111 | 1011110 | 10111100 | 0 | 111000 | 1101 | 10000 | 100111001 | 111100 | 111101 |
Color Harmonies of #D75EBC
Complementary color
Monochromatic Colors of #D75EBC
Black with #D75EBC
Text Example
Text Example
White with #D75EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75EBC; }
p { color: rgb(215,94,188); }
H1.HeaderClassName
{
color: #D75EBC;
}
.AnyTagClassName
{
color: #D75EBC;
}
</style>
background-color css
<style>
a { background-color: #D75EBC; }
a { background-color: rgb(215,94,188); }
div.DivClassName
{
background-color: #D75EBC;
}
.BgClassName
{
background-color: #D75EBC;
}
</style>
border-color css
<style>
span { border-color: #D75EBC; }
span { border-color: rgb(215,94,188); }
td.TdClassName
{
border-color: #D75EBC;
}
.TagClassName
{
border-color: #D75EBC;
}
</style>