Shades of Fuchsia #D439BF
Tints of Fuchsia #D439BF
RGB
CMYK
RGB Variations
Color information
#D439BF (or 0xD439BF) is known color: Fuchsia. HEX triplet: D4, 39 and BF. RGB value is (212,57,191). Sum of RGB (Red+Green+Blue) = 212+57+191=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D439BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439BF is #2BC640. Grayscale: #767676. Windows color (decimal): -2868801 or 12532180. OLE color: 12532180.
HSL color Cylindrical-coordinate representation of color #D439BF: hue angle of 308.13º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D439BF is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 191 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.17 |
| HSL | 308.13º | 0.64% | 0.53% | - |
| HSV(B) | 308.13º | 0.73% | 0.83% | - |
| XYZ | 38.02 | 20.68 | 51.28 | - |
| YUV | 118.62 | 168.85 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 191 | 0 | 0.73 | 0.10 | 0.17 | 308.13 | 0.64 | 0.53 |
| Hex | D4 | 39 | BF | 0 | 49 | A | 11 | 134 | 40 | 35 |
| Octal | 324 | 71 | 277 | 0 | 111 | 12 | 21 | 464 | 100 | 65 |
| Binary | 11010100 | 111001 | 10111111 | 0 | 1001001 | 1010 | 10001 | 100110100 | 1000000 | 110101 |
Color Harmonies of #D439BF
Complementary color
Monochromatic Colors of #D439BF
Black with #D439BF
Text Example
Text Example
White with #D439BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439BF; }
p { color: rgb(212,57,191); }
H1.HeaderClassName
{
color: #D439BF;
}
.AnyTagClassName
{
color: #D439BF;
}
</style>
background-color css
<style>
a { background-color: #D439BF; }
a { background-color: rgb(212,57,191); }
div.DivClassName
{
background-color: #D439BF;
}
.BgClassName
{
background-color: #D439BF;
}
</style>
border-color css
<style>
span { border-color: #D439BF; }
span { border-color: rgb(212,57,191); }
td.TdClassName
{
border-color: #D439BF;
}
.TagClassName
{
border-color: #D439BF;
}
</style>