Shades of Fuchsia #D342C5
Tints of Fuchsia #D342C5
RGB
CMYK
RGB Variations
Color information
#D342C5 (or 0xD342C5) is known color: Fuchsia. HEX triplet: D3, 42 and C5. RGB value is (211,66,197). Sum of RGB (Red+Green+Blue) = 211+66+197=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D342C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D342C5 is #2CBD3A. Grayscale: #7B7B7B. Windows color (decimal): -2932027 or 12927699. OLE color: 12927699.
HSL color Cylindrical-coordinate representation of color #D342C5: hue angle of 305.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D342C5 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 197 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.17 |
| HSL | 305.79º | 0.62% | 0.54% | - |
| HSV(B) | 305.79º | 0.69% | 0.83% | - |
| XYZ | 38.89 | 21.78 | 54.98 | - |
| YUV | 124.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 197 | 0 | 0.69 | 0.07 | 0.17 | 305.79 | 0.62 | 0.54 |
| Hex | D3 | 42 | C5 | 0 | 45 | 7 | 11 | 132 | 3E | 36 |
| Octal | 323 | 102 | 305 | 0 | 105 | 7 | 21 | 462 | 76 | 66 |
| Binary | 11010011 | 1000010 | 11000101 | 0 | 1000101 | 111 | 10001 | 100110010 | 111110 | 110110 |
Color Harmonies of #D342C5
Complementary color
Monochromatic Colors of #D342C5
Black with #D342C5
Text Example
Text Example
White with #D342C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D342C5; }
p { color: rgb(211,66,197); }
H1.HeaderClassName
{
color: #D342C5;
}
.AnyTagClassName
{
color: #D342C5;
}
</style>
background-color css
<style>
a { background-color: #D342C5; }
a { background-color: rgb(211,66,197); }
div.DivClassName
{
background-color: #D342C5;
}
.BgClassName
{
background-color: #D342C5;
}
</style>
border-color css
<style>
span { border-color: #D342C5; }
span { border-color: rgb(211,66,197); }
td.TdClassName
{
border-color: #D342C5;
}
.TagClassName
{
border-color: #D342C5;
}
</style>