Shades of Fuchsia #D147C4
Tints of Fuchsia #D147C4
RGB
CMYK
RGB Variations
Color information
#D147C4 (or 0xD147C4) is known color: Fuchsia. HEX triplet: D1, 47 and C4. RGB value is (209,71,196). Sum of RGB (Red+Green+Blue) = 209+71+196=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D147C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147C4 is #2EB83B. Grayscale: #7E7E7E. Windows color (decimal): -3061820 or 12863441. OLE color: 12863441.
HSL color Cylindrical-coordinate representation of color #D147C4: hue angle of 305.65º 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 #D147C4 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 196 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.18 |
| HSL | 305.65º | 0.6% | 0.55% | - |
| HSV(B) | 305.65º | 0.66% | 0.82% | - |
| XYZ | 38.51 | 22.05 | 54.45 | - |
| YUV | 126.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 196 | 0 | 0.66 | 0.06 | 0.18 | 305.65 | 0.6 | 0.55 |
| Hex | D1 | 47 | C4 | 0 | 42 | 6 | 12 | 132 | 3C | 37 |
| Octal | 321 | 107 | 304 | 0 | 102 | 6 | 22 | 462 | 74 | 67 |
| Binary | 11010001 | 1000111 | 11000100 | 0 | 1000010 | 110 | 10010 | 100110010 | 111100 | 110111 |
Color Harmonies of #D147C4
Complementary color
Monochromatic Colors of #D147C4
Black with #D147C4
Text Example
Text Example
White with #D147C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147C4; }
p { color: rgb(209,71,196); }
H1.HeaderClassName
{
color: #D147C4;
}
.AnyTagClassName
{
color: #D147C4;
}
</style>
background-color css
<style>
a { background-color: #D147C4; }
a { background-color: rgb(209,71,196); }
div.DivClassName
{
background-color: #D147C4;
}
.BgClassName
{
background-color: #D147C4;
}
</style>
border-color css
<style>
span { border-color: #D147C4; }
span { border-color: rgb(209,71,196); }
td.TdClassName
{
border-color: #D147C4;
}
.TagClassName
{
border-color: #D147C4;
}
</style>