Shades of Fuchsia #D147C2
Tints of Fuchsia #D147C2
RGB
CMYK
RGB Variations
Color information
#D147C2 (or 0xD147C2) is known color: Fuchsia. HEX triplet: D1, 47 and C2. RGB value is (209,71,194). Sum of RGB (Red+Green+Blue) = 209+71+194=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D147C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147C2 is #2EB83D. Grayscale: #7D7D7D. Windows color (decimal): -3061822 or 12732369. OLE color: 12732369.
HSL color Cylindrical-coordinate representation of color #D147C2: hue angle of 306.52º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D147C2 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 194 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.18 |
| HSL | 306.52º | 0.6% | 0.55% | - |
| HSV(B) | 306.52º | 0.66% | 0.82% | - |
| XYZ | 38.29 | 21.96 | 53.26 | - |
| YUV | 126.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 194 | 0 | 0.66 | 0.07 | 0.18 | 306.52 | 0.6 | 0.55 |
| Hex | D1 | 47 | C2 | 0 | 42 | 7 | 12 | 133 | 3C | 37 |
| Octal | 321 | 107 | 302 | 0 | 102 | 7 | 22 | 463 | 74 | 67 |
| Binary | 11010001 | 1000111 | 11000010 | 0 | 1000010 | 111 | 10010 | 100110011 | 111100 | 110111 |
Color Harmonies of #D147C2
Complementary color
Monochromatic Colors of #D147C2
Black with #D147C2
Text Example
Text Example
White with #D147C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147C2; }
p { color: rgb(209,71,194); }
H1.HeaderClassName
{
color: #D147C2;
}
.AnyTagClassName
{
color: #D147C2;
}
</style>
background-color css
<style>
a { background-color: #D147C2; }
a { background-color: rgb(209,71,194); }
div.DivClassName
{
background-color: #D147C2;
}
.BgClassName
{
background-color: #D147C2;
}
</style>
border-color css
<style>
span { border-color: #D147C2; }
span { border-color: rgb(209,71,194); }
td.TdClassName
{
border-color: #D147C2;
}
.TagClassName
{
border-color: #D147C2;
}
</style>