Shades of Fuchsia #D169BA
Tints of Fuchsia #D169BA
RGB
CMYK
RGB Variations
Color information
#D169BA (or 0xD169BA) is known color: Fuchsia. HEX triplet: D1, 69 and BA. RGB value is (209,105,186). Sum of RGB (Red+Green+Blue) = 209+105+186=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D169BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169BA is #2E9645. Grayscale: #919191. Windows color (decimal): -3053126 or 12216785. OLE color: 12216785.
HSL color Cylindrical-coordinate representation of color #D169BA: hue angle of 313.27º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D169BA is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 186 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.18 |
| HSL | 313.27º | 0.53% | 0.62% | - |
| HSV(B) | 313.27º | 0.5% | 0.82% | - |
| XYZ | 40.21 | 27.2 | 49.59 | - |
| YUV | 145.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 186 | 0 | 0.50 | 0.11 | 0.18 | 313.27 | 0.53 | 0.62 |
| Hex | D1 | 69 | BA | 0 | 32 | B | 12 | 139 | 35 | 3E |
| Octal | 321 | 151 | 272 | 0 | 62 | 13 | 22 | 471 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10111010 | 0 | 110010 | 1011 | 10010 | 100111001 | 110101 | 111110 |
Color Harmonies of #D169BA
Complementary color
Monochromatic Colors of #D169BA
Black with #D169BA
Text Example
Text Example
White with #D169BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169BA; }
p { color: rgb(209,105,186); }
H1.HeaderClassName
{
color: #D169BA;
}
.AnyTagClassName
{
color: #D169BA;
}
</style>
background-color css
<style>
a { background-color: #D169BA; }
a { background-color: rgb(209,105,186); }
div.DivClassName
{
background-color: #D169BA;
}
.BgClassName
{
background-color: #D169BA;
}
</style>
border-color css
<style>
span { border-color: #D169BA; }
span { border-color: rgb(209,105,186); }
td.TdClassName
{
border-color: #D169BA;
}
.TagClassName
{
border-color: #D169BA;
}
</style>