Shades of Fuchsia #D14DBA
Tints of Fuchsia #D14DBA
RGB
CMYK
RGB Variations
Color information
#D14DBA (or 0xD14DBA) is known color: Fuchsia. HEX triplet: D1, 4D and BA. RGB value is (209,77,186). Sum of RGB (Red+Green+Blue) = 209+77+186=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DBA is #2EB245. Grayscale: #808080. Windows color (decimal): -3060294 or 12209617. OLE color: 12209617.
HSL color Cylindrical-coordinate representation of color #D14DBA: hue angle of 310.45º 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 #D14DBA is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 186 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.18 |
| HSL | 310.45º | 0.59% | 0.56% | - |
| HSV(B) | 310.45º | 0.63% | 0.82% | - |
| XYZ | 37.81 | 22.41 | 48.79 | - |
| YUV | 128.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 186 | 0 | 0.63 | 0.11 | 0.18 | 310.45 | 0.59 | 0.56 |
| Hex | D1 | 4D | BA | 0 | 3F | B | 12 | 136 | 3B | 38 |
| Octal | 321 | 115 | 272 | 0 | 77 | 13 | 22 | 466 | 73 | 70 |
| Binary | 11010001 | 1001101 | 10111010 | 0 | 111111 | 1011 | 10010 | 100110110 | 111011 | 111000 |
Color Harmonies of #D14DBA
Complementary color
Monochromatic Colors of #D14DBA
Black with #D14DBA
Text Example
Text Example
White with #D14DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DBA; }
p { color: rgb(209,77,186); }
H1.HeaderClassName
{
color: #D14DBA;
}
.AnyTagClassName
{
color: #D14DBA;
}
</style>
background-color css
<style>
a { background-color: #D14DBA; }
a { background-color: rgb(209,77,186); }
div.DivClassName
{
background-color: #D14DBA;
}
.BgClassName
{
background-color: #D14DBA;
}
</style>
border-color css
<style>
span { border-color: #D14DBA; }
span { border-color: rgb(209,77,186); }
td.TdClassName
{
border-color: #D14DBA;
}
.TagClassName
{
border-color: #D14DBA;
}
</style>