Html Css Color HEX #D653EC Free Speech Magenta
📋 copy color: '#D653EC'red 214 ◦ green 83 ◦ blue 236
Shades of Free Speech Magenta #D653EC
Tints of Free Speech Magenta #D653EC
RGB
CMYK
RGB Variations
Color information
#D653EC (or 0xD653EC) is known color: Free Speech Magenta. HEX triplet: D6, 53 and EC. RGB value is (214,83,236). Sum of RGB (Red+Green+Blue) = 214+83+236=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #D653EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D653EC is #29AC13. Grayscale: #8B8B8B. Windows color (decimal): -2731028 or 15487958. OLE color: 15487958.
HSL color Cylindrical-coordinate representation of color #D653EC: hue angle of 291.37º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D653EC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 83 | 236 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.07 |
| HSL | 291.37º | 0.8% | 0.63% | - |
| HSV(B) | 291.37º | 0.65% | 0.93% | - |
| XYZ | 45.97 | 26.54 | 82.06 | - |
| YUV | 139.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 236 | 0.09 | 0.65 | 0 | 0.07 | 291.37 | 0.8 | 0.63 |
| Hex | D6 | 53 | EC | 9 | 41 | 0 | 7 | 123 | 50 | 3F |
| Octal | 326 | 123 | 354 | 11 | 101 | 0 | 7 | 443 | 120 | 77 |
| Binary | 11010110 | 1010011 | 11101100 | 1001 | 1000001 | 0 | 111 | 100100011 | 1010000 | 111111 |
Color Harmonies of #D653EC
Complementary color
Monochromatic Colors of #D653EC
Black with #D653EC
Text Example
Text Example
White with #D653EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D653EC; }
p { color: rgb(214,83,236); }
H1.HeaderClassName
{
color: #D653EC;
}
.AnyTagClassName
{
color: #D653EC;
}
</style>
background-color css
<style>
a { background-color: #D653EC; }
a { background-color: rgb(214,83,236); }
div.DivClassName
{
background-color: #D653EC;
}
.BgClassName
{
background-color: #D653EC;
}
</style>
border-color css
<style>
span { border-color: #D653EC; }
span { border-color: rgb(214,83,236); }
td.TdClassName
{
border-color: #D653EC;
}
.TagClassName
{
border-color: #D653EC;
}
</style>