Shades of Fuchsia #D149C2
Tints of Fuchsia #D149C2
RGB
CMYK
RGB Variations
Color information
#D149C2 (or 0xD149C2) is known color: Fuchsia. HEX triplet: D1, 49 and C2. RGB value is (209,73,194). Sum of RGB (Red+Green+Blue) = 209+73+194=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D149C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149C2 is #2EB63D. Grayscale: #7F7F7F. Windows color (decimal): -3061310 or 12732881. OLE color: 12732881.
HSL color Cylindrical-coordinate representation of color #D149C2: hue angle of 306.62º 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 #D149C2 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 194 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.18 |
| HSL | 306.62º | 0.6% | 0.55% | - |
| HSV(B) | 306.62º | 0.65% | 0.82% | - |
| XYZ | 38.41 | 22.22 | 53.3 | - |
| YUV | 127.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 194 | 0 | 0.65 | 0.07 | 0.18 | 306.62 | 0.6 | 0.55 |
| Hex | D1 | 49 | C2 | 0 | 41 | 7 | 12 | 133 | 3C | 37 |
| Octal | 321 | 111 | 302 | 0 | 101 | 7 | 22 | 463 | 74 | 67 |
| Binary | 11010001 | 1001001 | 11000010 | 0 | 1000001 | 111 | 10010 | 100110011 | 111100 | 110111 |
Color Harmonies of #D149C2
Complementary color
Monochromatic Colors of #D149C2
Black with #D149C2
Text Example
Text Example
White with #D149C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149C2; }
p { color: rgb(209,73,194); }
H1.HeaderClassName
{
color: #D149C2;
}
.AnyTagClassName
{
color: #D149C2;
}
</style>
background-color css
<style>
a { background-color: #D149C2; }
a { background-color: rgb(209,73,194); }
div.DivClassName
{
background-color: #D149C2;
}
.BgClassName
{
background-color: #D149C2;
}
</style>
border-color css
<style>
span { border-color: #D149C2; }
span { border-color: rgb(209,73,194); }
td.TdClassName
{
border-color: #D149C2;
}
.TagClassName
{
border-color: #D149C2;
}
</style>