Shades of Fuchsia #D141BD
Tints of Fuchsia #D141BD
RGB
CMYK
RGB Variations
Color information
#D141BD (or 0xD141BD) is known color: Fuchsia. HEX triplet: D1, 41 and BD. RGB value is (209,65,189). Sum of RGB (Red+Green+Blue) = 209+65+189=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D141BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141BD is #2EBE42. Grayscale: #797979. Windows color (decimal): -3063363 or 12403153. OLE color: 12403153.
HSL color Cylindrical-coordinate representation of color #D141BD: hue angle of 308.33º 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 #D141BD is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 189 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.18 |
| HSL | 308.33º | 0.61% | 0.54% | - |
| HSV(B) | 308.33º | 0.69% | 0.82% | - |
| XYZ | 37.37 | 21.01 | 50.23 | - |
| YUV | 122.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 189 | 0 | 0.69 | 0.10 | 0.18 | 308.33 | 0.61 | 0.54 |
| Hex | D1 | 41 | BD | 0 | 45 | A | 12 | 134 | 3D | 36 |
| Octal | 321 | 101 | 275 | 0 | 105 | 12 | 22 | 464 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10111101 | 0 | 1000101 | 1010 | 10010 | 100110100 | 111101 | 110110 |
Color Harmonies of #D141BD
Complementary color
Monochromatic Colors of #D141BD
Black with #D141BD
Text Example
Text Example
White with #D141BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141BD; }
p { color: rgb(209,65,189); }
H1.HeaderClassName
{
color: #D141BD;
}
.AnyTagClassName
{
color: #D141BD;
}
</style>
background-color css
<style>
a { background-color: #D141BD; }
a { background-color: rgb(209,65,189); }
div.DivClassName
{
background-color: #D141BD;
}
.BgClassName
{
background-color: #D141BD;
}
</style>
border-color css
<style>
span { border-color: #D141BD; }
span { border-color: rgb(209,65,189); }
td.TdClassName
{
border-color: #D141BD;
}
.TagClassName
{
border-color: #D141BD;
}
</style>