Shades of Fuchsia #D14FB0
Tints of Fuchsia #D14FB0
RGB
CMYK
RGB Variations
Color information
#D14FB0 (or 0xD14FB0) is known color: Fuchsia. HEX triplet: D1, 4F and B0. RGB value is (209,79,176). Sum of RGB (Red+Green+Blue) = 209+79+176=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14FB0 is #2EB04F. Grayscale: #808080. Windows color (decimal): -3059792 or 11554769. OLE color: 11554769.
HSL color Cylindrical-coordinate representation of color #D14FB0: hue angle of 315.23º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D14FB0 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 176 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.18 |
| HSL | 315.23º | 0.59% | 0.56% | - |
| HSV(B) | 315.23º | 0.62% | 0.82% | - |
| XYZ | 36.93 | 22.28 | 43.43 | - |
| YUV | 128.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 176 | 0 | 0.62 | 0.16 | 0.18 | 315.23 | 0.59 | 0.56 |
| Hex | D1 | 4F | B0 | 0 | 3E | 10 | 12 | 13B | 3B | 38 |
| Octal | 321 | 117 | 260 | 0 | 76 | 20 | 22 | 473 | 73 | 70 |
| Binary | 11010001 | 1001111 | 10110000 | 0 | 111110 | 10000 | 10010 | 100111011 | 111011 | 111000 |
Color Harmonies of #D14FB0
Complementary color
Monochromatic Colors of #D14FB0
Black with #D14FB0
Text Example
Text Example
White with #D14FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FB0; }
p { color: rgb(209,79,176); }
H1.HeaderClassName
{
color: #D14FB0;
}
.AnyTagClassName
{
color: #D14FB0;
}
</style>
background-color css
<style>
a { background-color: #D14FB0; }
a { background-color: rgb(209,79,176); }
div.DivClassName
{
background-color: #D14FB0;
}
.BgClassName
{
background-color: #D14FB0;
}
</style>
border-color css
<style>
span { border-color: #D14FB0; }
span { border-color: rgb(209,79,176); }
td.TdClassName
{
border-color: #D14FB0;
}
.TagClassName
{
border-color: #D14FB0;
}
</style>