Shades of Fuchsia #D149C5
Tints of Fuchsia #D149C5
RGB
CMYK
RGB Variations
Color information
#D149C5 (or 0xD149C5) is known color: Fuchsia. HEX triplet: D1, 49 and C5. RGB value is (209,73,197). Sum of RGB (Red+Green+Blue) = 209+73+197=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D149C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149C5 is #2EB63A. Grayscale: #7F7F7F. Windows color (decimal): -3061307 or 12929489. OLE color: 12929489.
HSL color Cylindrical-coordinate representation of color #D149C5: hue angle of 305.29º 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 #D149C5 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 197 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.18 |
| HSL | 305.29º | 0.6% | 0.55% | - |
| HSV(B) | 305.29º | 0.65% | 0.82% | - |
| XYZ | 38.76 | 22.35 | 55.1 | - |
| YUV | 127.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 197 | 0 | 0.65 | 0.06 | 0.18 | 305.29 | 0.6 | 0.55 |
| Hex | D1 | 49 | C5 | 0 | 41 | 6 | 12 | 131 | 3C | 37 |
| Octal | 321 | 111 | 305 | 0 | 101 | 6 | 22 | 461 | 74 | 67 |
| Binary | 11010001 | 1001001 | 11000101 | 0 | 1000001 | 110 | 10010 | 100110001 | 111100 | 110111 |
Color Harmonies of #D149C5
Complementary color
Monochromatic Colors of #D149C5
Black with #D149C5
Text Example
Text Example
White with #D149C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149C5; }
p { color: rgb(209,73,197); }
H1.HeaderClassName
{
color: #D149C5;
}
.AnyTagClassName
{
color: #D149C5;
}
</style>
background-color css
<style>
a { background-color: #D149C5; }
a { background-color: rgb(209,73,197); }
div.DivClassName
{
background-color: #D149C5;
}
.BgClassName
{
background-color: #D149C5;
}
</style>
border-color css
<style>
span { border-color: #D149C5; }
span { border-color: rgb(209,73,197); }
td.TdClassName
{
border-color: #D149C5;
}
.TagClassName
{
border-color: #D149C5;
}
</style>