Shades of Fuchsia #D168BA
Tints of Fuchsia #D168BA
RGB
CMYK
RGB Variations
Color information
#D168BA (or 0xD168BA) is known color: Fuchsia. HEX triplet: D1, 68 and BA. RGB value is (209,104,186). Sum of RGB (Red+Green+Blue) = 209+104+186=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D168BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168BA is #2E9745. Grayscale: #909090. Windows color (decimal): -3053382 or 12216529. OLE color: 12216529.
HSL color Cylindrical-coordinate representation of color #D168BA: hue angle of 313.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D168BA is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 186 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.18 |
| HSL | 313.14º | 0.53% | 0.61% | - |
| HSV(B) | 313.14º | 0.5% | 0.82% | - |
| XYZ | 40.11 | 27 | 49.55 | - |
| YUV | 144.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 186 | 0 | 0.50 | 0.11 | 0.18 | 313.14 | 0.53 | 0.61 |
| Hex | D1 | 68 | BA | 0 | 32 | B | 12 | 139 | 35 | 3D |
| Octal | 321 | 150 | 272 | 0 | 62 | 13 | 22 | 471 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10111010 | 0 | 110010 | 1011 | 10010 | 100111001 | 110101 | 111101 |
Color Harmonies of #D168BA
Complementary color
Monochromatic Colors of #D168BA
Black with #D168BA
Text Example
Text Example
White with #D168BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168BA; }
p { color: rgb(209,104,186); }
H1.HeaderClassName
{
color: #D168BA;
}
.AnyTagClassName
{
color: #D168BA;
}
</style>
background-color css
<style>
a { background-color: #D168BA; }
a { background-color: rgb(209,104,186); }
div.DivClassName
{
background-color: #D168BA;
}
.BgClassName
{
background-color: #D168BA;
}
</style>
border-color css
<style>
span { border-color: #D168BA; }
span { border-color: rgb(209,104,186); }
td.TdClassName
{
border-color: #D168BA;
}
.TagClassName
{
border-color: #D168BA;
}
</style>