Shades of Fuchsia #D14BCD
Tints of Fuchsia #D14BCD
RGB
CMYK
RGB Variations
Color information
#D14BCD (or 0xD14BCD) is known color: Fuchsia. HEX triplet: D1, 4B and CD. RGB value is (209,75,205). Sum of RGB (Red+Green+Blue) = 209+75+205=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BCD is #2EB432. Grayscale: #818181. Windows color (decimal): -3060787 or 13454289. OLE color: 13454289.
HSL color Cylindrical-coordinate representation of color #D14BCD: hue angle of 301.79º 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 #D14BCD is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 205 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.18 |
| HSL | 301.79º | 0.59% | 0.56% | - |
| HSV(B) | 301.79º | 0.64% | 0.82% | - |
| XYZ | 39.83 | 23 | 60.1 | - |
| YUV | 129.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 205 | 0 | 0.64 | 0.02 | 0.18 | 301.79 | 0.59 | 0.56 |
| Hex | D1 | 4B | CD | 0 | 40 | 2 | 12 | 12E | 3B | 38 |
| Octal | 321 | 113 | 315 | 0 | 100 | 2 | 22 | 456 | 73 | 70 |
| Binary | 11010001 | 1001011 | 11001101 | 0 | 1000000 | 10 | 10010 | 100101110 | 111011 | 111000 |
Color Harmonies of #D14BCD
Complementary color
Monochromatic Colors of #D14BCD
Black with #D14BCD
Text Example
Text Example
White with #D14BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BCD; }
p { color: rgb(209,75,205); }
H1.HeaderClassName
{
color: #D14BCD;
}
.AnyTagClassName
{
color: #D14BCD;
}
</style>
background-color css
<style>
a { background-color: #D14BCD; }
a { background-color: rgb(209,75,205); }
div.DivClassName
{
background-color: #D14BCD;
}
.BgClassName
{
background-color: #D14BCD;
}
</style>
border-color css
<style>
span { border-color: #D14BCD; }
span { border-color: rgb(209,75,205); }
td.TdClassName
{
border-color: #D14BCD;
}
.TagClassName
{
border-color: #D14BCD;
}
</style>