Shades of Fuchsia #D162BD
Tints of Fuchsia #D162BD
RGB
CMYK
RGB Variations
Color information
#D162BD (or 0xD162BD) is known color: Fuchsia. HEX triplet: D1, 62 and BD. RGB value is (209,98,189). Sum of RGB (Red+Green+Blue) = 209+98+189=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D162BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162BD is #2E9D42. Grayscale: #8D8D8D. Windows color (decimal): -3054915 or 12411601. OLE color: 12411601.
HSL color Cylindrical-coordinate representation of color #D162BD: hue angle of 310.81º 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 #D162BD is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 189 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.18 |
| HSL | 310.81º | 0.55% | 0.6% | - |
| HSV(B) | 310.81º | 0.53% | 0.82% | - |
| XYZ | 39.85 | 25.96 | 51.06 | - |
| YUV | 141.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 189 | 0 | 0.53 | 0.10 | 0.18 | 310.81 | 0.55 | 0.6 |
| Hex | D1 | 62 | BD | 0 | 35 | A | 12 | 137 | 37 | 3C |
| Octal | 321 | 142 | 275 | 0 | 65 | 12 | 22 | 467 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10111101 | 0 | 110101 | 1010 | 10010 | 100110111 | 110111 | 111100 |
Color Harmonies of #D162BD
Complementary color
Monochromatic Colors of #D162BD
Black with #D162BD
Text Example
Text Example
White with #D162BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162BD; }
p { color: rgb(209,98,189); }
H1.HeaderClassName
{
color: #D162BD;
}
.AnyTagClassName
{
color: #D162BD;
}
</style>
background-color css
<style>
a { background-color: #D162BD; }
a { background-color: rgb(209,98,189); }
div.DivClassName
{
background-color: #D162BD;
}
.BgClassName
{
background-color: #D162BD;
}
</style>
border-color css
<style>
span { border-color: #D162BD; }
span { border-color: rgb(209,98,189); }
td.TdClassName
{
border-color: #D162BD;
}
.TagClassName
{
border-color: #D162BD;
}
</style>