Shades of Fuchsia #D164BE
Tints of Fuchsia #D164BE
RGB
CMYK
RGB Variations
Color information
#D164BE (or 0xD164BE) is known color: Fuchsia. HEX triplet: D1, 64 and BE. RGB value is (209,100,190). Sum of RGB (Red+Green+Blue) = 209+100+190=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D164BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164BE is #2E9B41. Grayscale: #8E8E8E. Windows color (decimal): -3054402 or 12477649. OLE color: 12477649.
HSL color Cylindrical-coordinate representation of color #D164BE: hue angle of 310.46º 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 #D164BE is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 190 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.18 |
| HSL | 310.46º | 0.54% | 0.61% | - |
| HSV(B) | 310.46º | 0.52% | 0.82% | - |
| XYZ | 40.15 | 26.39 | 51.69 | - |
| YUV | 142.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 190 | 0 | 0.52 | 0.09 | 0.18 | 310.46 | 0.54 | 0.61 |
| Hex | D1 | 64 | BE | 0 | 34 | 9 | 12 | 136 | 36 | 3D |
| Octal | 321 | 144 | 276 | 0 | 64 | 11 | 22 | 466 | 66 | 75 |
| Binary | 11010001 | 1100100 | 10111110 | 0 | 110100 | 1001 | 10010 | 100110110 | 110110 | 111101 |
Color Harmonies of #D164BE
Complementary color
Monochromatic Colors of #D164BE
Black with #D164BE
Text Example
Text Example
White with #D164BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164BE; }
p { color: rgb(209,100,190); }
H1.HeaderClassName
{
color: #D164BE;
}
.AnyTagClassName
{
color: #D164BE;
}
</style>
background-color css
<style>
a { background-color: #D164BE; }
a { background-color: rgb(209,100,190); }
div.DivClassName
{
background-color: #D164BE;
}
.BgClassName
{
background-color: #D164BE;
}
</style>
border-color css
<style>
span { border-color: #D164BE; }
span { border-color: rgb(209,100,190); }
td.TdClassName
{
border-color: #D164BE;
}
.TagClassName
{
border-color: #D164BE;
}
</style>