Shades of Fuchsia #D140B0
Tints of Fuchsia #D140B0
RGB
CMYK
RGB Variations
Color information
#D140B0 (or 0xD140B0) is known color: Fuchsia. HEX triplet: D1, 40 and B0. RGB value is (209,64,176). Sum of RGB (Red+Green+Blue) = 209+64+176=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D140B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140B0 is #2EBF4F. Grayscale: #777777. Windows color (decimal): -3063632 or 11550929. OLE color: 11550929.
HSL color Cylindrical-coordinate representation of color #D140B0: hue angle of 313.66º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D140B0 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 176 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.18 |
| HSL | 313.66º | 0.61% | 0.54% | - |
| HSV(B) | 313.66º | 0.69% | 0.82% | - |
| XYZ | 35.96 | 20.36 | 43.11 | - |
| YUV | 120.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 176 | 0 | 0.69 | 0.16 | 0.18 | 313.66 | 0.61 | 0.54 |
| Hex | D1 | 40 | B0 | 0 | 45 | 10 | 12 | 13A | 3D | 36 |
| Octal | 321 | 100 | 260 | 0 | 105 | 20 | 22 | 472 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10110000 | 0 | 1000101 | 10000 | 10010 | 100111010 | 111101 | 110110 |
Color Harmonies of #D140B0
Complementary color
Monochromatic Colors of #D140B0
Black with #D140B0
Text Example
Text Example
White with #D140B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140B0; }
p { color: rgb(209,64,176); }
H1.HeaderClassName
{
color: #D140B0;
}
.AnyTagClassName
{
color: #D140B0;
}
</style>
background-color css
<style>
a { background-color: #D140B0; }
a { background-color: rgb(209,64,176); }
div.DivClassName
{
background-color: #D140B0;
}
.BgClassName
{
background-color: #D140B0;
}
</style>
border-color css
<style>
span { border-color: #D140B0; }
span { border-color: rgb(209,64,176); }
td.TdClassName
{
border-color: #D140B0;
}
.TagClassName
{
border-color: #D140B0;
}
</style>