Shades of Fuchsia #D162B7
Tints of Fuchsia #D162B7
RGB
CMYK
RGB Variations
Color information
#D162B7 (or 0xD162B7) is known color: Fuchsia. HEX triplet: D1, 62 and B7. RGB value is (209,98,183). Sum of RGB (Red+Green+Blue) = 209+98+183=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D162B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162B7 is #2E9D48. Grayscale: #8C8C8C. Windows color (decimal): -3054921 or 12018385. OLE color: 12018385.
HSL color Cylindrical-coordinate representation of color #D162B7: hue angle of 314.05º 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 #D162B7 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 183 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.18 |
| HSL | 314.05º | 0.55% | 0.6% | - |
| HSV(B) | 314.05º | 0.53% | 0.82% | - |
| XYZ | 39.21 | 25.71 | 47.7 | - |
| YUV | 140.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 183 | 0 | 0.53 | 0.12 | 0.18 | 314.05 | 0.55 | 0.6 |
| Hex | D1 | 62 | B7 | 0 | 35 | C | 12 | 13A | 37 | 3C |
| Octal | 321 | 142 | 267 | 0 | 65 | 14 | 22 | 472 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10110111 | 0 | 110101 | 1100 | 10010 | 100111010 | 110111 | 111100 |
Color Harmonies of #D162B7
Complementary color
Monochromatic Colors of #D162B7
Black with #D162B7
Text Example
Text Example
White with #D162B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162B7; }
p { color: rgb(209,98,183); }
H1.HeaderClassName
{
color: #D162B7;
}
.AnyTagClassName
{
color: #D162B7;
}
</style>
background-color css
<style>
a { background-color: #D162B7; }
a { background-color: rgb(209,98,183); }
div.DivClassName
{
background-color: #D162B7;
}
.BgClassName
{
background-color: #D162B7;
}
</style>
border-color css
<style>
span { border-color: #D162B7; }
span { border-color: rgb(209,98,183); }
td.TdClassName
{
border-color: #D162B7;
}
.TagClassName
{
border-color: #D162B7;
}
</style>