Html Css Color HEX #D659EC Free Speech Magenta
📋 copy color: '#D659EC'red 214 ◦ green 89 ◦ blue 236
Shades of Free Speech Magenta #D659EC
Tints of Free Speech Magenta #D659EC
RGB
CMYK
RGB Variations
Color information
#D659EC (or 0xD659EC) is known color: Free Speech Magenta. HEX triplet: D6, 59 and EC. RGB value is (214,89,236). Sum of RGB (Red+Green+Blue) = 214+89+236=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #D659EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D659EC is #29A613. Grayscale: #8E8E8E. Windows color (decimal): -2729492 or 15489494. OLE color: 15489494.
HSL color Cylindrical-coordinate representation of color #D659EC: hue angle of 291.02º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D659EC is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 89 | 236 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.07 |
| HSL | 291.02º | 0.79% | 0.64% | - |
| HSV(B) | 291.02º | 0.62% | 0.93% | - |
| XYZ | 46.44 | 27.5 | 82.22 | - |
| YUV | 143.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 236 | 0.09 | 0.62 | 0 | 0.07 | 291.02 | 0.79 | 0.64 |
| Hex | D6 | 59 | EC | 9 | 3E | 0 | 7 | 123 | 4F | 40 |
| Octal | 326 | 131 | 354 | 11 | 76 | 0 | 7 | 443 | 117 | 100 |
| Binary | 11010110 | 1011001 | 11101100 | 1001 | 111110 | 0 | 111 | 100100011 | 1001111 | 1000000 |
Color Harmonies of #D659EC
Complementary color
Monochromatic Colors of #D659EC
Black with #D659EC
Text Example
Text Example
White with #D659EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659EC; }
p { color: rgb(214,89,236); }
H1.HeaderClassName
{
color: #D659EC;
}
.AnyTagClassName
{
color: #D659EC;
}
</style>
background-color css
<style>
a { background-color: #D659EC; }
a { background-color: rgb(214,89,236); }
div.DivClassName
{
background-color: #D659EC;
}
.BgClassName
{
background-color: #D659EC;
}
</style>
border-color css
<style>
span { border-color: #D659EC; }
span { border-color: rgb(214,89,236); }
td.TdClassName
{
border-color: #D659EC;
}
.TagClassName
{
border-color: #D659EC;
}
</style>