Shades of Fuchsia #D162AF
Tints of Fuchsia #D162AF
RGB
CMYK
RGB Variations
Color information
#D162AF (or 0xD162AF) is known color: Fuchsia. HEX triplet: D1, 62 and AF. RGB value is (209,98,175). Sum of RGB (Red+Green+Blue) = 209+98+175=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D162AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D162AF is #2E9D50. Grayscale: #8B8B8B. Windows color (decimal): -3054929 or 11494097. OLE color: 11494097.
HSL color Cylindrical-coordinate representation of color #D162AF: hue angle of 318.38º 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 #D162AF is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 175 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.18 |
| HSL | 318.38º | 0.55% | 0.6% | - |
| HSV(B) | 318.38º | 0.53% | 0.82% | - |
| XYZ | 38.4 | 25.39 | 43.43 | - |
| YUV | 139.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 175 | 0 | 0.53 | 0.16 | 0.18 | 318.38 | 0.55 | 0.6 |
| Hex | D1 | 62 | AF | 0 | 35 | 10 | 12 | 13E | 37 | 3C |
| Octal | 321 | 142 | 257 | 0 | 65 | 20 | 22 | 476 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10101111 | 0 | 110101 | 10000 | 10010 | 100111110 | 110111 | 111100 |
Color Harmonies of #D162AF
Complementary color
Monochromatic Colors of #D162AF
Black with #D162AF
Text Example
Text Example
White with #D162AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162AF; }
p { color: rgb(209,98,175); }
H1.HeaderClassName
{
color: #D162AF;
}
.AnyTagClassName
{
color: #D162AF;
}
</style>
background-color css
<style>
a { background-color: #D162AF; }
a { background-color: rgb(209,98,175); }
div.DivClassName
{
background-color: #D162AF;
}
.BgClassName
{
background-color: #D162AF;
}
</style>
border-color css
<style>
span { border-color: #D162AF; }
span { border-color: rgb(209,98,175); }
td.TdClassName
{
border-color: #D162AF;
}
.TagClassName
{
border-color: #D162AF;
}
</style>