Shades of Fuchsia #D046AF
Tints of Fuchsia #D046AF
RGB
CMYK
RGB Variations
Color information
#D046AF (or 0xD046AF) is known color: Fuchsia. HEX triplet: D0, 46 and AF. RGB value is (208,70,175). Sum of RGB (Red+Green+Blue) = 208+70+175=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D046AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D046AF is #2FB950. Grayscale: #7A7A7A. Windows color (decimal): -3127633 or 11486928. OLE color: 11486928.
HSL color Cylindrical-coordinate representation of color #D046AF: hue angle of 314.35º degrees, saturation: 0.59, 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 #D046AF is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 175 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.18 |
| HSL | 314.35º | 0.59% | 0.55% | - |
| HSV(B) | 314.35º | 0.66% | 0.82% | - |
| XYZ | 35.94 | 20.89 | 42.69 | - |
| YUV | 123.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 175 | 0 | 0.66 | 0.16 | 0.18 | 314.35 | 0.59 | 0.55 |
| Hex | D0 | 46 | AF | 0 | 42 | 10 | 12 | 13A | 3B | 37 |
| Octal | 320 | 106 | 257 | 0 | 102 | 20 | 22 | 472 | 73 | 67 |
| Binary | 11010000 | 1000110 | 10101111 | 0 | 1000010 | 10000 | 10010 | 100111010 | 111011 | 110111 |
Color Harmonies of #D046AF
Complementary color
Monochromatic Colors of #D046AF
Black with #D046AF
Text Example
Text Example
White with #D046AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046AF; }
p { color: rgb(208,70,175); }
H1.HeaderClassName
{
color: #D046AF;
}
.AnyTagClassName
{
color: #D046AF;
}
</style>
background-color css
<style>
a { background-color: #D046AF; }
a { background-color: rgb(208,70,175); }
div.DivClassName
{
background-color: #D046AF;
}
.BgClassName
{
background-color: #D046AF;
}
</style>
border-color css
<style>
span { border-color: #D046AF; }
span { border-color: rgb(208,70,175); }
td.TdClassName
{
border-color: #D046AF;
}
.TagClassName
{
border-color: #D046AF;
}
</style>