Shades of Fuchsia #D341CD
Tints of Fuchsia #D341CD
RGB
CMYK
RGB Variations
Color information
#D341CD (or 0xD341CD) is known color: Fuchsia. HEX triplet: D3, 41 and CD. RGB value is (211,65,205). Sum of RGB (Red+Green+Blue) = 211+65+205=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D341CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D341CD is #2CBE32. Grayscale: #7C7C7C. Windows color (decimal): -2932275 or 13451731. OLE color: 13451731.
HSL color Cylindrical-coordinate representation of color #D341CD: hue angle of 302.47º 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 #D341CD is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 205 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.17 |
| HSL | 302.47º | 0.62% | 0.54% | - |
| HSV(B) | 302.47º | 0.69% | 0.83% | - |
| XYZ | 39.77 | 22.04 | 59.91 | - |
| YUV | 124.61 | 173.37 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 205 | 0 | 0.69 | 0.03 | 0.17 | 302.47 | 0.62 | 0.54 |
| Hex | D3 | 41 | CD | 0 | 45 | 3 | 11 | 12E | 3E | 36 |
| Octal | 323 | 101 | 315 | 0 | 105 | 3 | 21 | 456 | 76 | 66 |
| Binary | 11010011 | 1000001 | 11001101 | 0 | 1000101 | 11 | 10001 | 100101110 | 111110 | 110110 |
Color Harmonies of #D341CD
Complementary color
Monochromatic Colors of #D341CD
Black with #D341CD
Text Example
Text Example
White with #D341CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341CD; }
p { color: rgb(211,65,205); }
H1.HeaderClassName
{
color: #D341CD;
}
.AnyTagClassName
{
color: #D341CD;
}
</style>
background-color css
<style>
a { background-color: #D341CD; }
a { background-color: rgb(211,65,205); }
div.DivClassName
{
background-color: #D341CD;
}
.BgClassName
{
background-color: #D341CD;
}
</style>
border-color css
<style>
span { border-color: #D341CD; }
span { border-color: rgb(211,65,205); }
td.TdClassName
{
border-color: #D341CD;
}
.TagClassName
{
border-color: #D341CD;
}
</style>