Shades of Fuchsia #D141C9
Tints of Fuchsia #D141C9
RGB
CMYK
RGB Variations
Color information
#D141C9 (or 0xD141C9) is known color: Fuchsia. HEX triplet: D1, 41 and C9. RGB value is (209,65,201). Sum of RGB (Red+Green+Blue) = 209+65+201=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D141C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141C9 is #2EBE36. Grayscale: #7B7B7B. Windows color (decimal): -3063351 or 13189585. OLE color: 13189585.
HSL color Cylindrical-coordinate representation of color #D141C9: hue angle of 303.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 #D141C9 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 201 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.18 |
| HSL | 303.33º | 0.61% | 0.54% | - |
| HSV(B) | 303.33º | 0.69% | 0.82% | - |
| XYZ | 38.73 | 21.55 | 57.38 | - |
| YUV | 123.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 201 | 0 | 0.69 | 0.04 | 0.18 | 303.33 | 0.61 | 0.54 |
| Hex | D1 | 41 | C9 | 0 | 45 | 4 | 12 | 12F | 3D | 36 |
| Octal | 321 | 101 | 311 | 0 | 105 | 4 | 22 | 457 | 75 | 66 |
| Binary | 11010001 | 1000001 | 11001001 | 0 | 1000101 | 100 | 10010 | 100101111 | 111101 | 110110 |
Color Harmonies of #D141C9
Complementary color
Monochromatic Colors of #D141C9
Black with #D141C9
Text Example
Text Example
White with #D141C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141C9; }
p { color: rgb(209,65,201); }
H1.HeaderClassName
{
color: #D141C9;
}
.AnyTagClassName
{
color: #D141C9;
}
</style>
background-color css
<style>
a { background-color: #D141C9; }
a { background-color: rgb(209,65,201); }
div.DivClassName
{
background-color: #D141C9;
}
.BgClassName
{
background-color: #D141C9;
}
</style>
border-color css
<style>
span { border-color: #D141C9; }
span { border-color: rgb(209,65,201); }
td.TdClassName
{
border-color: #D141C9;
}
.TagClassName
{
border-color: #D141C9;
}
</style>