Shades of Fuchsia #D750BC
Tints of Fuchsia #D750BC
RGB
CMYK
RGB Variations
Color information
#D750BC (or 0xD750BC) is known color: Fuchsia. HEX triplet: D7, 50 and BC. RGB value is (215,80,188). Sum of RGB (Red+Green+Blue) = 215+80+188=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D750BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750BC is #28AF43. Grayscale: #848484. Windows color (decimal): -2666308 or 12341463. OLE color: 12341463.
HSL color Cylindrical-coordinate representation of color #D750BC: hue angle of 312º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750BC is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 188 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.16 |
| HSL | 312º | 0.63% | 0.58% | - |
| HSV(B) | 312º | 0.63% | 0.84% | - |
| XYZ | 39.97 | 23.82 | 50.07 | - |
| YUV | 132.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 188 | 0 | 0.63 | 0.13 | 0.16 | 312 | 0.63 | 0.58 |
| Hex | D7 | 50 | BC | 0 | 3F | D | 10 | 138 | 3F | 3A |
| Octal | 327 | 120 | 274 | 0 | 77 | 15 | 20 | 470 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10111100 | 0 | 111111 | 1101 | 10000 | 100111000 | 111111 | 111010 |
Color Harmonies of #D750BC
Complementary color
Monochromatic Colors of #D750BC
Black with #D750BC
Text Example
Text Example
White with #D750BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750BC; }
p { color: rgb(215,80,188); }
H1.HeaderClassName
{
color: #D750BC;
}
.AnyTagClassName
{
color: #D750BC;
}
</style>
background-color css
<style>
a { background-color: #D750BC; }
a { background-color: rgb(215,80,188); }
div.DivClassName
{
background-color: #D750BC;
}
.BgClassName
{
background-color: #D750BC;
}
</style>
border-color css
<style>
span { border-color: #D750BC; }
span { border-color: rgb(215,80,188); }
td.TdClassName
{
border-color: #D750BC;
}
.TagClassName
{
border-color: #D750BC;
}
</style>