Shades of Fuchsia #D160BD
Tints of Fuchsia #D160BD
RGB
CMYK
RGB Variations
Color information
#D160BD (or 0xD160BD) is known color: Fuchsia. HEX triplet: D1, 60 and BD. RGB value is (209,96,189). Sum of RGB (Red+Green+Blue) = 209+96+189=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D160BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160BD is #2E9F42. Grayscale: #8C8C8C. Windows color (decimal): -3055427 or 12411089. OLE color: 12411089.
HSL color Cylindrical-coordinate representation of color #D160BD: hue angle of 310.62º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D160BD is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 189 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.18 |
| HSL | 310.62º | 0.55% | 0.6% | - |
| HSV(B) | 310.62º | 0.54% | 0.82% | - |
| XYZ | 39.66 | 25.6 | 50.99 | - |
| YUV | 140.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 189 | 0 | 0.54 | 0.10 | 0.18 | 310.62 | 0.55 | 0.6 |
| Hex | D1 | 60 | BD | 0 | 36 | A | 12 | 137 | 37 | 3C |
| Octal | 321 | 140 | 275 | 0 | 66 | 12 | 22 | 467 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10111101 | 0 | 110110 | 1010 | 10010 | 100110111 | 110111 | 111100 |
Color Harmonies of #D160BD
Complementary color
Monochromatic Colors of #D160BD
Black with #D160BD
Text Example
Text Example
White with #D160BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160BD; }
p { color: rgb(209,96,189); }
H1.HeaderClassName
{
color: #D160BD;
}
.AnyTagClassName
{
color: #D160BD;
}
</style>
background-color css
<style>
a { background-color: #D160BD; }
a { background-color: rgb(209,96,189); }
div.DivClassName
{
background-color: #D160BD;
}
.BgClassName
{
background-color: #D160BD;
}
</style>
border-color css
<style>
span { border-color: #D160BD; }
span { border-color: rgb(209,96,189); }
td.TdClassName
{
border-color: #D160BD;
}
.TagClassName
{
border-color: #D160BD;
}
</style>