Shades of Fuchsia #D347AF
Tints of Fuchsia #D347AF
RGB
CMYK
RGB Variations
Color information
#D347AF (or 0xD347AF) is known color: Fuchsia. HEX triplet: D3, 47 and AF. RGB value is (211,71,175). Sum of RGB (Red+Green+Blue) = 211+71+175=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D347AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D347AF is #2CB850. Grayscale: #7C7C7C. Windows color (decimal): -2930769 or 11487187. OLE color: 11487187.
HSL color Cylindrical-coordinate representation of color #D347AF: hue angle of 315.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D347AF is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 175 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.17 |
| HSL | 315.43º | 0.61% | 0.55% | - |
| HSV(B) | 315.43º | 0.66% | 0.83% | - |
| XYZ | 36.86 | 21.45 | 42.76 | - |
| YUV | 124.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 175 | 0 | 0.66 | 0.17 | 0.17 | 315.43 | 0.61 | 0.55 |
| Hex | D3 | 47 | AF | 0 | 42 | 11 | 11 | 13B | 3D | 37 |
| Octal | 323 | 107 | 257 | 0 | 102 | 21 | 21 | 473 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10101111 | 0 | 1000010 | 10001 | 10001 | 100111011 | 111101 | 110111 |
Color Harmonies of #D347AF
Complementary color
Monochromatic Colors of #D347AF
Black with #D347AF
Text Example
Text Example
White with #D347AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347AF; }
p { color: rgb(211,71,175); }
H1.HeaderClassName
{
color: #D347AF;
}
.AnyTagClassName
{
color: #D347AF;
}
</style>
background-color css
<style>
a { background-color: #D347AF; }
a { background-color: rgb(211,71,175); }
div.DivClassName
{
background-color: #D347AF;
}
.BgClassName
{
background-color: #D347AF;
}
</style>
border-color css
<style>
span { border-color: #D347AF; }
span { border-color: rgb(211,71,175); }
td.TdClassName
{
border-color: #D347AF;
}
.TagClassName
{
border-color: #D347AF;
}
</style>