Shades of Fuchsia #D14DC6
Tints of Fuchsia #D14DC6
RGB
CMYK
RGB Variations
Color information
#D14DC6 (or 0xD14DC6) is known color: Fuchsia. HEX triplet: D1, 4D and C6. RGB value is (209,77,198). Sum of RGB (Red+Green+Blue) = 209+77+198=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DC6 is #2EB239. Grayscale: #818181. Windows color (decimal): -3060282 or 12996049. OLE color: 12996049.
HSL color Cylindrical-coordinate representation of color #D14DC6: hue angle of 305º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14DC6 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 198 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.18 |
| HSL | 305º | 0.59% | 0.56% | - |
| HSV(B) | 305º | 0.63% | 0.82% | - |
| XYZ | 39.14 | 22.94 | 55.79 | - |
| YUV | 130.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 198 | 0 | 0.63 | 0.05 | 0.18 | 305 | 0.59 | 0.56 |
| Hex | D1 | 4D | C6 | 0 | 3F | 5 | 12 | 131 | 3B | 38 |
| Octal | 321 | 115 | 306 | 0 | 77 | 5 | 22 | 461 | 73 | 70 |
| Binary | 11010001 | 1001101 | 11000110 | 0 | 111111 | 101 | 10010 | 100110001 | 111011 | 111000 |
Color Harmonies of #D14DC6
Complementary color
Monochromatic Colors of #D14DC6
Black with #D14DC6
Text Example
Text Example
White with #D14DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DC6; }
p { color: rgb(209,77,198); }
H1.HeaderClassName
{
color: #D14DC6;
}
.AnyTagClassName
{
color: #D14DC6;
}
</style>
background-color css
<style>
a { background-color: #D14DC6; }
a { background-color: rgb(209,77,198); }
div.DivClassName
{
background-color: #D14DC6;
}
.BgClassName
{
background-color: #D14DC6;
}
</style>
border-color css
<style>
span { border-color: #D14DC6; }
span { border-color: rgb(209,77,198); }
td.TdClassName
{
border-color: #D14DC6;
}
.TagClassName
{
border-color: #D14DC6;
}
</style>