Shades of Fuchsia #D346C7
Tints of Fuchsia #D346C7
RGB
CMYK
RGB Variations
Color information
#D346C7 (or 0xD346C7) is known color: Fuchsia. HEX triplet: D3, 46 and C7. RGB value is (211,70,199). Sum of RGB (Red+Green+Blue) = 211+70+199=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D346C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D346C7 is #2CB938. Grayscale: #7E7E7E. Windows color (decimal): -2931001 or 13059795. OLE color: 13059795.
HSL color Cylindrical-coordinate representation of color #D346C7: hue angle of 305.11º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D346C7 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 199 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.17 |
| HSL | 305.11º | 0.62% | 0.55% | - |
| HSV(B) | 305.11º | 0.67% | 0.83% | - |
| XYZ | 39.36 | 22.35 | 56.27 | - |
| YUV | 126.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 199 | 0 | 0.67 | 0.06 | 0.17 | 305.11 | 0.62 | 0.55 |
| Hex | D3 | 46 | C7 | 0 | 43 | 6 | 11 | 131 | 3E | 37 |
| Octal | 323 | 106 | 307 | 0 | 103 | 6 | 21 | 461 | 76 | 67 |
| Binary | 11010011 | 1000110 | 11000111 | 0 | 1000011 | 110 | 10001 | 100110001 | 111110 | 110111 |
Color Harmonies of #D346C7
Complementary color
Monochromatic Colors of #D346C7
Black with #D346C7
Text Example
Text Example
White with #D346C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346C7; }
p { color: rgb(211,70,199); }
H1.HeaderClassName
{
color: #D346C7;
}
.AnyTagClassName
{
color: #D346C7;
}
</style>
background-color css
<style>
a { background-color: #D346C7; }
a { background-color: rgb(211,70,199); }
div.DivClassName
{
background-color: #D346C7;
}
.BgClassName
{
background-color: #D346C7;
}
</style>
border-color css
<style>
span { border-color: #D346C7; }
span { border-color: rgb(211,70,199); }
td.TdClassName
{
border-color: #D346C7;
}
.TagClassName
{
border-color: #D346C7;
}
</style>