Shades of Fuchsia #D146AF
Tints of Fuchsia #D146AF
RGB
CMYK
RGB Variations
Color information
#D146AF (or 0xD146AF) is known color: Fuchsia. HEX triplet: D1, 46 and AF. RGB value is (209,70,175). Sum of RGB (Red+Green+Blue) = 209+70+175=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D146AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D146AF is #2EB950. Grayscale: #7B7B7B. Windows color (decimal): -3062097 or 11486929. OLE color: 11486929.
HSL color Cylindrical-coordinate representation of color #D146AF: hue angle of 314.68º 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 #D146AF is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 175 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.18 |
| HSL | 314.68º | 0.6% | 0.55% | - |
| HSV(B) | 314.68º | 0.67% | 0.82% | - |
| XYZ | 36.22 | 21.03 | 42.71 | - |
| YUV | 123.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 175 | 0 | 0.67 | 0.16 | 0.18 | 314.68 | 0.6 | 0.55 |
| Hex | D1 | 46 | AF | 0 | 43 | 10 | 12 | 13B | 3C | 37 |
| Octal | 321 | 106 | 257 | 0 | 103 | 20 | 22 | 473 | 74 | 67 |
| Binary | 11010001 | 1000110 | 10101111 | 0 | 1000011 | 10000 | 10010 | 100111011 | 111100 | 110111 |
Color Harmonies of #D146AF
Complementary color
Monochromatic Colors of #D146AF
Black with #D146AF
Text Example
Text Example
White with #D146AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D146AF; }
p { color: rgb(209,70,175); }
H1.HeaderClassName
{
color: #D146AF;
}
.AnyTagClassName
{
color: #D146AF;
}
</style>
background-color css
<style>
a { background-color: #D146AF; }
a { background-color: rgb(209,70,175); }
div.DivClassName
{
background-color: #D146AF;
}
.BgClassName
{
background-color: #D146AF;
}
</style>
border-color css
<style>
span { border-color: #D146AF; }
span { border-color: rgb(209,70,175); }
td.TdClassName
{
border-color: #D146AF;
}
.TagClassName
{
border-color: #D146AF;
}
</style>