Shades of Fuchsia #D14AD3
Tints of Fuchsia #D14AD3
RGB
CMYK
RGB Variations
Color information
#D14AD3 (or 0xD14AD3) is known color: Fuchsia. HEX triplet: D1, 4A and D3. RGB value is (209,74,211). Sum of RGB (Red+Green+Blue) = 209+74+211=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #D14AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AD3 is #2EB52C. Grayscale: #818181. Windows color (decimal): -3061037 or 13847249. OLE color: 13847249.
HSL color Cylindrical-coordinate representation of color #D14AD3: hue angle of 299.12º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14AD3 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 74 | 211 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.17 |
| HSL | 299.12º | 0.61% | 0.56% | - |
| HSV(B) | 299.12º | 0.65% | 0.83% | - |
| XYZ | 40.5 | 23.16 | 63.96 | - |
| YUV | 129.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 211 | 0.01 | 0.65 | 0 | 0.17 | 299.12 | 0.61 | 0.56 |
| Hex | D1 | 4A | D3 | 1 | 41 | 0 | 11 | 12B | 3D | 38 |
| Octal | 321 | 112 | 323 | 1 | 101 | 0 | 21 | 453 | 75 | 70 |
| Binary | 11010001 | 1001010 | 11010011 | 1 | 1000001 | 0 | 10001 | 100101011 | 111101 | 111000 |
Color Harmonies of #D14AD3
Complementary color
Monochromatic Colors of #D14AD3
Black with #D14AD3
Text Example
Text Example
White with #D14AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AD3; }
p { color: rgb(209,74,211); }
H1.HeaderClassName
{
color: #D14AD3;
}
.AnyTagClassName
{
color: #D14AD3;
}
</style>
background-color css
<style>
a { background-color: #D14AD3; }
a { background-color: rgb(209,74,211); }
div.DivClassName
{
background-color: #D14AD3;
}
.BgClassName
{
background-color: #D14AD3;
}
</style>
border-color css
<style>
span { border-color: #D14AD3; }
span { border-color: rgb(209,74,211); }
td.TdClassName
{
border-color: #D14AD3;
}
.TagClassName
{
border-color: #D14AD3;
}
</style>