Shades of Fuchsia #D758BC
Tints of Fuchsia #D758BC
RGB
CMYK
RGB Variations
Color information
#D758BC (or 0xD758BC) is known color: Fuchsia. HEX triplet: D7, 58 and BC. RGB value is (215,88,188). Sum of RGB (Red+Green+Blue) = 215+88+188=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D758BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758BC is #28A743. Grayscale: #898989. Windows color (decimal): -2664260 or 12343511. OLE color: 12343511.
HSL color Cylindrical-coordinate representation of color #D758BC: hue angle of 312.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D758BC is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 188 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.16 |
| HSL | 312.76º | 0.61% | 0.59% | - |
| HSV(B) | 312.76º | 0.59% | 0.84% | - |
| XYZ | 40.59 | 25.06 | 50.27 | - |
| YUV | 137.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 188 | 0 | 0.59 | 0.13 | 0.16 | 312.76 | 0.61 | 0.59 |
| Hex | D7 | 58 | BC | 0 | 3B | D | 10 | 139 | 3D | 3B |
| Octal | 327 | 130 | 274 | 0 | 73 | 15 | 20 | 471 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10111100 | 0 | 111011 | 1101 | 10000 | 100111001 | 111101 | 111011 |
Color Harmonies of #D758BC
Complementary color
Monochromatic Colors of #D758BC
Black with #D758BC
Text Example
Text Example
White with #D758BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758BC; }
p { color: rgb(215,88,188); }
H1.HeaderClassName
{
color: #D758BC;
}
.AnyTagClassName
{
color: #D758BC;
}
</style>
background-color css
<style>
a { background-color: #D758BC; }
a { background-color: rgb(215,88,188); }
div.DivClassName
{
background-color: #D758BC;
}
.BgClassName
{
background-color: #D758BC;
}
</style>
border-color css
<style>
span { border-color: #D758BC; }
span { border-color: rgb(215,88,188); }
td.TdClassName
{
border-color: #D758BC;
}
.TagClassName
{
border-color: #D758BC;
}
</style>