Shades of Fuchsia #D14AC0
Tints of Fuchsia #D14AC0
RGB
CMYK
RGB Variations
Color information
#D14AC0 (or 0xD14AC0) is known color: Fuchsia. HEX triplet: D1, 4A and C0. RGB value is (209,74,192). Sum of RGB (Red+Green+Blue) = 209+74+192=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AC0 is #2EB53F. Grayscale: #7F7F7F. Windows color (decimal): -3061056 or 12602065. OLE color: 12602065.
HSL color Cylindrical-coordinate representation of color #D14AC0: hue angle of 307.56º 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 #D14AC0 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 192 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.18 |
| HSL | 307.56º | 0.59% | 0.55% | - |
| HSV(B) | 307.56º | 0.65% | 0.82% | - |
| XYZ | 38.26 | 22.26 | 52.15 | - |
| YUV | 127.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 192 | 0 | 0.65 | 0.08 | 0.18 | 307.56 | 0.59 | 0.55 |
| Hex | D1 | 4A | C0 | 0 | 41 | 8 | 12 | 134 | 3B | 37 |
| Octal | 321 | 112 | 300 | 0 | 101 | 10 | 22 | 464 | 73 | 67 |
| Binary | 11010001 | 1001010 | 11000000 | 0 | 1000001 | 1000 | 10010 | 100110100 | 111011 | 110111 |
Color Harmonies of #D14AC0
Complementary color
Monochromatic Colors of #D14AC0
Black with #D14AC0
Text Example
Text Example
White with #D14AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AC0; }
p { color: rgb(209,74,192); }
H1.HeaderClassName
{
color: #D14AC0;
}
.AnyTagClassName
{
color: #D14AC0;
}
</style>
background-color css
<style>
a { background-color: #D14AC0; }
a { background-color: rgb(209,74,192); }
div.DivClassName
{
background-color: #D14AC0;
}
.BgClassName
{
background-color: #D14AC0;
}
</style>
border-color css
<style>
span { border-color: #D14AC0; }
span { border-color: rgb(209,74,192); }
td.TdClassName
{
border-color: #D14AC0;
}
.TagClassName
{
border-color: #D14AC0;
}
</style>