Shades of Fuchsia #D14AB6
Tints of Fuchsia #D14AB6
RGB
CMYK
RGB Variations
Color information
#D14AB6 (or 0xD14AB6) is known color: Fuchsia. HEX triplet: D1, 4A and B6. RGB value is (209,74,182). Sum of RGB (Red+Green+Blue) = 209+74+182=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AB6 is #2EB549. Grayscale: #7E7E7E. Windows color (decimal): -3061066 or 11946705. OLE color: 11946705.
HSL color Cylindrical-coordinate representation of color #D14AB6: hue angle of 312º 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 #D14AB6 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 182 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.18 |
| HSL | 312º | 0.59% | 0.55% | - |
| HSV(B) | 312º | 0.65% | 0.82% | - |
| XYZ | 37.19 | 21.83 | 46.51 | - |
| YUV | 126.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 182 | 0 | 0.65 | 0.13 | 0.18 | 312 | 0.59 | 0.55 |
| Hex | D1 | 4A | B6 | 0 | 41 | D | 12 | 138 | 3B | 37 |
| Octal | 321 | 112 | 266 | 0 | 101 | 15 | 22 | 470 | 73 | 67 |
| Binary | 11010001 | 1001010 | 10110110 | 0 | 1000001 | 1101 | 10010 | 100111000 | 111011 | 110111 |
Color Harmonies of #D14AB6
Complementary color
Monochromatic Colors of #D14AB6
Black with #D14AB6
Text Example
Text Example
White with #D14AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AB6; }
p { color: rgb(209,74,182); }
H1.HeaderClassName
{
color: #D14AB6;
}
.AnyTagClassName
{
color: #D14AB6;
}
</style>
background-color css
<style>
a { background-color: #D14AB6; }
a { background-color: rgb(209,74,182); }
div.DivClassName
{
background-color: #D14AB6;
}
.BgClassName
{
background-color: #D14AB6;
}
</style>
border-color css
<style>
span { border-color: #D14AB6; }
span { border-color: rgb(209,74,182); }
td.TdClassName
{
border-color: #D14AB6;
}
.TagClassName
{
border-color: #D14AB6;
}
</style>