Shades of Fuchsia #D143BE
Tints of Fuchsia #D143BE
RGB
CMYK
RGB Variations
Color information
#D143BE (or 0xD143BE) is known color: Fuchsia. HEX triplet: D1, 43 and BE. RGB value is (209,67,190). Sum of RGB (Red+Green+Blue) = 209+67+190=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D143BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143BE is #2EBC41. Grayscale: #7B7B7B. Windows color (decimal): -3062850 or 12469201. OLE color: 12469201.
HSL color Cylindrical-coordinate representation of color #D143BE: hue angle of 308.03º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D143BE is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 190 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.18 |
| HSL | 308.03º | 0.61% | 0.54% | - |
| HSV(B) | 308.03º | 0.68% | 0.82% | - |
| XYZ | 37.6 | 21.29 | 50.84 | - |
| YUV | 123.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 190 | 0 | 0.68 | 0.09 | 0.18 | 308.03 | 0.61 | 0.54 |
| Hex | D1 | 43 | BE | 0 | 44 | 9 | 12 | 134 | 3D | 36 |
| Octal | 321 | 103 | 276 | 0 | 104 | 11 | 22 | 464 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10111110 | 0 | 1000100 | 1001 | 10010 | 100110100 | 111101 | 110110 |
Color Harmonies of #D143BE
Complementary color
Monochromatic Colors of #D143BE
Black with #D143BE
Text Example
Text Example
White with #D143BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143BE; }
p { color: rgb(209,67,190); }
H1.HeaderClassName
{
color: #D143BE;
}
.AnyTagClassName
{
color: #D143BE;
}
</style>
background-color css
<style>
a { background-color: #D143BE; }
a { background-color: rgb(209,67,190); }
div.DivClassName
{
background-color: #D143BE;
}
.BgClassName
{
background-color: #D143BE;
}
</style>
border-color css
<style>
span { border-color: #D143BE; }
span { border-color: rgb(209,67,190); }
td.TdClassName
{
border-color: #D143BE;
}
.TagClassName
{
border-color: #D143BE;
}
</style>