Shades of Fuchsia #D14CAE
Tints of Fuchsia #D14CAE
RGB
CMYK
RGB Variations
Color information
#D14CAE (or 0xD14CAE) is known color: Fuchsia. HEX triplet: D1, 4C and AE. RGB value is (209,76,174). Sum of RGB (Red+Green+Blue) = 209+76+174=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14CAE is #2EB351. Grayscale: #7E7E7E. Windows color (decimal): -3060562 or 11422929. OLE color: 11422929.
HSL color Cylindrical-coordinate representation of color #D14CAE: hue angle of 315.79º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14CAE is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 174 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.18 |
| HSL | 315.79º | 0.59% | 0.56% | - |
| HSV(B) | 315.79º | 0.64% | 0.82% | - |
| XYZ | 36.52 | 21.78 | 42.32 | - |
| YUV | 126.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 174 | 0 | 0.64 | 0.17 | 0.18 | 315.79 | 0.59 | 0.56 |
| Hex | D1 | 4C | AE | 0 | 40 | 11 | 12 | 13C | 3B | 38 |
| Octal | 321 | 114 | 256 | 0 | 100 | 21 | 22 | 474 | 73 | 70 |
| Binary | 11010001 | 1001100 | 10101110 | 0 | 1000000 | 10001 | 10010 | 100111100 | 111011 | 111000 |
Color Harmonies of #D14CAE
Complementary color
Monochromatic Colors of #D14CAE
Black with #D14CAE
Text Example
Text Example
White with #D14CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14CAE; }
p { color: rgb(209,76,174); }
H1.HeaderClassName
{
color: #D14CAE;
}
.AnyTagClassName
{
color: #D14CAE;
}
</style>
background-color css
<style>
a { background-color: #D14CAE; }
a { background-color: rgb(209,76,174); }
div.DivClassName
{
background-color: #D14CAE;
}
.BgClassName
{
background-color: #D14CAE;
}
</style>
border-color css
<style>
span { border-color: #D14CAE; }
span { border-color: rgb(209,76,174); }
td.TdClassName
{
border-color: #D14CAE;
}
.TagClassName
{
border-color: #D14CAE;
}
</style>