Shades of Fuchsia #D149CF
Tints of Fuchsia #D149CF
RGB
CMYK
RGB Variations
Color information
#D149CF (or 0xD149CF) is known color: Fuchsia. HEX triplet: D1, 49 and CF. RGB value is (209,73,207). Sum of RGB (Red+Green+Blue) = 209+73+207=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D149CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149CF is #2EB630. Grayscale: #808080. Windows color (decimal): -3061297 or 13584849. OLE color: 13584849.
HSL color Cylindrical-coordinate representation of color #D149CF: hue angle of 300.88º 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 #D149CF is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 207 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.18 |
| HSL | 300.88º | 0.6% | 0.55% | - |
| HSV(B) | 300.88º | 0.65% | 0.82% | - |
| XYZ | 39.94 | 22.83 | 61.33 | - |
| YUV | 128.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 207 | 0 | 0.65 | 0.01 | 0.18 | 300.88 | 0.6 | 0.55 |
| Hex | D1 | 49 | CF | 0 | 41 | 1 | 12 | 12D | 3C | 37 |
| Octal | 321 | 111 | 317 | 0 | 101 | 1 | 22 | 455 | 74 | 67 |
| Binary | 11010001 | 1001001 | 11001111 | 0 | 1000001 | 1 | 10010 | 100101101 | 111100 | 110111 |
Color Harmonies of #D149CF
Complementary color
Monochromatic Colors of #D149CF
Black with #D149CF
Text Example
Text Example
White with #D149CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149CF; }
p { color: rgb(209,73,207); }
H1.HeaderClassName
{
color: #D149CF;
}
.AnyTagClassName
{
color: #D149CF;
}
</style>
background-color css
<style>
a { background-color: #D149CF; }
a { background-color: rgb(209,73,207); }
div.DivClassName
{
background-color: #D149CF;
}
.BgClassName
{
background-color: #D149CF;
}
</style>
border-color css
<style>
span { border-color: #D149CF; }
span { border-color: rgb(209,73,207); }
td.TdClassName
{
border-color: #D149CF;
}
.TagClassName
{
border-color: #D149CF;
}
</style>