Shades of Fuchsia #D341BF
Tints of Fuchsia #D341BF
RGB
CMYK
RGB Variations
Color information
#D341BF (or 0xD341BF) is known color: Fuchsia. HEX triplet: D3, 41 and BF. RGB value is (211,65,191). Sum of RGB (Red+Green+Blue) = 211+65+191=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D341BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D341BF is #2CBE40. Grayscale: #7A7A7A. Windows color (decimal): -2932289 or 12534227. OLE color: 12534227.
HSL color Cylindrical-coordinate representation of color #D341BF: hue angle of 308.22º 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 #D341BF is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 191 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.17 |
| HSL | 308.22º | 0.62% | 0.54% | - |
| HSV(B) | 308.22º | 0.69% | 0.83% | - |
| XYZ | 38.16 | 21.39 | 51.41 | - |
| YUV | 123.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 191 | 0 | 0.69 | 0.09 | 0.17 | 308.22 | 0.62 | 0.54 |
| Hex | D3 | 41 | BF | 0 | 45 | 9 | 11 | 134 | 3E | 36 |
| Octal | 323 | 101 | 277 | 0 | 105 | 11 | 21 | 464 | 76 | 66 |
| Binary | 11010011 | 1000001 | 10111111 | 0 | 1000101 | 1001 | 10001 | 100110100 | 111110 | 110110 |
Color Harmonies of #D341BF
Complementary color
Monochromatic Colors of #D341BF
Black with #D341BF
Text Example
Text Example
White with #D341BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341BF; }
p { color: rgb(211,65,191); }
H1.HeaderClassName
{
color: #D341BF;
}
.AnyTagClassName
{
color: #D341BF;
}
</style>
background-color css
<style>
a { background-color: #D341BF; }
a { background-color: rgb(211,65,191); }
div.DivClassName
{
background-color: #D341BF;
}
.BgClassName
{
background-color: #D341BF;
}
</style>
border-color css
<style>
span { border-color: #D341BF; }
span { border-color: rgb(211,65,191); }
td.TdClassName
{
border-color: #D341BF;
}
.TagClassName
{
border-color: #D341BF;
}
</style>