Shades of Fuchsia #D149C8
Tints of Fuchsia #D149C8
RGB
CMYK
RGB Variations
Color information
#D149C8 (or 0xD149C8) is known color: Fuchsia. HEX triplet: D1, 49 and C8. RGB value is (209,73,200). Sum of RGB (Red+Green+Blue) = 209+73+200=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D149C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149C8 is #2EB637. Grayscale: #7F7F7F. Windows color (decimal): -3061304 or 13126097. OLE color: 13126097.
HSL color Cylindrical-coordinate representation of color #D149C8: hue angle of 303.97º 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 #D149C8 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 200 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.18 |
| HSL | 303.97º | 0.6% | 0.55% | - |
| HSV(B) | 303.97º | 0.65% | 0.82% | - |
| XYZ | 39.1 | 22.49 | 56.92 | - |
| YUV | 128.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 200 | 0 | 0.65 | 0.04 | 0.18 | 303.97 | 0.6 | 0.55 |
| Hex | D1 | 49 | C8 | 0 | 41 | 4 | 12 | 130 | 3C | 37 |
| Octal | 321 | 111 | 310 | 0 | 101 | 4 | 22 | 460 | 74 | 67 |
| Binary | 11010001 | 1001001 | 11001000 | 0 | 1000001 | 100 | 10010 | 100110000 | 111100 | 110111 |
Color Harmonies of #D149C8
Complementary color
Monochromatic Colors of #D149C8
Black with #D149C8
Text Example
Text Example
White with #D149C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149C8; }
p { color: rgb(209,73,200); }
H1.HeaderClassName
{
color: #D149C8;
}
.AnyTagClassName
{
color: #D149C8;
}
</style>
background-color css
<style>
a { background-color: #D149C8; }
a { background-color: rgb(209,73,200); }
div.DivClassName
{
background-color: #D149C8;
}
.BgClassName
{
background-color: #D149C8;
}
</style>
border-color css
<style>
span { border-color: #D149C8; }
span { border-color: rgb(209,73,200); }
td.TdClassName
{
border-color: #D149C8;
}
.TagClassName
{
border-color: #D149C8;
}
</style>