Shades of Fuchsia #D164BD
Tints of Fuchsia #D164BD
RGB
CMYK
RGB Variations
Color information
#D164BD (or 0xD164BD) is known color: Fuchsia. HEX triplet: D1, 64 and BD. RGB value is (209,100,189). Sum of RGB (Red+Green+Blue) = 209+100+189=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D164BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164BD is #2E9B42. Grayscale: #8E8E8E. Windows color (decimal): -3054403 or 12412113. OLE color: 12412113.
HSL color Cylindrical-coordinate representation of color #D164BD: hue angle of 311.01º 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 #D164BD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 189 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.18 |
| HSL | 311.01º | 0.54% | 0.61% | - |
| HSV(B) | 311.01º | 0.52% | 0.82% | - |
| XYZ | 40.04 | 26.34 | 51.12 | - |
| YUV | 142.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 189 | 0 | 0.52 | 0.10 | 0.18 | 311.01 | 0.54 | 0.61 |
| Hex | D1 | 64 | BD | 0 | 34 | A | 12 | 137 | 36 | 3D |
| Octal | 321 | 144 | 275 | 0 | 64 | 12 | 22 | 467 | 66 | 75 |
| Binary | 11010001 | 1100100 | 10111101 | 0 | 110100 | 1010 | 10010 | 100110111 | 110110 | 111101 |
Color Harmonies of #D164BD
Complementary color
Monochromatic Colors of #D164BD
Black with #D164BD
Text Example
Text Example
White with #D164BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164BD; }
p { color: rgb(209,100,189); }
H1.HeaderClassName
{
color: #D164BD;
}
.AnyTagClassName
{
color: #D164BD;
}
</style>
background-color css
<style>
a { background-color: #D164BD; }
a { background-color: rgb(209,100,189); }
div.DivClassName
{
background-color: #D164BD;
}
.BgClassName
{
background-color: #D164BD;
}
</style>
border-color css
<style>
span { border-color: #D164BD; }
span { border-color: rgb(209,100,189); }
td.TdClassName
{
border-color: #D164BD;
}
.TagClassName
{
border-color: #D164BD;
}
</style>