Shades of Fuchsia #D439BD
Tints of Fuchsia #D439BD
RGB
CMYK
RGB Variations
Color information
#D439BD (or 0xD439BD) is known color: Fuchsia. HEX triplet: D4, 39 and BD. RGB value is (212,57,189). Sum of RGB (Red+Green+Blue) = 212+57+189=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D439BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439BD is #2BC642. Grayscale: #767676. Windows color (decimal): -2868803 or 12401108. OLE color: 12401108.
HSL color Cylindrical-coordinate representation of color #D439BD: hue angle of 308.9º 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 #D439BD is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 189 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.17 |
| HSL | 308.9º | 0.64% | 0.53% | - |
| HSV(B) | 308.9º | 0.73% | 0.83% | - |
| XYZ | 37.8 | 20.6 | 50.13 | - |
| YUV | 118.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 189 | 0 | 0.73 | 0.11 | 0.17 | 308.9 | 0.64 | 0.53 |
| Hex | D4 | 39 | BD | 0 | 49 | B | 11 | 135 | 40 | 35 |
| Octal | 324 | 71 | 275 | 0 | 111 | 13 | 21 | 465 | 100 | 65 |
| Binary | 11010100 | 111001 | 10111101 | 0 | 1001001 | 1011 | 10001 | 100110101 | 1000000 | 110101 |
Color Harmonies of #D439BD
Complementary color
Monochromatic Colors of #D439BD
Black with #D439BD
Text Example
Text Example
White with #D439BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439BD; }
p { color: rgb(212,57,189); }
H1.HeaderClassName
{
color: #D439BD;
}
.AnyTagClassName
{
color: #D439BD;
}
</style>
background-color css
<style>
a { background-color: #D439BD; }
a { background-color: rgb(212,57,189); }
div.DivClassName
{
background-color: #D439BD;
}
.BgClassName
{
background-color: #D439BD;
}
</style>
border-color css
<style>
span { border-color: #D439BD; }
span { border-color: rgb(212,57,189); }
td.TdClassName
{
border-color: #D439BD;
}
.TagClassName
{
border-color: #D439BD;
}
</style>