Shades of Fuchsia #D14FB3
Tints of Fuchsia #D14FB3
RGB
CMYK
RGB Variations
Color information
#D14FB3 (or 0xD14FB3) is known color: Fuchsia. HEX triplet: D1, 4F and B3. RGB value is (209,79,179). Sum of RGB (Red+Green+Blue) = 209+79+179=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FB3 is #2EB04C. Grayscale: #818181. Windows color (decimal): -3059789 or 11751377. OLE color: 11751377.
HSL color Cylindrical-coordinate representation of color #D14FB3: hue angle of 313.85º 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 #D14FB3 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 179 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.18 |
| HSL | 313.85º | 0.59% | 0.56% | - |
| HSV(B) | 313.85º | 0.62% | 0.82% | - |
| XYZ | 37.23 | 22.4 | 45.01 | - |
| YUV | 129.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 179 | 0 | 0.62 | 0.14 | 0.18 | 313.85 | 0.59 | 0.56 |
| Hex | D1 | 4F | B3 | 0 | 3E | E | 12 | 13A | 3B | 38 |
| Octal | 321 | 117 | 263 | 0 | 76 | 16 | 22 | 472 | 73 | 70 |
| Binary | 11010001 | 1001111 | 10110011 | 0 | 111110 | 1110 | 10010 | 100111010 | 111011 | 111000 |
Color Harmonies of #D14FB3
Complementary color
Monochromatic Colors of #D14FB3
Black with #D14FB3
Text Example
Text Example
White with #D14FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FB3; }
p { color: rgb(209,79,179); }
H1.HeaderClassName
{
color: #D14FB3;
}
.AnyTagClassName
{
color: #D14FB3;
}
</style>
background-color css
<style>
a { background-color: #D14FB3; }
a { background-color: rgb(209,79,179); }
div.DivClassName
{
background-color: #D14FB3;
}
.BgClassName
{
background-color: #D14FB3;
}
</style>
border-color css
<style>
span { border-color: #D14FB3; }
span { border-color: rgb(209,79,179); }
td.TdClassName
{
border-color: #D14FB3;
}
.TagClassName
{
border-color: #D14FB3;
}
</style>