Shades of Fuchsia #D141B5
Tints of Fuchsia #D141B5
RGB
CMYK
RGB Variations
Color information
#D141B5 (or 0xD141B5) is known color: Fuchsia. HEX triplet: D1, 41 and B5. RGB value is (209,65,181). Sum of RGB (Red+Green+Blue) = 209+65+181=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D141B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141B5 is #2EBE4A. Grayscale: #787878. Windows color (decimal): -3063371 or 11878865. OLE color: 11878865.
HSL color Cylindrical-coordinate representation of color #D141B5: hue angle of 311.67º 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 #D141B5 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 181 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.18 |
| HSL | 311.67º | 0.61% | 0.54% | - |
| HSV(B) | 311.67º | 0.69% | 0.82% | - |
| XYZ | 36.53 | 20.67 | 45.78 | - |
| YUV | 121.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 181 | 0 | 0.69 | 0.13 | 0.18 | 311.67 | 0.61 | 0.54 |
| Hex | D1 | 41 | B5 | 0 | 45 | D | 12 | 138 | 3D | 36 |
| Octal | 321 | 101 | 265 | 0 | 105 | 15 | 22 | 470 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10110101 | 0 | 1000101 | 1101 | 10010 | 100111000 | 111101 | 110110 |
Color Harmonies of #D141B5
Complementary color
Monochromatic Colors of #D141B5
Black with #D141B5
Text Example
Text Example
White with #D141B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141B5; }
p { color: rgb(209,65,181); }
H1.HeaderClassName
{
color: #D141B5;
}
.AnyTagClassName
{
color: #D141B5;
}
</style>
background-color css
<style>
a { background-color: #D141B5; }
a { background-color: rgb(209,65,181); }
div.DivClassName
{
background-color: #D141B5;
}
.BgClassName
{
background-color: #D141B5;
}
</style>
border-color css
<style>
span { border-color: #D141B5; }
span { border-color: rgb(209,65,181); }
td.TdClassName
{
border-color: #D141B5;
}
.TagClassName
{
border-color: #D141B5;
}
</style>