Shades of Fuchsia #D757BC
Tints of Fuchsia #D757BC
RGB
CMYK
RGB Variations
Color information
#D757BC (or 0xD757BC) is known color: Fuchsia. HEX triplet: D7, 57 and BC. RGB value is (215,87,188). Sum of RGB (Red+Green+Blue) = 215+87+188=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D757BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D757BC is #28A843. Grayscale: #888888. Windows color (decimal): -2664516 or 12343255. OLE color: 12343255.
HSL color Cylindrical-coordinate representation of color #D757BC: hue angle of 312.66º 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 #D757BC is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 188 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.16 |
| HSL | 312.66º | 0.62% | 0.59% | - |
| HSV(B) | 312.66º | 0.6% | 0.84% | - |
| XYZ | 40.51 | 24.89 | 50.25 | - |
| YUV | 136.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 188 | 0 | 0.60 | 0.13 | 0.16 | 312.66 | 0.62 | 0.59 |
| Hex | D7 | 57 | BC | 0 | 3C | D | 10 | 139 | 3E | 3B |
| Octal | 327 | 127 | 274 | 0 | 74 | 15 | 20 | 471 | 76 | 73 |
| Binary | 11010111 | 1010111 | 10111100 | 0 | 111100 | 1101 | 10000 | 100111001 | 111110 | 111011 |
Color Harmonies of #D757BC
Complementary color
Monochromatic Colors of #D757BC
Black with #D757BC
Text Example
Text Example
White with #D757BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757BC; }
p { color: rgb(215,87,188); }
H1.HeaderClassName
{
color: #D757BC;
}
.AnyTagClassName
{
color: #D757BC;
}
</style>
background-color css
<style>
a { background-color: #D757BC; }
a { background-color: rgb(215,87,188); }
div.DivClassName
{
background-color: #D757BC;
}
.BgClassName
{
background-color: #D757BC;
}
</style>
border-color css
<style>
span { border-color: #D757BC; }
span { border-color: rgb(215,87,188); }
td.TdClassName
{
border-color: #D757BC;
}
.TagClassName
{
border-color: #D757BC;
}
</style>