Shades of Fuchsia #D756BB
Tints of Fuchsia #D756BB
RGB
CMYK
RGB Variations
Color information
#D756BB (or 0xD756BB) is known color: Fuchsia. HEX triplet: D7, 56 and BB. RGB value is (215,86,187). Sum of RGB (Red+Green+Blue) = 215+86+187=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D756BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756BB is #28A944. Grayscale: #878787. Windows color (decimal): -2664773 or 12277463. OLE color: 12277463.
HSL color Cylindrical-coordinate representation of color #D756BB: hue angle of 313.02º 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 #D756BB is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 187 | - |
| CMYK | 0 | 0.6 | 0.13 | 0.16 |
| HSL | 313.02º | 0.62% | 0.59% | - |
| HSV(B) | 313.02º | 0.6% | 0.84% | - |
| XYZ | 40.32 | 24.69 | 49.65 | - |
| YUV | 136.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 187 | 0 | 0.6 | 0.13 | 0.16 | 313.02 | 0.62 | 0.59 |
| Hex | D7 | 56 | BB | 0 | 3C | D | 10 | 139 | 3E | 3B |
| Octal | 327 | 126 | 273 | 0 | 74 | 15 | 20 | 471 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10111011 | 0 | 111100 | 1101 | 10000 | 100111001 | 111110 | 111011 |
Color Harmonies of #D756BB
Complementary color
Monochromatic Colors of #D756BB
Black with #D756BB
Text Example
Text Example
White with #D756BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756BB; }
p { color: rgb(215,86,187); }
H1.HeaderClassName
{
color: #D756BB;
}
.AnyTagClassName
{
color: #D756BB;
}
</style>
background-color css
<style>
a { background-color: #D756BB; }
a { background-color: rgb(215,86,187); }
div.DivClassName
{
background-color: #D756BB;
}
.BgClassName
{
background-color: #D756BB;
}
</style>
border-color css
<style>
span { border-color: #D756BB; }
span { border-color: rgb(215,86,187); }
td.TdClassName
{
border-color: #D756BB;
}
.TagClassName
{
border-color: #D756BB;
}
</style>