Shades of Fuchsia #D750BA
Tints of Fuchsia #D750BA
RGB
CMYK
RGB Variations
Color information
#D750BA (or 0xD750BA) is known color: Fuchsia. HEX triplet: D7, 50 and BA. RGB value is (215,80,186). Sum of RGB (Red+Green+Blue) = 215+80+186=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D750BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750BA is #28AF45. Grayscale: #848484. Windows color (decimal): -2666310 or 12210391. OLE color: 12210391.
HSL color Cylindrical-coordinate representation of color #D750BA: hue angle of 312.89º 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 #D750BA is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 186 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.16 |
| HSL | 312.89º | 0.63% | 0.58% | - |
| HSV(B) | 312.89º | 0.63% | 0.84% | - |
| XYZ | 39.76 | 23.73 | 48.94 | - |
| YUV | 132.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 186 | 0 | 0.63 | 0.13 | 0.16 | 312.89 | 0.63 | 0.58 |
| Hex | D7 | 50 | BA | 0 | 3F | D | 10 | 139 | 3F | 3A |
| Octal | 327 | 120 | 272 | 0 | 77 | 15 | 20 | 471 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10111010 | 0 | 111111 | 1101 | 10000 | 100111001 | 111111 | 111010 |
Color Harmonies of #D750BA
Complementary color
Monochromatic Colors of #D750BA
Black with #D750BA
Text Example
Text Example
White with #D750BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750BA; }
p { color: rgb(215,80,186); }
H1.HeaderClassName
{
color: #D750BA;
}
.AnyTagClassName
{
color: #D750BA;
}
</style>
background-color css
<style>
a { background-color: #D750BA; }
a { background-color: rgb(215,80,186); }
div.DivClassName
{
background-color: #D750BA;
}
.BgClassName
{
background-color: #D750BA;
}
</style>
border-color css
<style>
span { border-color: #D750BA; }
span { border-color: rgb(215,80,186); }
td.TdClassName
{
border-color: #D750BA;
}
.TagClassName
{
border-color: #D750BA;
}
</style>