Shades of Fuchsia #D143D5
Tints of Fuchsia #D143D5
RGB
CMYK
RGB Variations
Color information
#D143D5 (or 0xD143D5) is known color: Fuchsia. HEX triplet: D1, 43 and D5. RGB value is (209,67,213). Sum of RGB (Red+Green+Blue) = 209+67+213=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #D143D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143D5 is #2EBC2A. Grayscale: #7D7D7D. Windows color (decimal): -3062827 or 13976529. OLE color: 13976529.
HSL color Cylindrical-coordinate representation of color #D143D5: hue angle of 298.36º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D143D5 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 67 | 213 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.16 |
| HSL | 298.36º | 0.63% | 0.55% | - |
| HSV(B) | 298.36º | 0.69% | 0.84% | - |
| XYZ | 40.31 | 22.37 | 65.14 | - |
| YUV | 126.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 213 | 0.02 | 0.69 | 0 | 0.16 | 298.36 | 0.63 | 0.55 |
| Hex | D1 | 43 | D5 | 2 | 45 | 0 | 10 | 12A | 3F | 37 |
| Octal | 321 | 103 | 325 | 2 | 105 | 0 | 20 | 452 | 77 | 67 |
| Binary | 11010001 | 1000011 | 11010101 | 10 | 1000101 | 0 | 10000 | 100101010 | 111111 | 110111 |
Color Harmonies of #D143D5
Complementary color
Monochromatic Colors of #D143D5
Black with #D143D5
Text Example
Text Example
White with #D143D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143D5; }
p { color: rgb(209,67,213); }
H1.HeaderClassName
{
color: #D143D5;
}
.AnyTagClassName
{
color: #D143D5;
}
</style>
background-color css
<style>
a { background-color: #D143D5; }
a { background-color: rgb(209,67,213); }
div.DivClassName
{
background-color: #D143D5;
}
.BgClassName
{
background-color: #D143D5;
}
</style>
border-color css
<style>
span { border-color: #D143D5; }
span { border-color: rgb(209,67,213); }
td.TdClassName
{
border-color: #D143D5;
}
.TagClassName
{
border-color: #D143D5;
}
</style>