Html Css Color HEX #D635EC Free Speech Magenta
📋 copy color: '#D635EC'red 214 ◦ green 53 ◦ blue 236
Shades of Free Speech Magenta #D635EC
Tints of Free Speech Magenta #D635EC
RGB
CMYK
RGB Variations
Color information
#D635EC (or 0xD635EC) is known color: Free Speech Magenta. HEX triplet: D6, 35 and EC. RGB value is (214,53,236). Sum of RGB (Red+Green+Blue) = 214+53+236=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #D635EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D635EC is #29CA13. Grayscale: #797979. Windows color (decimal): -2738708 or 15480278. OLE color: 15480278.
HSL color Cylindrical-coordinate representation of color #D635EC: hue angle of 292.79º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D635EC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 53 | 236 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.07 |
| HSL | 292.79º | 0.83% | 0.57% | - |
| HSV(B) | 292.79º | 0.78% | 0.93% | - |
| XYZ | 44.14 | 22.9 | 81.45 | - |
| YUV | 122 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 236 | 0.09 | 0.78 | 0 | 0.07 | 292.79 | 0.83 | 0.57 |
| Hex | D6 | 35 | EC | 9 | 4E | 0 | 7 | 125 | 53 | 39 |
| Octal | 326 | 65 | 354 | 11 | 116 | 0 | 7 | 445 | 123 | 71 |
| Binary | 11010110 | 110101 | 11101100 | 1001 | 1001110 | 0 | 111 | 100100101 | 1010011 | 111001 |
Color Harmonies of #D635EC
Complementary color
Monochromatic Colors of #D635EC
Black with #D635EC
Text Example
Text Example
White with #D635EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D635EC; }
p { color: rgb(214,53,236); }
H1.HeaderClassName
{
color: #D635EC;
}
.AnyTagClassName
{
color: #D635EC;
}
</style>
background-color css
<style>
a { background-color: #D635EC; }
a { background-color: rgb(214,53,236); }
div.DivClassName
{
background-color: #D635EC;
}
.BgClassName
{
background-color: #D635EC;
}
</style>
border-color css
<style>
span { border-color: #D635EC; }
span { border-color: rgb(214,53,236); }
td.TdClassName
{
border-color: #D635EC;
}
.TagClassName
{
border-color: #D635EC;
}
</style>