Html Css Color HEX #D439E8 Free Speech Magenta
📋 copy color: '#D439E8'red 212 ◦ green 57 ◦ blue 232
Shades of Free Speech Magenta #D439E8
Tints of Free Speech Magenta #D439E8
RGB
CMYK
RGB Variations
Color information
#D439E8 (or 0xD439E8) is known color: Free Speech Magenta. HEX triplet: D4, 39 and E8. RGB value is (212,57,232). Sum of RGB (Red+Green+Blue) = 212+57+232=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #D439E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D439E8 is #2BC617. Grayscale: #7A7A7A. Windows color (decimal): -2868760 or 15219156. OLE color: 15219156.
HSL color Cylindrical-coordinate representation of color #D439E8: hue angle of 293.14º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D439E8 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 57 | 232 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.09 |
| HSL | 293.14º | 0.79% | 0.57% | - |
| HSV(B) | 293.14º | 0.75% | 0.91% | - |
| XYZ | 43.18 | 22.75 | 78.46 | - |
| YUV | 123.3 | 189.35 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 232 | 0.09 | 0.75 | 0 | 0.09 | 293.14 | 0.79 | 0.57 |
| Hex | D4 | 39 | E8 | 9 | 4B | 0 | 9 | 125 | 4F | 39 |
| Octal | 324 | 71 | 350 | 11 | 113 | 0 | 11 | 445 | 117 | 71 |
| Binary | 11010100 | 111001 | 11101000 | 1001 | 1001011 | 0 | 1001 | 100100101 | 1001111 | 111001 |
Color Harmonies of #D439E8
Complementary color
Monochromatic Colors of #D439E8
Black with #D439E8
Text Example
Text Example
White with #D439E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439E8; }
p { color: rgb(212,57,232); }
H1.HeaderClassName
{
color: #D439E8;
}
.AnyTagClassName
{
color: #D439E8;
}
</style>
background-color css
<style>
a { background-color: #D439E8; }
a { background-color: rgb(212,57,232); }
div.DivClassName
{
background-color: #D439E8;
}
.BgClassName
{
background-color: #D439E8;
}
</style>
border-color css
<style>
span { border-color: #D439E8; }
span { border-color: rgb(212,57,232); }
td.TdClassName
{
border-color: #D439E8;
}
.TagClassName
{
border-color: #D439E8;
}
</style>