Shades of Fuchsia #D143B3
Tints of Fuchsia #D143B3
RGB
CMYK
RGB Variations
Color information
#D143B3 (or 0xD143B3) is known color: Fuchsia. HEX triplet: D1, 43 and B3. RGB value is (209,67,179). Sum of RGB (Red+Green+Blue) = 209+67+179=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D143B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143B3 is #2EBC4C. Grayscale: #797979. Windows color (decimal): -3062861 or 11748305. OLE color: 11748305.
HSL color Cylindrical-coordinate representation of color #D143B3: hue angle of 312.68º 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 #D143B3 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 179 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.18 |
| HSL | 312.68º | 0.61% | 0.54% | - |
| HSV(B) | 312.68º | 0.68% | 0.82% | - |
| XYZ | 36.44 | 20.82 | 44.75 | - |
| YUV | 122.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 179 | 0 | 0.68 | 0.14 | 0.18 | 312.68 | 0.61 | 0.54 |
| Hex | D1 | 43 | B3 | 0 | 44 | E | 12 | 139 | 3D | 36 |
| Octal | 321 | 103 | 263 | 0 | 104 | 16 | 22 | 471 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10110011 | 0 | 1000100 | 1110 | 10010 | 100111001 | 111101 | 110110 |
Color Harmonies of #D143B3
Complementary color
Monochromatic Colors of #D143B3
Black with #D143B3
Text Example
Text Example
White with #D143B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143B3; }
p { color: rgb(209,67,179); }
H1.HeaderClassName
{
color: #D143B3;
}
.AnyTagClassName
{
color: #D143B3;
}
</style>
background-color css
<style>
a { background-color: #D143B3; }
a { background-color: rgb(209,67,179); }
div.DivClassName
{
background-color: #D143B3;
}
.BgClassName
{
background-color: #D143B3;
}
</style>
border-color css
<style>
span { border-color: #D143B3; }
span { border-color: rgb(209,67,179); }
td.TdClassName
{
border-color: #D143B3;
}
.TagClassName
{
border-color: #D143B3;
}
</style>