Html Css Color HEX #D639ED Free Speech Magenta
📋 copy color: '#D639ED'red 214 ◦ green 57 ◦ blue 237
Shades of Free Speech Magenta #D639ED
Tints of Free Speech Magenta #D639ED
RGB
CMYK
RGB Variations
Color information
#D639ED (or 0xD639ED) is known color: Free Speech Magenta. HEX triplet: D6, 39 and ED. RGB value is (214,57,237). Sum of RGB (Red+Green+Blue) = 214+57+237=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 57 (22.66% from 255 or 11.22% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #D639ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D639ED is #29C612. Grayscale: #7B7B7B. Windows color (decimal): -2737683 or 15546838. OLE color: 15546838.
HSL color Cylindrical-coordinate representation of color #D639ED: hue angle of 292.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D639ED is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 57 | 237 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.07 |
| HSL | 292.33º | 0.83% | 0.58% | - |
| HSV(B) | 292.33º | 0.76% | 0.93% | - |
| XYZ | 44.48 | 23.34 | 82.28 | - |
| YUV | 124.46 | 191.51 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 237 | 0.10 | 0.76 | 0 | 0.07 | 292.33 | 0.83 | 0.58 |
| Hex | D6 | 39 | ED | A | 4C | 0 | 7 | 124 | 53 | 3A |
| Octal | 326 | 71 | 355 | 12 | 114 | 0 | 7 | 444 | 123 | 72 |
| Binary | 11010110 | 111001 | 11101101 | 1010 | 1001100 | 0 | 111 | 100100100 | 1010011 | 111010 |
Color Harmonies of #D639ED
Complementary color
Monochromatic Colors of #D639ED
Black with #D639ED
Text Example
Text Example
White with #D639ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639ED; }
p { color: rgb(214,57,237); }
H1.HeaderClassName
{
color: #D639ED;
}
.AnyTagClassName
{
color: #D639ED;
}
</style>
background-color css
<style>
a { background-color: #D639ED; }
a { background-color: rgb(214,57,237); }
div.DivClassName
{
background-color: #D639ED;
}
.BgClassName
{
background-color: #D639ED;
}
</style>
border-color css
<style>
span { border-color: #D639ED; }
span { border-color: rgb(214,57,237); }
td.TdClassName
{
border-color: #D639ED;
}
.TagClassName
{
border-color: #D639ED;
}
</style>