Shades of Fuchsia #D164B5
Tints of Fuchsia #D164B5
RGB
CMYK
RGB Variations
Color information
#D164B5 (or 0xD164B5) is known color: Fuchsia. HEX triplet: D1, 64 and B5. RGB value is (209,100,181). Sum of RGB (Red+Green+Blue) = 209+100+181=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D164B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164B5 is #2E9B4A. Grayscale: #8D8D8D. Windows color (decimal): -3054411 or 11887825. OLE color: 11887825.
HSL color Cylindrical-coordinate representation of color #D164B5: hue angle of 315.41º 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 #D164B5 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 181 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.18 |
| HSL | 315.41º | 0.54% | 0.61% | - |
| HSV(B) | 315.41º | 0.52% | 0.82% | - |
| XYZ | 39.19 | 26.01 | 46.67 | - |
| YUV | 141.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 181 | 0 | 0.52 | 0.13 | 0.18 | 315.41 | 0.54 | 0.61 |
| Hex | D1 | 64 | B5 | 0 | 34 | D | 12 | 13B | 36 | 3D |
| Octal | 321 | 144 | 265 | 0 | 64 | 15 | 22 | 473 | 66 | 75 |
| Binary | 11010001 | 1100100 | 10110101 | 0 | 110100 | 1101 | 10010 | 100111011 | 110110 | 111101 |
Color Harmonies of #D164B5
Complementary color
Monochromatic Colors of #D164B5
Black with #D164B5
Text Example
Text Example
White with #D164B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164B5; }
p { color: rgb(209,100,181); }
H1.HeaderClassName
{
color: #D164B5;
}
.AnyTagClassName
{
color: #D164B5;
}
</style>
background-color css
<style>
a { background-color: #D164B5; }
a { background-color: rgb(209,100,181); }
div.DivClassName
{
background-color: #D164B5;
}
.BgClassName
{
background-color: #D164B5;
}
</style>
border-color css
<style>
span { border-color: #D164B5; }
span { border-color: rgb(209,100,181); }
td.TdClassName
{
border-color: #D164B5;
}
.TagClassName
{
border-color: #D164B5;
}
</style>