Html Css Color HEX #D649EC Free Speech Magenta
📋 copy color: '#D649EC'red 214 ◦ green 73 ◦ blue 236
Shades of Free Speech Magenta #D649EC
Tints of Free Speech Magenta #D649EC
RGB
CMYK
RGB Variations
Color information
#D649EC (or 0xD649EC) is known color: Free Speech Magenta. HEX triplet: D6, 49 and EC. RGB value is (214,73,236). Sum of RGB (Red+Green+Blue) = 214+73+236=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #D649EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D649EC is #29B613. Grayscale: #858585. Windows color (decimal): -2733588 or 15485398. OLE color: 15485398.
HSL color Cylindrical-coordinate representation of color #D649EC: hue angle of 291.9º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D649EC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 73 | 236 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.07 |
| HSL | 291.9º | 0.81% | 0.61% | - |
| HSV(B) | 291.9º | 0.69% | 0.93% | - |
| XYZ | 45.25 | 25.12 | 81.82 | - |
| YUV | 133.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 236 | 0.09 | 0.69 | 0 | 0.07 | 291.9 | 0.81 | 0.61 |
| Hex | D6 | 49 | EC | 9 | 45 | 0 | 7 | 124 | 51 | 3D |
| Octal | 326 | 111 | 354 | 11 | 105 | 0 | 7 | 444 | 121 | 75 |
| Binary | 11010110 | 1001001 | 11101100 | 1001 | 1000101 | 0 | 111 | 100100100 | 1010001 | 111101 |
Color Harmonies of #D649EC
Complementary color
Monochromatic Colors of #D649EC
Black with #D649EC
Text Example
Text Example
White with #D649EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649EC; }
p { color: rgb(214,73,236); }
H1.HeaderClassName
{
color: #D649EC;
}
.AnyTagClassName
{
color: #D649EC;
}
</style>
background-color css
<style>
a { background-color: #D649EC; }
a { background-color: rgb(214,73,236); }
div.DivClassName
{
background-color: #D649EC;
}
.BgClassName
{
background-color: #D649EC;
}
</style>
border-color css
<style>
span { border-color: #D649EC; }
span { border-color: rgb(214,73,236); }
td.TdClassName
{
border-color: #D649EC;
}
.TagClassName
{
border-color: #D649EC;
}
</style>