Shades of Fuchsia #D162B5
Tints of Fuchsia #D162B5
RGB
CMYK
RGB Variations
Color information
#D162B5 (or 0xD162B5) is known color: Fuchsia. HEX triplet: D1, 62 and B5. RGB value is (209,98,181). Sum of RGB (Red+Green+Blue) = 209+98+181=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D162B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162B5 is #2E9D4A. Grayscale: #8C8C8C. Windows color (decimal): -3054923 or 11887313. OLE color: 11887313.
HSL color Cylindrical-coordinate representation of color #D162B5: hue angle of 315.14º 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 #D162B5 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 181 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.18 |
| HSL | 315.14º | 0.55% | 0.6% | - |
| HSV(B) | 315.14º | 0.53% | 0.82% | - |
| XYZ | 39 | 25.63 | 46.61 | - |
| YUV | 140.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 181 | 0 | 0.53 | 0.13 | 0.18 | 315.14 | 0.55 | 0.6 |
| Hex | D1 | 62 | B5 | 0 | 35 | D | 12 | 13B | 37 | 3C |
| Octal | 321 | 142 | 265 | 0 | 65 | 15 | 22 | 473 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10110101 | 0 | 110101 | 1101 | 10010 | 100111011 | 110111 | 111100 |
Color Harmonies of #D162B5
Complementary color
Monochromatic Colors of #D162B5
Black with #D162B5
Text Example
Text Example
White with #D162B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162B5; }
p { color: rgb(209,98,181); }
H1.HeaderClassName
{
color: #D162B5;
}
.AnyTagClassName
{
color: #D162B5;
}
</style>
background-color css
<style>
a { background-color: #D162B5; }
a { background-color: rgb(209,98,181); }
div.DivClassName
{
background-color: #D162B5;
}
.BgClassName
{
background-color: #D162B5;
}
</style>
border-color css
<style>
span { border-color: #D162B5; }
span { border-color: rgb(209,98,181); }
td.TdClassName
{
border-color: #D162B5;
}
.TagClassName
{
border-color: #D162B5;
}
</style>