Shades of Fuchsia #D756B0
Tints of Fuchsia #D756B0
RGB
CMYK
RGB Variations
Color information
#D756B0 (or 0xD756B0) is known color: Fuchsia. HEX triplet: D7, 56 and B0. RGB value is (215,86,176). Sum of RGB (Red+Green+Blue) = 215+86+176=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D756B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756B0 is #28A94F. Grayscale: #868686. Windows color (decimal): -2664784 or 11556567. OLE color: 11556567.
HSL color Cylindrical-coordinate representation of color #D756B0: hue angle of 318.14º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D756B0 is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 176 | - |
| CMYK | 0 | 0.6 | 0.18 | 0.16 |
| HSL | 318.14º | 0.62% | 0.59% | - |
| HSV(B) | 318.14º | 0.6% | 0.84% | - |
| XYZ | 39.19 | 24.24 | 43.69 | - |
| YUV | 134.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 176 | 0 | 0.6 | 0.18 | 0.16 | 318.14 | 0.62 | 0.59 |
| Hex | D7 | 56 | B0 | 0 | 3C | 12 | 10 | 13E | 3E | 3B |
| Octal | 327 | 126 | 260 | 0 | 74 | 22 | 20 | 476 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10110000 | 0 | 111100 | 10010 | 10000 | 100111110 | 111110 | 111011 |
Color Harmonies of #D756B0
Complementary color
Monochromatic Colors of #D756B0
Black with #D756B0
Text Example
Text Example
White with #D756B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756B0; }
p { color: rgb(215,86,176); }
H1.HeaderClassName
{
color: #D756B0;
}
.AnyTagClassName
{
color: #D756B0;
}
</style>
background-color css
<style>
a { background-color: #D756B0; }
a { background-color: rgb(215,86,176); }
div.DivClassName
{
background-color: #D756B0;
}
.BgClassName
{
background-color: #D756B0;
}
</style>
border-color css
<style>
span { border-color: #D756B0; }
span { border-color: rgb(215,86,176); }
td.TdClassName
{
border-color: #D756B0;
}
.TagClassName
{
border-color: #D756B0;
}
</style>