Shades of Fuchsia #D146C5
Tints of Fuchsia #D146C5
RGB
CMYK
RGB Variations
Color information
#D146C5 (or 0xD146C5) is known color: Fuchsia. HEX triplet: D1, 46 and C5. RGB value is (209,70,197). Sum of RGB (Red+Green+Blue) = 209+70+197=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D146C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146C5 is #2EB93A. Grayscale: #7D7D7D. Windows color (decimal): -3062075 or 12928721. OLE color: 12928721.
HSL color Cylindrical-coordinate representation of color #D146C5: hue angle of 305.18º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D146C5 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 197 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.18 |
| HSL | 305.18º | 0.6% | 0.55% | - |
| HSV(B) | 305.18º | 0.67% | 0.82% | - |
| XYZ | 38.56 | 21.97 | 55.03 | - |
| YUV | 126.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 197 | 0 | 0.67 | 0.06 | 0.18 | 305.18 | 0.6 | 0.55 |
| Hex | D1 | 46 | C5 | 0 | 43 | 6 | 12 | 131 | 3C | 37 |
| Octal | 321 | 106 | 305 | 0 | 103 | 6 | 22 | 461 | 74 | 67 |
| Binary | 11010001 | 1000110 | 11000101 | 0 | 1000011 | 110 | 10010 | 100110001 | 111100 | 110111 |
Color Harmonies of #D146C5
Complementary color
Monochromatic Colors of #D146C5
Black with #D146C5
Text Example
Text Example
White with #D146C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D146C5; }
p { color: rgb(209,70,197); }
H1.HeaderClassName
{
color: #D146C5;
}
.AnyTagClassName
{
color: #D146C5;
}
</style>
background-color css
<style>
a { background-color: #D146C5; }
a { background-color: rgb(209,70,197); }
div.DivClassName
{
background-color: #D146C5;
}
.BgClassName
{
background-color: #D146C5;
}
</style>
border-color css
<style>
span { border-color: #D146C5; }
span { border-color: rgb(209,70,197); }
td.TdClassName
{
border-color: #D146C5;
}
.TagClassName
{
border-color: #D146C5;
}
</style>