Shades of Fuchsia #D168B5
Tints of Fuchsia #D168B5
RGB
CMYK
RGB Variations
Color information
#D168B5 (or 0xD168B5) is known color: Fuchsia. HEX triplet: D1, 68 and B5. RGB value is (209,104,181). Sum of RGB (Red+Green+Blue) = 209+104+181=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D168B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168B5 is #2E974A. Grayscale: #8F8F8F. Windows color (decimal): -3053387 or 11888849. OLE color: 11888849.
HSL color Cylindrical-coordinate representation of color #D168B5: hue angle of 316º 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 #D168B5 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 181 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.18 |
| HSL | 316º | 0.53% | 0.61% | - |
| HSV(B) | 316º | 0.5% | 0.82% | - |
| XYZ | 39.59 | 26.79 | 46.8 | - |
| YUV | 144.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 181 | 0 | 0.50 | 0.13 | 0.18 | 316 | 0.53 | 0.61 |
| Hex | D1 | 68 | B5 | 0 | 32 | D | 12 | 13C | 35 | 3D |
| Octal | 321 | 150 | 265 | 0 | 62 | 15 | 22 | 474 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10110101 | 0 | 110010 | 1101 | 10010 | 100111100 | 110101 | 111101 |
Color Harmonies of #D168B5
Complementary color
Monochromatic Colors of #D168B5
Black with #D168B5
Text Example
Text Example
White with #D168B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168B5; }
p { color: rgb(209,104,181); }
H1.HeaderClassName
{
color: #D168B5;
}
.AnyTagClassName
{
color: #D168B5;
}
</style>
background-color css
<style>
a { background-color: #D168B5; }
a { background-color: rgb(209,104,181); }
div.DivClassName
{
background-color: #D168B5;
}
.BgClassName
{
background-color: #D168B5;
}
</style>
border-color css
<style>
span { border-color: #D168B5; }
span { border-color: rgb(209,104,181); }
td.TdClassName
{
border-color: #D168B5;
}
.TagClassName
{
border-color: #D168B5;
}
</style>