Html Css Color HEX #D439E6 Free Speech Magenta
📋 copy color: '#D439E6'red 212 ◦ green 57 ◦ blue 230
Shades of Free Speech Magenta #D439E6
Tints of Free Speech Magenta #D439E6
RGB
CMYK
RGB Variations
Color information
#D439E6 (or 0xD439E6) is known color: Free Speech Magenta. HEX triplet: D4, 39 and E6. RGB value is (212,57,230). Sum of RGB (Red+Green+Blue) = 212+57+230=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #D439E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D439E6 is #2BC619. Grayscale: #7A7A7A. Windows color (decimal): -2868762 or 15088084. OLE color: 15088084.
HSL color Cylindrical-coordinate representation of color #D439E6: hue angle of 293.76º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D439E6 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 57 | 230 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.10 |
| HSL | 293.76º | 0.78% | 0.56% | - |
| HSV(B) | 293.76º | 0.75% | 0.9% | - |
| XYZ | 42.9 | 22.64 | 76.97 | - |
| YUV | 123.07 | 188.35 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 230 | 0.08 | 0.75 | 0 | 0.10 | 293.76 | 0.78 | 0.56 |
| Hex | D4 | 39 | E6 | 8 | 4B | 0 | A | 126 | 4E | 38 |
| Octal | 324 | 71 | 346 | 10 | 113 | 0 | 12 | 446 | 116 | 70 |
| Binary | 11010100 | 111001 | 11100110 | 1000 | 1001011 | 0 | 1010 | 100100110 | 1001110 | 111000 |
Color Harmonies of #D439E6
Complementary color
Monochromatic Colors of #D439E6
Black with #D439E6
Text Example
Text Example
White with #D439E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439E6; }
p { color: rgb(212,57,230); }
H1.HeaderClassName
{
color: #D439E6;
}
.AnyTagClassName
{
color: #D439E6;
}
</style>
background-color css
<style>
a { background-color: #D439E6; }
a { background-color: rgb(212,57,230); }
div.DivClassName
{
background-color: #D439E6;
}
.BgClassName
{
background-color: #D439E6;
}
</style>
border-color css
<style>
span { border-color: #D439E6; }
span { border-color: rgb(212,57,230); }
td.TdClassName
{
border-color: #D439E6;
}
.TagClassName
{
border-color: #D439E6;
}
</style>