Shades of Fuchsia #D140B8
Tints of Fuchsia #D140B8
RGB
CMYK
RGB Variations
Color information
#D140B8 (or 0xD140B8) is known color: Fuchsia. HEX triplet: D1, 40 and B8. RGB value is (209,64,184). Sum of RGB (Red+Green+Blue) = 209+64+184=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D140B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140B8 is #2EBF47. Grayscale: #787878. Windows color (decimal): -3063624 or 12075217. OLE color: 12075217.
HSL color Cylindrical-coordinate representation of color #D140B8: hue angle of 310.34º 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 #D140B8 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 184 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.18 |
| HSL | 310.34º | 0.61% | 0.54% | - |
| HSV(B) | 310.34º | 0.69% | 0.82% | - |
| XYZ | 36.78 | 20.68 | 47.4 | - |
| YUV | 121.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 184 | 0 | 0.69 | 0.12 | 0.18 | 310.34 | 0.61 | 0.54 |
| Hex | D1 | 40 | B8 | 0 | 45 | C | 12 | 136 | 3D | 36 |
| Octal | 321 | 100 | 270 | 0 | 105 | 14 | 22 | 466 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10111000 | 0 | 1000101 | 1100 | 10010 | 100110110 | 111101 | 110110 |
Color Harmonies of #D140B8
Complementary color
Monochromatic Colors of #D140B8
Black with #D140B8
Text Example
Text Example
White with #D140B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140B8; }
p { color: rgb(209,64,184); }
H1.HeaderClassName
{
color: #D140B8;
}
.AnyTagClassName
{
color: #D140B8;
}
</style>
background-color css
<style>
a { background-color: #D140B8; }
a { background-color: rgb(209,64,184); }
div.DivClassName
{
background-color: #D140B8;
}
.BgClassName
{
background-color: #D140B8;
}
</style>
border-color css
<style>
span { border-color: #D140B8; }
span { border-color: rgb(209,64,184); }
td.TdClassName
{
border-color: #D140B8;
}
.TagClassName
{
border-color: #D140B8;
}
</style>