Shades of Fuchsia #D751B1
Tints of Fuchsia #D751B1
RGB
CMYK
RGB Variations
Color information
#D751B1 (or 0xD751B1) is known color: Fuchsia. HEX triplet: D7, 51 and B1. RGB value is (215,81,177). Sum of RGB (Red+Green+Blue) = 215+81+177=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D751B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D751B1 is #28AE4E. Grayscale: #838383. Windows color (decimal): -2666063 or 11620823. OLE color: 11620823.
HSL color Cylindrical-coordinate representation of color #D751B1: hue angle of 317.01º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D751B1 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 177 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.16 |
| HSL | 317.01º | 0.63% | 0.58% | - |
| HSV(B) | 317.01º | 0.62% | 0.84% | - |
| XYZ | 38.9 | 23.51 | 44.08 | - |
| YUV | 132.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 177 | 0 | 0.62 | 0.18 | 0.16 | 317.01 | 0.63 | 0.58 |
| Hex | D7 | 51 | B1 | 0 | 3E | 12 | 10 | 13D | 3F | 3A |
| Octal | 327 | 121 | 261 | 0 | 76 | 22 | 20 | 475 | 77 | 72 |
| Binary | 11010111 | 1010001 | 10110001 | 0 | 111110 | 10010 | 10000 | 100111101 | 111111 | 111010 |
Color Harmonies of #D751B1
Complementary color
Monochromatic Colors of #D751B1
Black with #D751B1
Text Example
Text Example
White with #D751B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751B1; }
p { color: rgb(215,81,177); }
H1.HeaderClassName
{
color: #D751B1;
}
.AnyTagClassName
{
color: #D751B1;
}
</style>
background-color css
<style>
a { background-color: #D751B1; }
a { background-color: rgb(215,81,177); }
div.DivClassName
{
background-color: #D751B1;
}
.BgClassName
{
background-color: #D751B1;
}
</style>
border-color css
<style>
span { border-color: #D751B1; }
span { border-color: rgb(215,81,177); }
td.TdClassName
{
border-color: #D751B1;
}
.TagClassName
{
border-color: #D751B1;
}
</style>