Shades of Fuchsia #D160BB
Tints of Fuchsia #D160BB
RGB
CMYK
RGB Variations
Color information
#D160BB (or 0xD160BB) is known color: Fuchsia. HEX triplet: D1, 60 and BB. RGB value is (209,96,187). Sum of RGB (Red+Green+Blue) = 209+96+187=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D160BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160BB is #2E9F44. Grayscale: #8B8B8B. Windows color (decimal): -3055429 or 12280017. OLE color: 12280017.
HSL color Cylindrical-coordinate representation of color #D160BB: hue angle of 311.68º 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 #D160BB is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 187 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.18 |
| HSL | 311.68º | 0.55% | 0.6% | - |
| HSV(B) | 311.68º | 0.54% | 0.82% | - |
| XYZ | 39.45 | 25.51 | 49.86 | - |
| YUV | 140.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 187 | 0 | 0.54 | 0.11 | 0.18 | 311.68 | 0.55 | 0.6 |
| Hex | D1 | 60 | BB | 0 | 36 | B | 12 | 138 | 37 | 3C |
| Octal | 321 | 140 | 273 | 0 | 66 | 13 | 22 | 470 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10111011 | 0 | 110110 | 1011 | 10010 | 100111000 | 110111 | 111100 |
Color Harmonies of #D160BB
Complementary color
Monochromatic Colors of #D160BB
Black with #D160BB
Text Example
Text Example
White with #D160BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160BB; }
p { color: rgb(209,96,187); }
H1.HeaderClassName
{
color: #D160BB;
}
.AnyTagClassName
{
color: #D160BB;
}
</style>
background-color css
<style>
a { background-color: #D160BB; }
a { background-color: rgb(209,96,187); }
div.DivClassName
{
background-color: #D160BB;
}
.BgClassName
{
background-color: #D160BB;
}
</style>
border-color css
<style>
span { border-color: #D160BB; }
span { border-color: rgb(209,96,187); }
td.TdClassName
{
border-color: #D160BB;
}
.TagClassName
{
border-color: #D160BB;
}
</style>