Shades of Fuchsia #D169B8
Tints of Fuchsia #D169B8
RGB
CMYK
RGB Variations
Color information
#D169B8 (or 0xD169B8) is known color: Fuchsia. HEX triplet: D1, 69 and B8. RGB value is (209,105,184). Sum of RGB (Red+Green+Blue) = 209+105+184=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D169B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169B8 is #2E9647. Grayscale: #909090. Windows color (decimal): -3053128 or 12085713. OLE color: 12085713.
HSL color Cylindrical-coordinate representation of color #D169B8: hue angle of 314.42º 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 #D169B8 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 184 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.18 |
| HSL | 314.42º | 0.53% | 0.62% | - |
| HSV(B) | 314.42º | 0.5% | 0.82% | - |
| XYZ | 40 | 27.12 | 48.47 | - |
| YUV | 145.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 184 | 0 | 0.50 | 0.12 | 0.18 | 314.42 | 0.53 | 0.62 |
| Hex | D1 | 69 | B8 | 0 | 32 | C | 12 | 13A | 35 | 3E |
| Octal | 321 | 151 | 270 | 0 | 62 | 14 | 22 | 472 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10111000 | 0 | 110010 | 1100 | 10010 | 100111010 | 110101 | 111110 |
Color Harmonies of #D169B8
Complementary color
Monochromatic Colors of #D169B8
Black with #D169B8
Text Example
Text Example
White with #D169B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169B8; }
p { color: rgb(209,105,184); }
H1.HeaderClassName
{
color: #D169B8;
}
.AnyTagClassName
{
color: #D169B8;
}
</style>
background-color css
<style>
a { background-color: #D169B8; }
a { background-color: rgb(209,105,184); }
div.DivClassName
{
background-color: #D169B8;
}
.BgClassName
{
background-color: #D169B8;
}
</style>
border-color css
<style>
span { border-color: #D169B8; }
span { border-color: rgb(209,105,184); }
td.TdClassName
{
border-color: #D169B8;
}
.TagClassName
{
border-color: #D169B8;
}
</style>