Shades of Fuchsia #D751C1
Tints of Fuchsia #D751C1
RGB
CMYK
RGB Variations
Color information
#D751C1 (or 0xD751C1) is known color: Fuchsia. HEX triplet: D7, 51 and C1. RGB value is (215,81,193). Sum of RGB (Red+Green+Blue) = 215+81+193=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D751C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D751C1 is #28AE3E. Grayscale: #858585. Windows color (decimal): -2666047 or 12669399. OLE color: 12669399.
HSL color Cylindrical-coordinate representation of color #D751C1: hue angle of 309.85º 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 #D751C1 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 193 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.16 |
| HSL | 309.85º | 0.63% | 0.58% | - |
| HSV(B) | 309.85º | 0.62% | 0.84% | - |
| XYZ | 40.59 | 24.18 | 52.98 | - |
| YUV | 133.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 193 | 0 | 0.62 | 0.10 | 0.16 | 309.85 | 0.63 | 0.58 |
| Hex | D7 | 51 | C1 | 0 | 3E | A | 10 | 136 | 3F | 3A |
| Octal | 327 | 121 | 301 | 0 | 76 | 12 | 20 | 466 | 77 | 72 |
| Binary | 11010111 | 1010001 | 11000001 | 0 | 111110 | 1010 | 10000 | 100110110 | 111111 | 111010 |
Color Harmonies of #D751C1
Complementary color
Monochromatic Colors of #D751C1
Black with #D751C1
Text Example
Text Example
White with #D751C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751C1; }
p { color: rgb(215,81,193); }
H1.HeaderClassName
{
color: #D751C1;
}
.AnyTagClassName
{
color: #D751C1;
}
</style>
background-color css
<style>
a { background-color: #D751C1; }
a { background-color: rgb(215,81,193); }
div.DivClassName
{
background-color: #D751C1;
}
.BgClassName
{
background-color: #D751C1;
}
</style>
border-color css
<style>
span { border-color: #D751C1; }
span { border-color: rgb(215,81,193); }
td.TdClassName
{
border-color: #D751C1;
}
.TagClassName
{
border-color: #D751C1;
}
</style>