Shades of Fuchsia #D149B9
Tints of Fuchsia #D149B9
RGB
CMYK
RGB Variations
Color information
#D149B9 (or 0xD149B9) is known color: Fuchsia. HEX triplet: D1, 49 and B9. RGB value is (209,73,185). Sum of RGB (Red+Green+Blue) = 209+73+185=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D149B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149B9 is #2EB646. Grayscale: #7E7E7E. Windows color (decimal): -3061319 or 12143057. OLE color: 12143057.
HSL color Cylindrical-coordinate representation of color #D149B9: hue angle of 310.59º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D149B9 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 185 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.18 |
| HSL | 310.59º | 0.6% | 0.55% | - |
| HSV(B) | 310.59º | 0.65% | 0.82% | - |
| XYZ | 37.43 | 21.82 | 48.14 | - |
| YUV | 126.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 185 | 0 | 0.65 | 0.11 | 0.18 | 310.59 | 0.6 | 0.55 |
| Hex | D1 | 49 | B9 | 0 | 41 | B | 12 | 137 | 3C | 37 |
| Octal | 321 | 111 | 271 | 0 | 101 | 13 | 22 | 467 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10111001 | 0 | 1000001 | 1011 | 10010 | 100110111 | 111100 | 110111 |
Color Harmonies of #D149B9
Complementary color
Monochromatic Colors of #D149B9
Black with #D149B9
Text Example
Text Example
White with #D149B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149B9; }
p { color: rgb(209,73,185); }
H1.HeaderClassName
{
color: #D149B9;
}
.AnyTagClassName
{
color: #D149B9;
}
</style>
background-color css
<style>
a { background-color: #D149B9; }
a { background-color: rgb(209,73,185); }
div.DivClassName
{
background-color: #D149B9;
}
.BgClassName
{
background-color: #D149B9;
}
</style>
border-color css
<style>
span { border-color: #D149B9; }
span { border-color: rgb(209,73,185); }
td.TdClassName
{
border-color: #D149B9;
}
.TagClassName
{
border-color: #D149B9;
}
</style>