Shades of Fuchsia #D439BE
Tints of Fuchsia #D439BE
RGB
CMYK
RGB Variations
Color information
#D439BE (or 0xD439BE) is known color: Fuchsia. HEX triplet: D4, 39 and BE. RGB value is (212,57,190). Sum of RGB (Red+Green+Blue) = 212+57+190=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D439BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439BE is #2BC641. Grayscale: #767676. Windows color (decimal): -2868802 or 12466644. OLE color: 12466644.
HSL color Cylindrical-coordinate representation of color #D439BE: hue angle of 308.52º 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 #D439BE is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 190 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.17 |
| HSL | 308.52º | 0.64% | 0.53% | - |
| HSV(B) | 308.52º | 0.73% | 0.83% | - |
| XYZ | 37.91 | 20.64 | 50.7 | - |
| YUV | 118.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 190 | 0 | 0.73 | 0.10 | 0.17 | 308.52 | 0.64 | 0.53 |
| Hex | D4 | 39 | BE | 0 | 49 | A | 11 | 135 | 40 | 35 |
| Octal | 324 | 71 | 276 | 0 | 111 | 12 | 21 | 465 | 100 | 65 |
| Binary | 11010100 | 111001 | 10111110 | 0 | 1001001 | 1010 | 10001 | 100110101 | 1000000 | 110101 |
Color Harmonies of #D439BE
Complementary color
Monochromatic Colors of #D439BE
Black with #D439BE
Text Example
Text Example
White with #D439BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439BE; }
p { color: rgb(212,57,190); }
H1.HeaderClassName
{
color: #D439BE;
}
.AnyTagClassName
{
color: #D439BE;
}
</style>
background-color css
<style>
a { background-color: #D439BE; }
a { background-color: rgb(212,57,190); }
div.DivClassName
{
background-color: #D439BE;
}
.BgClassName
{
background-color: #D439BE;
}
</style>
border-color css
<style>
span { border-color: #D439BE; }
span { border-color: rgb(212,57,190); }
td.TdClassName
{
border-color: #D439BE;
}
.TagClassName
{
border-color: #D439BE;
}
</style>