Shades of Fuchsia #D143B9
Tints of Fuchsia #D143B9
RGB
CMYK
RGB Variations
Color information
#D143B9 (or 0xD143B9) is known color: Fuchsia. HEX triplet: D1, 43 and B9. RGB value is (209,67,185). Sum of RGB (Red+Green+Blue) = 209+67+185=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D143B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143B9 is #2EBC46. Grayscale: #7A7A7A. Windows color (decimal): -3062855 or 12141521. OLE color: 12141521.
HSL color Cylindrical-coordinate representation of color #D143B9: hue angle of 310.14º 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 #D143B9 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 185 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.18 |
| HSL | 310.14º | 0.61% | 0.54% | - |
| HSV(B) | 310.14º | 0.68% | 0.82% | - |
| XYZ | 37.06 | 21.07 | 48.01 | - |
| YUV | 122.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 185 | 0 | 0.68 | 0.11 | 0.18 | 310.14 | 0.61 | 0.54 |
| Hex | D1 | 43 | B9 | 0 | 44 | B | 12 | 136 | 3D | 36 |
| Octal | 321 | 103 | 271 | 0 | 104 | 13 | 22 | 466 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10111001 | 0 | 1000100 | 1011 | 10010 | 100110110 | 111101 | 110110 |
Color Harmonies of #D143B9
Complementary color
Monochromatic Colors of #D143B9
Black with #D143B9
Text Example
Text Example
White with #D143B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143B9; }
p { color: rgb(209,67,185); }
H1.HeaderClassName
{
color: #D143B9;
}
.AnyTagClassName
{
color: #D143B9;
}
</style>
background-color css
<style>
a { background-color: #D143B9; }
a { background-color: rgb(209,67,185); }
div.DivClassName
{
background-color: #D143B9;
}
.BgClassName
{
background-color: #D143B9;
}
</style>
border-color css
<style>
span { border-color: #D143B9; }
span { border-color: rgb(209,67,185); }
td.TdClassName
{
border-color: #D143B9;
}
.TagClassName
{
border-color: #D143B9;
}
</style>