Shades of Fuchsia #D439B5
Tints of Fuchsia #D439B5
RGB
CMYK
RGB Variations
Color information
#D439B5 (or 0xD439B5) is known color: Fuchsia. HEX triplet: D4, 39 and B5. RGB value is (212,57,181). Sum of RGB (Red+Green+Blue) = 212+57+181=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D439B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439B5 is #2BC64A. Grayscale: #757575. Windows color (decimal): -2868811 or 11876820. OLE color: 11876820.
HSL color Cylindrical-coordinate representation of color #D439B5: hue angle of 312º 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 #D439B5 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 181 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.17 |
| HSL | 312º | 0.64% | 0.53% | - |
| HSV(B) | 312º | 0.73% | 0.83% | - |
| XYZ | 36.95 | 20.26 | 45.68 | - |
| YUV | 117.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 181 | 0 | 0.73 | 0.15 | 0.17 | 312 | 0.64 | 0.53 |
| Hex | D4 | 39 | B5 | 0 | 49 | F | 11 | 138 | 40 | 35 |
| Octal | 324 | 71 | 265 | 0 | 111 | 17 | 21 | 470 | 100 | 65 |
| Binary | 11010100 | 111001 | 10110101 | 0 | 1001001 | 1111 | 10001 | 100111000 | 1000000 | 110101 |
Color Harmonies of #D439B5
Complementary color
Monochromatic Colors of #D439B5
Black with #D439B5
Text Example
Text Example
White with #D439B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439B5; }
p { color: rgb(212,57,181); }
H1.HeaderClassName
{
color: #D439B5;
}
.AnyTagClassName
{
color: #D439B5;
}
</style>
background-color css
<style>
a { background-color: #D439B5; }
a { background-color: rgb(212,57,181); }
div.DivClassName
{
background-color: #D439B5;
}
.BgClassName
{
background-color: #D439B5;
}
</style>
border-color css
<style>
span { border-color: #D439B5; }
span { border-color: rgb(212,57,181); }
td.TdClassName
{
border-color: #D439B5;
}
.TagClassName
{
border-color: #D439B5;
}
</style>