Shades of Fuchsia #D14AD1
Tints of Fuchsia #D14AD1
RGB
CMYK
RGB Variations
Color information
#D14AD1 (or 0xD14AD1) is known color: Fuchsia. HEX triplet: D1, 4A and D1. RGB value is (209,74,209). Sum of RGB (Red+Green+Blue) = 209+74+209=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D14AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AD1 is #2EB52E. Grayscale: #818181. Windows color (decimal): -3061039 or 13716177. OLE color: 13716177.
HSL color Cylindrical-coordinate representation of color #D14AD1: hue angle of 300º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14AD1 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 209 | - |
| CMYK | 0 | 0.65 | 0 | 0.18 |
| HSL | 300º | 0.59% | 0.55% | - |
| HSV(B) | 300º | 0.65% | 0.82% | - |
| XYZ | 40.25 | 23.06 | 62.65 | - |
| YUV | 129.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 209 | 0 | 0.65 | 0 | 0.18 | 300 | 0.59 | 0.55 |
| Hex | D1 | 4A | D1 | 0 | 41 | 0 | 12 | 12C | 3B | 37 |
| Octal | 321 | 112 | 321 | 0 | 101 | 0 | 22 | 454 | 73 | 67 |
| Binary | 11010001 | 1001010 | 11010001 | 0 | 1000001 | 0 | 10010 | 100101100 | 111011 | 110111 |
Color Harmonies of #D14AD1
Complementary color
Monochromatic Colors of #D14AD1
Black with #D14AD1
Text Example
Text Example
White with #D14AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AD1; }
p { color: rgb(209,74,209); }
H1.HeaderClassName
{
color: #D14AD1;
}
.AnyTagClassName
{
color: #D14AD1;
}
</style>
background-color css
<style>
a { background-color: #D14AD1; }
a { background-color: rgb(209,74,209); }
div.DivClassName
{
background-color: #D14AD1;
}
.BgClassName
{
background-color: #D14AD1;
}
</style>
border-color css
<style>
span { border-color: #D14AD1; }
span { border-color: rgb(209,74,209); }
td.TdClassName
{
border-color: #D14AD1;
}
.TagClassName
{
border-color: #D14AD1;
}
</style>