Shades of Fuchsia #D341BE
Tints of Fuchsia #D341BE
RGB
CMYK
RGB Variations
Color information
#D341BE (or 0xD341BE) is known color: Fuchsia. HEX triplet: D3, 41 and BE. RGB value is (211,65,190). Sum of RGB (Red+Green+Blue) = 211+65+190=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D341BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D341BE is #2CBE41. Grayscale: #7A7A7A. Windows color (decimal): -2932290 or 12468691. OLE color: 12468691.
HSL color Cylindrical-coordinate representation of color #D341BE: hue angle of 308.63º 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 #D341BE is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 190 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.17 |
| HSL | 308.63º | 0.62% | 0.54% | - |
| HSV(B) | 308.63º | 0.69% | 0.83% | - |
| XYZ | 38.05 | 21.35 | 50.83 | - |
| YUV | 122.9 | 165.87 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 190 | 0 | 0.69 | 0.10 | 0.17 | 308.63 | 0.62 | 0.54 |
| Hex | D3 | 41 | BE | 0 | 45 | A | 11 | 135 | 3E | 36 |
| Octal | 323 | 101 | 276 | 0 | 105 | 12 | 21 | 465 | 76 | 66 |
| Binary | 11010011 | 1000001 | 10111110 | 0 | 1000101 | 1010 | 10001 | 100110101 | 111110 | 110110 |
Color Harmonies of #D341BE
Complementary color
Monochromatic Colors of #D341BE
Black with #D341BE
Text Example
Text Example
White with #D341BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341BE; }
p { color: rgb(211,65,190); }
H1.HeaderClassName
{
color: #D341BE;
}
.AnyTagClassName
{
color: #D341BE;
}
</style>
background-color css
<style>
a { background-color: #D341BE; }
a { background-color: rgb(211,65,190); }
div.DivClassName
{
background-color: #D341BE;
}
.BgClassName
{
background-color: #D341BE;
}
</style>
border-color css
<style>
span { border-color: #D341BE; }
span { border-color: rgb(211,65,190); }
td.TdClassName
{
border-color: #D341BE;
}
.TagClassName
{
border-color: #D341BE;
}
</style>