Shades of Fuchsia #D140BD
Tints of Fuchsia #D140BD
RGB
CMYK
RGB Variations
Color information
#D140BD (or 0xD140BD) is known color: Fuchsia. HEX triplet: D1, 40 and BD. RGB value is (209,64,189). Sum of RGB (Red+Green+Blue) = 209+64+189=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D140BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140BD is #2EBF42. Grayscale: #797979. Windows color (decimal): -3063619 or 12402897. OLE color: 12402897.
HSL color Cylindrical-coordinate representation of color #D140BD: hue angle of 308.28º 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 #D140BD is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 189 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.18 |
| HSL | 308.28º | 0.61% | 0.54% | - |
| HSV(B) | 308.28º | 0.69% | 0.82% | - |
| XYZ | 37.31 | 20.9 | 50.21 | - |
| YUV | 121.61 | 166.04 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 189 | 0 | 0.69 | 0.10 | 0.18 | 308.28 | 0.61 | 0.54 |
| Hex | D1 | 40 | BD | 0 | 45 | A | 12 | 134 | 3D | 36 |
| Octal | 321 | 100 | 275 | 0 | 105 | 12 | 22 | 464 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10111101 | 0 | 1000101 | 1010 | 10010 | 100110100 | 111101 | 110110 |
Color Harmonies of #D140BD
Complementary color
Monochromatic Colors of #D140BD
Black with #D140BD
Text Example
Text Example
White with #D140BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140BD; }
p { color: rgb(209,64,189); }
H1.HeaderClassName
{
color: #D140BD;
}
.AnyTagClassName
{
color: #D140BD;
}
</style>
background-color css
<style>
a { background-color: #D140BD; }
a { background-color: rgb(209,64,189); }
div.DivClassName
{
background-color: #D140BD;
}
.BgClassName
{
background-color: #D140BD;
}
</style>
border-color css
<style>
span { border-color: #D140BD; }
span { border-color: rgb(209,64,189); }
td.TdClassName
{
border-color: #D140BD;
}
.TagClassName
{
border-color: #D140BD;
}
</style>