Shades of Fuchsia #D750B0
Tints of Fuchsia #D750B0
RGB
CMYK
RGB Variations
Color information
#D750B0 (or 0xD750B0) is known color: Fuchsia. HEX triplet: D7, 50 and B0. RGB value is (215,80,176). Sum of RGB (Red+Green+Blue) = 215+80+176=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D750B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750B0 is #28AF4F. Grayscale: #838383. Windows color (decimal): -2666320 or 11555031. OLE color: 11555031.
HSL color Cylindrical-coordinate representation of color #D750B0: hue angle of 317.33º 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 #D750B0 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 176 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.16 |
| HSL | 317.33º | 0.63% | 0.58% | - |
| HSV(B) | 317.33º | 0.63% | 0.84% | - |
| XYZ | 38.73 | 23.32 | 43.53 | - |
| YUV | 131.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 176 | 0 | 0.63 | 0.18 | 0.16 | 317.33 | 0.63 | 0.58 |
| Hex | D7 | 50 | B0 | 0 | 3F | 12 | 10 | 13D | 3F | 3A |
| Octal | 327 | 120 | 260 | 0 | 77 | 22 | 20 | 475 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10110000 | 0 | 111111 | 10010 | 10000 | 100111101 | 111111 | 111010 |
Color Harmonies of #D750B0
Complementary color
Monochromatic Colors of #D750B0
Black with #D750B0
Text Example
Text Example
White with #D750B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750B0; }
p { color: rgb(215,80,176); }
H1.HeaderClassName
{
color: #D750B0;
}
.AnyTagClassName
{
color: #D750B0;
}
</style>
background-color css
<style>
a { background-color: #D750B0; }
a { background-color: rgb(215,80,176); }
div.DivClassName
{
background-color: #D750B0;
}
.BgClassName
{
background-color: #D750B0;
}
</style>
border-color css
<style>
span { border-color: #D750B0; }
span { border-color: rgb(215,80,176); }
td.TdClassName
{
border-color: #D750B0;
}
.TagClassName
{
border-color: #D750B0;
}
</style>