Shades of Fuchsia #D143BD
Tints of Fuchsia #D143BD
RGB
CMYK
RGB Variations
Color information
#D143BD (or 0xD143BD) is known color: Fuchsia. HEX triplet: D1, 43 and BD. RGB value is (209,67,189). Sum of RGB (Red+Green+Blue) = 209+67+189=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D143BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143BD is #2EBC42. Grayscale: #7B7B7B. Windows color (decimal): -3062851 or 12403665. OLE color: 12403665.
HSL color Cylindrical-coordinate representation of color #D143BD: hue angle of 308.45º 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 #D143BD is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 189 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.18 |
| HSL | 308.45º | 0.61% | 0.54% | - |
| HSV(B) | 308.45º | 0.68% | 0.82% | - |
| XYZ | 37.49 | 21.24 | 50.27 | - |
| YUV | 123.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 189 | 0 | 0.68 | 0.10 | 0.18 | 308.45 | 0.61 | 0.54 |
| Hex | D1 | 43 | BD | 0 | 44 | A | 12 | 134 | 3D | 36 |
| Octal | 321 | 103 | 275 | 0 | 104 | 12 | 22 | 464 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10111101 | 0 | 1000100 | 1010 | 10010 | 100110100 | 111101 | 110110 |
Color Harmonies of #D143BD
Complementary color
Monochromatic Colors of #D143BD
Black with #D143BD
Text Example
Text Example
White with #D143BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143BD; }
p { color: rgb(209,67,189); }
H1.HeaderClassName
{
color: #D143BD;
}
.AnyTagClassName
{
color: #D143BD;
}
</style>
background-color css
<style>
a { background-color: #D143BD; }
a { background-color: rgb(209,67,189); }
div.DivClassName
{
background-color: #D143BD;
}
.BgClassName
{
background-color: #D143BD;
}
</style>
border-color css
<style>
span { border-color: #D143BD; }
span { border-color: rgb(209,67,189); }
td.TdClassName
{
border-color: #D143BD;
}
.TagClassName
{
border-color: #D143BD;
}
</style>