Shades of Fuchsia #D14BC5
Tints of Fuchsia #D14BC5
RGB
CMYK
RGB Variations
Color information
#D14BC5 (or 0xD14BC5) is known color: Fuchsia. HEX triplet: D1, 4B and C5. RGB value is (209,75,197). Sum of RGB (Red+Green+Blue) = 209+75+197=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BC5 is #2EB43A. Grayscale: #808080. Windows color (decimal): -3060795 or 12930001. OLE color: 12930001.
HSL color Cylindrical-coordinate representation of color #D14BC5: hue angle of 305.37º 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 #D14BC5 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 197 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.18 |
| HSL | 305.37º | 0.59% | 0.56% | - |
| HSV(B) | 305.37º | 0.64% | 0.82% | - |
| XYZ | 38.89 | 22.62 | 55.14 | - |
| YUV | 128.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 197 | 0 | 0.64 | 0.06 | 0.18 | 305.37 | 0.59 | 0.56 |
| Hex | D1 | 4B | C5 | 0 | 40 | 6 | 12 | 131 | 3B | 38 |
| Octal | 321 | 113 | 305 | 0 | 100 | 6 | 22 | 461 | 73 | 70 |
| Binary | 11010001 | 1001011 | 11000101 | 0 | 1000000 | 110 | 10010 | 100110001 | 111011 | 111000 |
Color Harmonies of #D14BC5
Complementary color
Monochromatic Colors of #D14BC5
Black with #D14BC5
Text Example
Text Example
White with #D14BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BC5; }
p { color: rgb(209,75,197); }
H1.HeaderClassName
{
color: #D14BC5;
}
.AnyTagClassName
{
color: #D14BC5;
}
</style>
background-color css
<style>
a { background-color: #D14BC5; }
a { background-color: rgb(209,75,197); }
div.DivClassName
{
background-color: #D14BC5;
}
.BgClassName
{
background-color: #D14BC5;
}
</style>
border-color css
<style>
span { border-color: #D14BC5; }
span { border-color: rgb(209,75,197); }
td.TdClassName
{
border-color: #D14BC5;
}
.TagClassName
{
border-color: #D14BC5;
}
</style>