Html Css Color HEX #D840EC Free Speech Magenta
📋 copy color: '#D840EC'red 216 ◦ green 64 ◦ blue 236
Shades of Free Speech Magenta #D840EC
Tints of Free Speech Magenta #D840EC
RGB
CMYK
RGB Variations
Color information
#D840EC (or 0xD840EC) is known color: Free Speech Magenta. HEX triplet: D8, 40 and EC. RGB value is (216,64,236). Sum of RGB (Red+Green+Blue) = 216+64+236=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #D840EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D840EC is #27BF13. Grayscale: #808080. Windows color (decimal): -2604820 or 15483096. OLE color: 15483096.
HSL color Cylindrical-coordinate representation of color #D840EC: hue angle of 293.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D840EC is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 64 | 236 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.07 |
| HSL | 293.02º | 0.82% | 0.59% | - |
| HSV(B) | 293.02º | 0.73% | 0.93% | - |
| XYZ | 45.29 | 24.32 | 81.66 | - |
| YUV | 129.06 | 188.36 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 236 | 0.08 | 0.73 | 0 | 0.07 | 293.02 | 0.82 | 0.59 |
| Hex | D8 | 40 | EC | 8 | 49 | 0 | 7 | 125 | 52 | 3B |
| Octal | 330 | 100 | 354 | 10 | 111 | 0 | 7 | 445 | 122 | 73 |
| Binary | 11011000 | 1000000 | 11101100 | 1000 | 1001001 | 0 | 111 | 100100101 | 1010010 | 111011 |
Color Harmonies of #D840EC
Complementary color
Monochromatic Colors of #D840EC
Black with #D840EC
Text Example
Text Example
White with #D840EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840EC; }
p { color: rgb(216,64,236); }
H1.HeaderClassName
{
color: #D840EC;
}
.AnyTagClassName
{
color: #D840EC;
}
</style>
background-color css
<style>
a { background-color: #D840EC; }
a { background-color: rgb(216,64,236); }
div.DivClassName
{
background-color: #D840EC;
}
.BgClassName
{
background-color: #D840EC;
}
</style>
border-color css
<style>
span { border-color: #D840EC; }
span { border-color: rgb(216,64,236); }
td.TdClassName
{
border-color: #D840EC;
}
.TagClassName
{
border-color: #D840EC;
}
</style>