Shades of Fuchsia #D439B4
Tints of Fuchsia #D439B4
RGB
CMYK
RGB Variations
Color information
#D439B4 (or 0xD439B4) is known color: Fuchsia. HEX triplet: D4, 39 and B4. RGB value is (212,57,180). Sum of RGB (Red+Green+Blue) = 212+57+180=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D439B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439B4 is #2BC64B. Grayscale: #757575. Windows color (decimal): -2868812 or 11811284. OLE color: 11811284.
HSL color Cylindrical-coordinate representation of color #D439B4: hue angle of 312.39º 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 #D439B4 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 180 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.17 |
| HSL | 312.39º | 0.64% | 0.53% | - |
| HSV(B) | 312.39º | 0.73% | 0.83% | - |
| XYZ | 36.85 | 20.22 | 45.14 | - |
| YUV | 117.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 180 | 0 | 0.73 | 0.15 | 0.17 | 312.39 | 0.64 | 0.53 |
| Hex | D4 | 39 | B4 | 0 | 49 | F | 11 | 138 | 40 | 35 |
| Octal | 324 | 71 | 264 | 0 | 111 | 17 | 21 | 470 | 100 | 65 |
| Binary | 11010100 | 111001 | 10110100 | 0 | 1001001 | 1111 | 10001 | 100111000 | 1000000 | 110101 |
Color Harmonies of #D439B4
Complementary color
Monochromatic Colors of #D439B4
Black with #D439B4
Text Example
Text Example
White with #D439B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439B4; }
p { color: rgb(212,57,180); }
H1.HeaderClassName
{
color: #D439B4;
}
.AnyTagClassName
{
color: #D439B4;
}
</style>
background-color css
<style>
a { background-color: #D439B4; }
a { background-color: rgb(212,57,180); }
div.DivClassName
{
background-color: #D439B4;
}
.BgClassName
{
background-color: #D439B4;
}
</style>
border-color css
<style>
span { border-color: #D439B4; }
span { border-color: rgb(212,57,180); }
td.TdClassName
{
border-color: #D439B4;
}
.TagClassName
{
border-color: #D439B4;
}
</style>