Shades of Fuchsia #D751B2
Tints of Fuchsia #D751B2
RGB
CMYK
RGB Variations
Color information
#D751B2 (or 0xD751B2) is known color: Fuchsia. HEX triplet: D7, 51 and B2. RGB value is (215,81,178). Sum of RGB (Red+Green+Blue) = 215+81+178=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D751B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D751B2 is #28AE4D. Grayscale: #838383. Windows color (decimal): -2666062 or 11686359. OLE color: 11686359.
HSL color Cylindrical-coordinate representation of color #D751B2: hue angle of 316.57º 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 #D751B2 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 178 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.16 |
| HSL | 316.57º | 0.63% | 0.58% | - |
| HSV(B) | 316.57º | 0.62% | 0.84% | - |
| XYZ | 39 | 23.55 | 44.61 | - |
| YUV | 132.12 | 153.89 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 178 | 0 | 0.62 | 0.17 | 0.16 | 316.57 | 0.63 | 0.58 |
| Hex | D7 | 51 | B2 | 0 | 3E | 11 | 10 | 13D | 3F | 3A |
| Octal | 327 | 121 | 262 | 0 | 76 | 21 | 20 | 475 | 77 | 72 |
| Binary | 11010111 | 1010001 | 10110010 | 0 | 111110 | 10001 | 10000 | 100111101 | 111111 | 111010 |
Color Harmonies of #D751B2
Complementary color
Monochromatic Colors of #D751B2
Black with #D751B2
Text Example
Text Example
White with #D751B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751B2; }
p { color: rgb(215,81,178); }
H1.HeaderClassName
{
color: #D751B2;
}
.AnyTagClassName
{
color: #D751B2;
}
</style>
background-color css
<style>
a { background-color: #D751B2; }
a { background-color: rgb(215,81,178); }
div.DivClassName
{
background-color: #D751B2;
}
.BgClassName
{
background-color: #D751B2;
}
</style>
border-color css
<style>
span { border-color: #D751B2; }
span { border-color: rgb(215,81,178); }
td.TdClassName
{
border-color: #D751B2;
}
.TagClassName
{
border-color: #D751B2;
}
</style>