Shades of Fuchsia #D14BBC
Tints of Fuchsia #D14BBC
RGB
CMYK
RGB Variations
Color information
#D14BBC (or 0xD14BBC) is known color: Fuchsia. HEX triplet: D1, 4B and BC. RGB value is (209,75,188). Sum of RGB (Red+Green+Blue) = 209+75+188=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BBC is #2EB443. Grayscale: #7F7F7F. Windows color (decimal): -3060804 or 12340177. OLE color: 12340177.
HSL color Cylindrical-coordinate representation of color #D14BBC: hue angle of 309.4º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14BBC is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 188 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.18 |
| HSL | 309.4º | 0.59% | 0.56% | - |
| HSV(B) | 309.4º | 0.64% | 0.82% | - |
| XYZ | 37.89 | 22.22 | 49.87 | - |
| YUV | 127.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 188 | 0 | 0.64 | 0.10 | 0.18 | 309.4 | 0.59 | 0.56 |
| Hex | D1 | 4B | BC | 0 | 40 | A | 12 | 135 | 3B | 38 |
| Octal | 321 | 113 | 274 | 0 | 100 | 12 | 22 | 465 | 73 | 70 |
| Binary | 11010001 | 1001011 | 10111100 | 0 | 1000000 | 1010 | 10010 | 100110101 | 111011 | 111000 |
Color Harmonies of #D14BBC
Complementary color
Monochromatic Colors of #D14BBC
Black with #D14BBC
Text Example
Text Example
White with #D14BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BBC; }
p { color: rgb(209,75,188); }
H1.HeaderClassName
{
color: #D14BBC;
}
.AnyTagClassName
{
color: #D14BBC;
}
</style>
background-color css
<style>
a { background-color: #D14BBC; }
a { background-color: rgb(209,75,188); }
div.DivClassName
{
background-color: #D14BBC;
}
.BgClassName
{
background-color: #D14BBC;
}
</style>
border-color css
<style>
span { border-color: #D14BBC; }
span { border-color: rgb(209,75,188); }
td.TdClassName
{
border-color: #D14BBC;
}
.TagClassName
{
border-color: #D14BBC;
}
</style>