Shades of Fuchsia #D14FBB
Tints of Fuchsia #D14FBB
RGB
CMYK
RGB Variations
Color information
#D14FBB (or 0xD14FBB) is known color: Fuchsia. HEX triplet: D1, 4F and BB. RGB value is (209,79,187). Sum of RGB (Red+Green+Blue) = 209+79+187=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FBB is #2EB044. Grayscale: #818181. Windows color (decimal): -3059781 or 12275665. OLE color: 12275665.
HSL color Cylindrical-coordinate representation of color #D14FBB: hue angle of 310.15º 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 #D14FBB is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 187 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.18 |
| HSL | 310.15º | 0.59% | 0.56% | - |
| HSV(B) | 310.15º | 0.62% | 0.82% | - |
| XYZ | 38.06 | 22.74 | 49.4 | - |
| YUV | 130.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 187 | 0 | 0.62 | 0.11 | 0.18 | 310.15 | 0.59 | 0.56 |
| Hex | D1 | 4F | BB | 0 | 3E | B | 12 | 136 | 3B | 38 |
| Octal | 321 | 117 | 273 | 0 | 76 | 13 | 22 | 466 | 73 | 70 |
| Binary | 11010001 | 1001111 | 10111011 | 0 | 111110 | 1011 | 10010 | 100110110 | 111011 | 111000 |
Color Harmonies of #D14FBB
Complementary color
Monochromatic Colors of #D14FBB
Black with #D14FBB
Text Example
Text Example
White with #D14FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FBB; }
p { color: rgb(209,79,187); }
H1.HeaderClassName
{
color: #D14FBB;
}
.AnyTagClassName
{
color: #D14FBB;
}
</style>
background-color css
<style>
a { background-color: #D14FBB; }
a { background-color: rgb(209,79,187); }
div.DivClassName
{
background-color: #D14FBB;
}
.BgClassName
{
background-color: #D14FBB;
}
</style>
border-color css
<style>
span { border-color: #D14FBB; }
span { border-color: rgb(209,79,187); }
td.TdClassName
{
border-color: #D14FBB;
}
.TagClassName
{
border-color: #D14FBB;
}
</style>