Shades of Fuchsia #D751C0
Tints of Fuchsia #D751C0
RGB
CMYK
RGB Variations
Color information
#D751C0 (or 0xD751C0) is known color: Fuchsia. HEX triplet: D7, 51 and C0. RGB value is (215,81,192). Sum of RGB (Red+Green+Blue) = 215+81+192=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D751C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D751C0 is #28AE3F. Grayscale: #858585. Windows color (decimal): -2666048 or 12603863. OLE color: 12603863.
HSL color Cylindrical-coordinate representation of color #D751C0: hue angle of 310.3º 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 #D751C0 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 192 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.16 |
| HSL | 310.3º | 0.63% | 0.58% | - |
| HSV(B) | 310.3º | 0.62% | 0.84% | - |
| XYZ | 40.48 | 24.14 | 52.39 | - |
| YUV | 133.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 192 | 0 | 0.62 | 0.11 | 0.16 | 310.3 | 0.63 | 0.58 |
| Hex | D7 | 51 | C0 | 0 | 3E | B | 10 | 136 | 3F | 3A |
| Octal | 327 | 121 | 300 | 0 | 76 | 13 | 20 | 466 | 77 | 72 |
| Binary | 11010111 | 1010001 | 11000000 | 0 | 111110 | 1011 | 10000 | 100110110 | 111111 | 111010 |
Color Harmonies of #D751C0
Complementary color
Monochromatic Colors of #D751C0
Black with #D751C0
Text Example
Text Example
White with #D751C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751C0; }
p { color: rgb(215,81,192); }
H1.HeaderClassName
{
color: #D751C0;
}
.AnyTagClassName
{
color: #D751C0;
}
</style>
background-color css
<style>
a { background-color: #D751C0; }
a { background-color: rgb(215,81,192); }
div.DivClassName
{
background-color: #D751C0;
}
.BgClassName
{
background-color: #D751C0;
}
</style>
border-color css
<style>
span { border-color: #D751C0; }
span { border-color: rgb(215,81,192); }
td.TdClassName
{
border-color: #D751C0;
}
.TagClassName
{
border-color: #D751C0;
}
</style>