Shades of Fuchsia #D141BF
Tints of Fuchsia #D141BF
RGB
CMYK
RGB Variations
Color information
#D141BF (or 0xD141BF) is known color: Fuchsia. HEX triplet: D1, 41 and BF. RGB value is (209,65,191). Sum of RGB (Red+Green+Blue) = 209+65+191=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D141BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141BF is #2EBE40. Grayscale: #7A7A7A. Windows color (decimal): -3063361 or 12534225. OLE color: 12534225.
HSL color Cylindrical-coordinate representation of color #D141BF: hue angle of 307.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D141BF is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 191 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.18 |
| HSL | 307.5º | 0.61% | 0.54% | - |
| HSV(B) | 307.5º | 0.69% | 0.82% | - |
| XYZ | 37.59 | 21.1 | 51.38 | - |
| YUV | 122.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 191 | 0 | 0.69 | 0.09 | 0.18 | 307.5 | 0.61 | 0.54 |
| Hex | D1 | 41 | BF | 0 | 45 | 9 | 12 | 134 | 3D | 36 |
| Octal | 321 | 101 | 277 | 0 | 105 | 11 | 22 | 464 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10111111 | 0 | 1000101 | 1001 | 10010 | 100110100 | 111101 | 110110 |
Color Harmonies of #D141BF
Complementary color
Monochromatic Colors of #D141BF
Black with #D141BF
Text Example
Text Example
White with #D141BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141BF; }
p { color: rgb(209,65,191); }
H1.HeaderClassName
{
color: #D141BF;
}
.AnyTagClassName
{
color: #D141BF;
}
</style>
background-color css
<style>
a { background-color: #D141BF; }
a { background-color: rgb(209,65,191); }
div.DivClassName
{
background-color: #D141BF;
}
.BgClassName
{
background-color: #D141BF;
}
</style>
border-color css
<style>
span { border-color: #D141BF; }
span { border-color: rgb(209,65,191); }
td.TdClassName
{
border-color: #D141BF;
}
.TagClassName
{
border-color: #D141BF;
}
</style>