Shades of Fuchsia #D162BA
Tints of Fuchsia #D162BA
RGB
CMYK
RGB Variations
Color information
#D162BA (or 0xD162BA) is known color: Fuchsia. HEX triplet: D1, 62 and BA. RGB value is (209,98,186). Sum of RGB (Red+Green+Blue) = 209+98+186=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D162BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162BA is #2E9D45. Grayscale: #8C8C8C. Windows color (decimal): -3054918 or 12214993. OLE color: 12214993.
HSL color Cylindrical-coordinate representation of color #D162BA: hue angle of 312.43º 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 #D162BA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 186 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.18 |
| HSL | 312.43º | 0.55% | 0.6% | - |
| HSV(B) | 312.43º | 0.53% | 0.82% | - |
| XYZ | 39.53 | 25.84 | 49.36 | - |
| YUV | 141.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 186 | 0 | 0.53 | 0.11 | 0.18 | 312.43 | 0.55 | 0.6 |
| Hex | D1 | 62 | BA | 0 | 35 | B | 12 | 138 | 37 | 3C |
| Octal | 321 | 142 | 272 | 0 | 65 | 13 | 22 | 470 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10111010 | 0 | 110101 | 1011 | 10010 | 100111000 | 110111 | 111100 |
Color Harmonies of #D162BA
Complementary color
Monochromatic Colors of #D162BA
Black with #D162BA
Text Example
Text Example
White with #D162BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162BA; }
p { color: rgb(209,98,186); }
H1.HeaderClassName
{
color: #D162BA;
}
.AnyTagClassName
{
color: #D162BA;
}
</style>
background-color css
<style>
a { background-color: #D162BA; }
a { background-color: rgb(209,98,186); }
div.DivClassName
{
background-color: #D162BA;
}
.BgClassName
{
background-color: #D162BA;
}
</style>
border-color css
<style>
span { border-color: #D162BA; }
span { border-color: rgb(209,98,186); }
td.TdClassName
{
border-color: #D162BA;
}
.TagClassName
{
border-color: #D162BA;
}
</style>