Shades of Fuchsia #D347CC
Tints of Fuchsia #D347CC
RGB
CMYK
RGB Variations
Color information
#D347CC (or 0xD347CC) is known color: Fuchsia. HEX triplet: D3, 47 and CC. RGB value is (211,71,204). Sum of RGB (Red+Green+Blue) = 211+71+204=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D347CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347CC is #2CB833. Grayscale: #7F7F7F. Windows color (decimal): -2930740 or 13387731. OLE color: 13387731.
HSL color Cylindrical-coordinate representation of color #D347CC: hue angle of 303º 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 #D347CC is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 204 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.17 |
| HSL | 303º | 0.61% | 0.55% | - |
| HSV(B) | 303º | 0.66% | 0.83% | - |
| XYZ | 40.02 | 22.71 | 59.4 | - |
| YUV | 128.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 204 | 0 | 0.66 | 0.03 | 0.17 | 303 | 0.61 | 0.55 |
| Hex | D3 | 47 | CC | 0 | 42 | 3 | 11 | 12F | 3D | 37 |
| Octal | 323 | 107 | 314 | 0 | 102 | 3 | 21 | 457 | 75 | 67 |
| Binary | 11010011 | 1000111 | 11001100 | 0 | 1000010 | 11 | 10001 | 100101111 | 111101 | 110111 |
Color Harmonies of #D347CC
Complementary color
Monochromatic Colors of #D347CC
Black with #D347CC
Text Example
Text Example
White with #D347CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347CC; }
p { color: rgb(211,71,204); }
H1.HeaderClassName
{
color: #D347CC;
}
.AnyTagClassName
{
color: #D347CC;
}
</style>
background-color css
<style>
a { background-color: #D347CC; }
a { background-color: rgb(211,71,204); }
div.DivClassName
{
background-color: #D347CC;
}
.BgClassName
{
background-color: #D347CC;
}
</style>
border-color css
<style>
span { border-color: #D347CC; }
span { border-color: rgb(211,71,204); }
td.TdClassName
{
border-color: #D347CC;
}
.TagClassName
{
border-color: #D347CC;
}
</style>