Shades of Fuchsia #D162BE
Tints of Fuchsia #D162BE
RGB
CMYK
RGB Variations
Color information
#D162BE (or 0xD162BE) is known color: Fuchsia. HEX triplet: D1, 62 and BE. RGB value is (209,98,190). Sum of RGB (Red+Green+Blue) = 209+98+190=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D162BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162BE is #2E9D41. Grayscale: #8D8D8D. Windows color (decimal): -3054914 or 12477137. OLE color: 12477137.
HSL color Cylindrical-coordinate representation of color #D162BE: hue angle of 310.27º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D162BE is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 190 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.18 |
| HSL | 310.27º | 0.55% | 0.6% | - |
| HSV(B) | 310.27º | 0.53% | 0.82% | - |
| XYZ | 39.96 | 26.01 | 51.63 | - |
| YUV | 141.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 190 | 0 | 0.53 | 0.09 | 0.18 | 310.27 | 0.55 | 0.6 |
| Hex | D1 | 62 | BE | 0 | 35 | 9 | 12 | 136 | 37 | 3C |
| Octal | 321 | 142 | 276 | 0 | 65 | 11 | 22 | 466 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10111110 | 0 | 110101 | 1001 | 10010 | 100110110 | 110111 | 111100 |
Color Harmonies of #D162BE
Complementary color
Monochromatic Colors of #D162BE
Black with #D162BE
Text Example
Text Example
White with #D162BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162BE; }
p { color: rgb(209,98,190); }
H1.HeaderClassName
{
color: #D162BE;
}
.AnyTagClassName
{
color: #D162BE;
}
</style>
background-color css
<style>
a { background-color: #D162BE; }
a { background-color: rgb(209,98,190); }
div.DivClassName
{
background-color: #D162BE;
}
.BgClassName
{
background-color: #D162BE;
}
</style>
border-color css
<style>
span { border-color: #D162BE; }
span { border-color: rgb(209,98,190); }
td.TdClassName
{
border-color: #D162BE;
}
.TagClassName
{
border-color: #D162BE;
}
</style>