Html Css Color HEX #D633EC Free Speech Magenta
📋 copy color: '#D633EC'red 214 ◦ green 51 ◦ blue 236
Shades of Free Speech Magenta #D633EC
Tints of Free Speech Magenta #D633EC
RGB
CMYK
RGB Variations
Color information
#D633EC (or 0xD633EC) is known color: Free Speech Magenta. HEX triplet: D6, 33 and EC. RGB value is (214,51,236). Sum of RGB (Red+Green+Blue) = 214+51+236=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #D633EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D633EC is #29CC13. Grayscale: #787878. Windows color (decimal): -2739220 or 15479766. OLE color: 15479766.
HSL color Cylindrical-coordinate representation of color #D633EC: hue angle of 292.86º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D633EC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 51 | 236 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.07 |
| HSL | 292.86º | 0.83% | 0.56% | - |
| HSV(B) | 292.86º | 0.78% | 0.93% | - |
| XYZ | 44.06 | 22.72 | 81.42 | - |
| YUV | 120.83 | 193 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 236 | 0.09 | 0.78 | 0 | 0.07 | 292.86 | 0.83 | 0.56 |
| Hex | D6 | 33 | EC | 9 | 4E | 0 | 7 | 125 | 53 | 38 |
| Octal | 326 | 63 | 354 | 11 | 116 | 0 | 7 | 445 | 123 | 70 |
| Binary | 11010110 | 110011 | 11101100 | 1001 | 1001110 | 0 | 111 | 100100101 | 1010011 | 111000 |
Color Harmonies of #D633EC
Complementary color
Monochromatic Colors of #D633EC
Black with #D633EC
Text Example
Text Example
White with #D633EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D633EC; }
p { color: rgb(214,51,236); }
H1.HeaderClassName
{
color: #D633EC;
}
.AnyTagClassName
{
color: #D633EC;
}
</style>
background-color css
<style>
a { background-color: #D633EC; }
a { background-color: rgb(214,51,236); }
div.DivClassName
{
background-color: #D633EC;
}
.BgClassName
{
background-color: #D633EC;
}
</style>
border-color css
<style>
span { border-color: #D633EC; }
span { border-color: rgb(214,51,236); }
td.TdClassName
{
border-color: #D633EC;
}
.TagClassName
{
border-color: #D633EC;
}
</style>