Shades of Fuchsia #D162BB
Tints of Fuchsia #D162BB
RGB
CMYK
RGB Variations
Color information
#D162BB (or 0xD162BB) is known color: Fuchsia. HEX triplet: D1, 62 and BB. RGB value is (209,98,187). Sum of RGB (Red+Green+Blue) = 209+98+187=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D162BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162BB is #2E9D44. Grayscale: #8D8D8D. Windows color (decimal): -3054917 or 12280529. OLE color: 12280529.
HSL color Cylindrical-coordinate representation of color #D162BB: hue angle of 311.89º 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 #D162BB is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 187 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.18 |
| HSL | 311.89º | 0.55% | 0.6% | - |
| HSV(B) | 311.89º | 0.53% | 0.82% | - |
| XYZ | 39.63 | 25.88 | 49.92 | - |
| YUV | 141.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 187 | 0 | 0.53 | 0.11 | 0.18 | 311.89 | 0.55 | 0.6 |
| Hex | D1 | 62 | BB | 0 | 35 | B | 12 | 138 | 37 | 3C |
| Octal | 321 | 142 | 273 | 0 | 65 | 13 | 22 | 470 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10111011 | 0 | 110101 | 1011 | 10010 | 100111000 | 110111 | 111100 |
Color Harmonies of #D162BB
Complementary color
Monochromatic Colors of #D162BB
Black with #D162BB
Text Example
Text Example
White with #D162BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162BB; }
p { color: rgb(209,98,187); }
H1.HeaderClassName
{
color: #D162BB;
}
.AnyTagClassName
{
color: #D162BB;
}
</style>
background-color css
<style>
a { background-color: #D162BB; }
a { background-color: rgb(209,98,187); }
div.DivClassName
{
background-color: #D162BB;
}
.BgClassName
{
background-color: #D162BB;
}
</style>
border-color css
<style>
span { border-color: #D162BB; }
span { border-color: rgb(209,98,187); }
td.TdClassName
{
border-color: #D162BB;
}
.TagClassName
{
border-color: #D162BB;
}
</style>