Shades of Fuchsia #D34CC7
Tints of Fuchsia #D34CC7
RGB
CMYK
RGB Variations
Color information
#D34CC7 (or 0xD34CC7) is known color: Fuchsia. HEX triplet: D3, 4C and C7. RGB value is (211,76,199). Sum of RGB (Red+Green+Blue) = 211+76+199=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CC7 is #2CB338. Grayscale: #828282. Windows color (decimal): -2929465 or 13061331. OLE color: 13061331.
HSL color Cylindrical-coordinate representation of color #D34CC7: hue angle of 305.33º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34CC7 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 199 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.17 |
| HSL | 305.33º | 0.61% | 0.56% | - |
| HSV(B) | 305.33º | 0.64% | 0.83% | - |
| XYZ | 39.76 | 23.14 | 56.4 | - |
| YUV | 130.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 199 | 0 | 0.64 | 0.06 | 0.17 | 305.33 | 0.61 | 0.56 |
| Hex | D3 | 4C | C7 | 0 | 40 | 6 | 11 | 131 | 3D | 38 |
| Octal | 323 | 114 | 307 | 0 | 100 | 6 | 21 | 461 | 75 | 70 |
| Binary | 11010011 | 1001100 | 11000111 | 0 | 1000000 | 110 | 10001 | 100110001 | 111101 | 111000 |
Color Harmonies of #D34CC7
Complementary color
Monochromatic Colors of #D34CC7
Black with #D34CC7
Text Example
Text Example
White with #D34CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CC7; }
p { color: rgb(211,76,199); }
H1.HeaderClassName
{
color: #D34CC7;
}
.AnyTagClassName
{
color: #D34CC7;
}
</style>
background-color css
<style>
a { background-color: #D34CC7; }
a { background-color: rgb(211,76,199); }
div.DivClassName
{
background-color: #D34CC7;
}
.BgClassName
{
background-color: #D34CC7;
}
</style>
border-color css
<style>
span { border-color: #D34CC7; }
span { border-color: rgb(211,76,199); }
td.TdClassName
{
border-color: #D34CC7;
}
.TagClassName
{
border-color: #D34CC7;
}
</style>