Shades of Fuchsia #D164BA
Tints of Fuchsia #D164BA
RGB
CMYK
RGB Variations
Color information
#D164BA (or 0xD164BA) is known color: Fuchsia. HEX triplet: D1, 64 and BA. RGB value is (209,100,186). Sum of RGB (Red+Green+Blue) = 209+100+186=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D164BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164BA is #2E9B45. Grayscale: #8E8E8E. Windows color (decimal): -3054406 or 12215505. OLE color: 12215505.
HSL color Cylindrical-coordinate representation of color #D164BA: hue angle of 312.66º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D164BA is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 186 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.18 |
| HSL | 312.66º | 0.54% | 0.61% | - |
| HSV(B) | 312.66º | 0.52% | 0.82% | - |
| XYZ | 39.71 | 26.21 | 49.42 | - |
| YUV | 142.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 186 | 0 | 0.52 | 0.11 | 0.18 | 312.66 | 0.54 | 0.61 |
| Hex | D1 | 64 | BA | 0 | 34 | B | 12 | 139 | 36 | 3D |
| Octal | 321 | 144 | 272 | 0 | 64 | 13 | 22 | 471 | 66 | 75 |
| Binary | 11010001 | 1100100 | 10111010 | 0 | 110100 | 1011 | 10010 | 100111001 | 110110 | 111101 |
Color Harmonies of #D164BA
Complementary color
Monochromatic Colors of #D164BA
Black with #D164BA
Text Example
Text Example
White with #D164BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164BA; }
p { color: rgb(209,100,186); }
H1.HeaderClassName
{
color: #D164BA;
}
.AnyTagClassName
{
color: #D164BA;
}
</style>
background-color css
<style>
a { background-color: #D164BA; }
a { background-color: rgb(209,100,186); }
div.DivClassName
{
background-color: #D164BA;
}
.BgClassName
{
background-color: #D164BA;
}
</style>
border-color css
<style>
span { border-color: #D164BA; }
span { border-color: rgb(209,100,186); }
td.TdClassName
{
border-color: #D164BA;
}
.TagClassName
{
border-color: #D164BA;
}
</style>