Shades of Fuchsia #D347C9
Tints of Fuchsia #D347C9
RGB
CMYK
RGB Variations
Color information
#D347C9 (or 0xD347C9) is known color: Fuchsia. HEX triplet: D3, 47 and C9. RGB value is (211,71,201). Sum of RGB (Red+Green+Blue) = 211+71+201=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D347C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347C9 is #2CB836. Grayscale: #7F7F7F. Windows color (decimal): -2930743 or 13191123. OLE color: 13191123.
HSL color Cylindrical-coordinate representation of color #D347C9: hue angle of 304.29º 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 #D347C9 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 201 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.17 |
| HSL | 304.29º | 0.61% | 0.55% | - |
| HSV(B) | 304.29º | 0.66% | 0.83% | - |
| XYZ | 39.66 | 22.57 | 57.52 | - |
| YUV | 127.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 201 | 0 | 0.66 | 0.05 | 0.17 | 304.29 | 0.61 | 0.55 |
| Hex | D3 | 47 | C9 | 0 | 42 | 5 | 11 | 130 | 3D | 37 |
| Octal | 323 | 107 | 311 | 0 | 102 | 5 | 21 | 460 | 75 | 67 |
| Binary | 11010011 | 1000111 | 11001001 | 0 | 1000010 | 101 | 10001 | 100110000 | 111101 | 110111 |
Color Harmonies of #D347C9
Complementary color
Monochromatic Colors of #D347C9
Black with #D347C9
Text Example
Text Example
White with #D347C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347C9; }
p { color: rgb(211,71,201); }
H1.HeaderClassName
{
color: #D347C9;
}
.AnyTagClassName
{
color: #D347C9;
}
</style>
background-color css
<style>
a { background-color: #D347C9; }
a { background-color: rgb(211,71,201); }
div.DivClassName
{
background-color: #D347C9;
}
.BgClassName
{
background-color: #D347C9;
}
</style>
border-color css
<style>
span { border-color: #D347C9; }
span { border-color: rgb(211,71,201); }
td.TdClassName
{
border-color: #D347C9;
}
.TagClassName
{
border-color: #D347C9;
}
</style>