Shades of Fuchsia #D149C9
Tints of Fuchsia #D149C9
RGB
CMYK
RGB Variations
Color information
#D149C9 (or 0xD149C9) is known color: Fuchsia. HEX triplet: D1, 49 and C9. RGB value is (209,73,201). Sum of RGB (Red+Green+Blue) = 209+73+201=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D149C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149C9 is #2EB636. Grayscale: #7F7F7F. Windows color (decimal): -3061303 or 13191633. OLE color: 13191633.
HSL color Cylindrical-coordinate representation of color #D149C9: hue angle of 303.53º 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 #D149C9 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 201 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.18 |
| HSL | 303.53º | 0.6% | 0.55% | - |
| HSV(B) | 303.53º | 0.65% | 0.82% | - |
| XYZ | 39.22 | 22.54 | 57.54 | - |
| YUV | 128.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 201 | 0 | 0.65 | 0.04 | 0.18 | 303.53 | 0.6 | 0.55 |
| Hex | D1 | 49 | C9 | 0 | 41 | 4 | 12 | 130 | 3C | 37 |
| Octal | 321 | 111 | 311 | 0 | 101 | 4 | 22 | 460 | 74 | 67 |
| Binary | 11010001 | 1001001 | 11001001 | 0 | 1000001 | 100 | 10010 | 100110000 | 111100 | 110111 |
Color Harmonies of #D149C9
Complementary color
Monochromatic Colors of #D149C9
Black with #D149C9
Text Example
Text Example
White with #D149C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149C9; }
p { color: rgb(209,73,201); }
H1.HeaderClassName
{
color: #D149C9;
}
.AnyTagClassName
{
color: #D149C9;
}
</style>
background-color css
<style>
a { background-color: #D149C9; }
a { background-color: rgb(209,73,201); }
div.DivClassName
{
background-color: #D149C9;
}
.BgClassName
{
background-color: #D149C9;
}
</style>
border-color css
<style>
span { border-color: #D149C9; }
span { border-color: rgb(209,73,201); }
td.TdClassName
{
border-color: #D149C9;
}
.TagClassName
{
border-color: #D149C9;
}
</style>