Shades of Fuchsia #D14CBA
Tints of Fuchsia #D14CBA
RGB
CMYK
RGB Variations
Color information
#D14CBA (or 0xD14CBA) is known color: Fuchsia. HEX triplet: D1, 4C and BA. RGB value is (209,76,186). Sum of RGB (Red+Green+Blue) = 209+76+186=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CBA is #2EB345. Grayscale: #808080. Windows color (decimal): -3060550 or 12209361. OLE color: 12209361.
HSL color Cylindrical-coordinate representation of color #D14CBA: hue angle of 310.38º 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 #D14CBA is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 186 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.18 |
| HSL | 310.38º | 0.59% | 0.56% | - |
| HSV(B) | 310.38º | 0.64% | 0.82% | - |
| XYZ | 37.74 | 22.27 | 48.76 | - |
| YUV | 128.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 186 | 0 | 0.64 | 0.11 | 0.18 | 310.38 | 0.59 | 0.56 |
| Hex | D1 | 4C | BA | 0 | 40 | B | 12 | 136 | 3B | 38 |
| Octal | 321 | 114 | 272 | 0 | 100 | 13 | 22 | 466 | 73 | 70 |
| Binary | 11010001 | 1001100 | 10111010 | 0 | 1000000 | 1011 | 10010 | 100110110 | 111011 | 111000 |
Color Harmonies of #D14CBA
Complementary color
Monochromatic Colors of #D14CBA
Black with #D14CBA
Text Example
Text Example
White with #D14CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14CBA; }
p { color: rgb(209,76,186); }
H1.HeaderClassName
{
color: #D14CBA;
}
.AnyTagClassName
{
color: #D14CBA;
}
</style>
background-color css
<style>
a { background-color: #D14CBA; }
a { background-color: rgb(209,76,186); }
div.DivClassName
{
background-color: #D14CBA;
}
.BgClassName
{
background-color: #D14CBA;
}
</style>
border-color css
<style>
span { border-color: #D14CBA; }
span { border-color: rgb(209,76,186); }
td.TdClassName
{
border-color: #D14CBA;
}
.TagClassName
{
border-color: #D14CBA;
}
</style>