Shades of Fuchsia #D341BA
Tints of Fuchsia #D341BA
RGB
CMYK
RGB Variations
Color information
#D341BA (or 0xD341BA) is known color: Fuchsia. HEX triplet: D3, 41 and BA. RGB value is (211,65,186). Sum of RGB (Red+Green+Blue) = 211+65+186=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D341BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D341BA is #2CBE45. Grayscale: #7A7A7A. Windows color (decimal): -2932294 or 12206547. OLE color: 12206547.
HSL color Cylindrical-coordinate representation of color #D341BA: hue angle of 310.27º 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 #D341BA is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 186 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.17 |
| HSL | 310.27º | 0.62% | 0.54% | - |
| HSV(B) | 310.27º | 0.69% | 0.83% | - |
| XYZ | 37.62 | 21.17 | 48.56 | - |
| YUV | 122.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 186 | 0 | 0.69 | 0.12 | 0.17 | 310.27 | 0.62 | 0.54 |
| Hex | D3 | 41 | BA | 0 | 45 | C | 11 | 136 | 3E | 36 |
| Octal | 323 | 101 | 272 | 0 | 105 | 14 | 21 | 466 | 76 | 66 |
| Binary | 11010011 | 1000001 | 10111010 | 0 | 1000101 | 1100 | 10001 | 100110110 | 111110 | 110110 |
Color Harmonies of #D341BA
Complementary color
Monochromatic Colors of #D341BA
Black with #D341BA
Text Example
Text Example
White with #D341BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341BA; }
p { color: rgb(211,65,186); }
H1.HeaderClassName
{
color: #D341BA;
}
.AnyTagClassName
{
color: #D341BA;
}
</style>
background-color css
<style>
a { background-color: #D341BA; }
a { background-color: rgb(211,65,186); }
div.DivClassName
{
background-color: #D341BA;
}
.BgClassName
{
background-color: #D341BA;
}
</style>
border-color css
<style>
span { border-color: #D341BA; }
span { border-color: rgb(211,65,186); }
td.TdClassName
{
border-color: #D341BA;
}
.TagClassName
{
border-color: #D341BA;
}
</style>