Shades of Fuchsia #D160BC
Tints of Fuchsia #D160BC
RGB
CMYK
RGB Variations
Color information
#D160BC (or 0xD160BC) is known color: Fuchsia. HEX triplet: D1, 60 and BC. RGB value is (209,96,188). Sum of RGB (Red+Green+Blue) = 209+96+188=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D160BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160BC is #2E9F43. Grayscale: #8C8C8C. Windows color (decimal): -3055428 or 12345553. OLE color: 12345553.
HSL color Cylindrical-coordinate representation of color #D160BC: hue angle of 311.15º 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 #D160BC is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 188 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.18 |
| HSL | 311.15º | 0.55% | 0.6% | - |
| HSV(B) | 311.15º | 0.54% | 0.82% | - |
| XYZ | 39.55 | 25.55 | 50.42 | - |
| YUV | 140.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 188 | 0 | 0.54 | 0.10 | 0.18 | 311.15 | 0.55 | 0.6 |
| Hex | D1 | 60 | BC | 0 | 36 | A | 12 | 137 | 37 | 3C |
| Octal | 321 | 140 | 274 | 0 | 66 | 12 | 22 | 467 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10111100 | 0 | 110110 | 1010 | 10010 | 100110111 | 110111 | 111100 |
Color Harmonies of #D160BC
Complementary color
Monochromatic Colors of #D160BC
Black with #D160BC
Text Example
Text Example
White with #D160BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160BC; }
p { color: rgb(209,96,188); }
H1.HeaderClassName
{
color: #D160BC;
}
.AnyTagClassName
{
color: #D160BC;
}
</style>
background-color css
<style>
a { background-color: #D160BC; }
a { background-color: rgb(209,96,188); }
div.DivClassName
{
background-color: #D160BC;
}
.BgClassName
{
background-color: #D160BC;
}
</style>
border-color css
<style>
span { border-color: #D160BC; }
span { border-color: rgb(209,96,188); }
td.TdClassName
{
border-color: #D160BC;
}
.TagClassName
{
border-color: #D160BC;
}
</style>