Shades of Fuchsia #D162B0
Tints of Fuchsia #D162B0
RGB
CMYK
RGB Variations
Color information
#D162B0 (or 0xD162B0) is known color: Fuchsia. HEX triplet: D1, 62 and B0. RGB value is (209,98,176). Sum of RGB (Red+Green+Blue) = 209+98+176=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D162B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D162B0 is #2E9D4F. Grayscale: #8B8B8B. Windows color (decimal): -3054928 or 11559633. OLE color: 11559633.
HSL color Cylindrical-coordinate representation of color #D162B0: hue angle of 317.84º 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 #D162B0 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 176 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.18 |
| HSL | 317.84º | 0.55% | 0.6% | - |
| HSV(B) | 317.84º | 0.53% | 0.82% | - |
| XYZ | 38.5 | 25.43 | 43.95 | - |
| YUV | 140.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 176 | 0 | 0.53 | 0.16 | 0.18 | 317.84 | 0.55 | 0.6 |
| Hex | D1 | 62 | B0 | 0 | 35 | 10 | 12 | 13E | 37 | 3C |
| Octal | 321 | 142 | 260 | 0 | 65 | 20 | 22 | 476 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10110000 | 0 | 110101 | 10000 | 10010 | 100111110 | 110111 | 111100 |
Color Harmonies of #D162B0
Complementary color
Monochromatic Colors of #D162B0
Black with #D162B0
Text Example
Text Example
White with #D162B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162B0; }
p { color: rgb(209,98,176); }
H1.HeaderClassName
{
color: #D162B0;
}
.AnyTagClassName
{
color: #D162B0;
}
</style>
background-color css
<style>
a { background-color: #D162B0; }
a { background-color: rgb(209,98,176); }
div.DivClassName
{
background-color: #D162B0;
}
.BgClassName
{
background-color: #D162B0;
}
</style>
border-color css
<style>
span { border-color: #D162B0; }
span { border-color: rgb(209,98,176); }
td.TdClassName
{
border-color: #D162B0;
}
.TagClassName
{
border-color: #D162B0;
}
</style>