Html Css Color HEX #D65EEA Free Speech Magenta
📋 copy color: '#D65EEA'red 214 ◦ green 94 ◦ blue 234
Shades of Free Speech Magenta #D65EEA
Tints of Free Speech Magenta #D65EEA
RGB
CMYK
RGB Variations
Color information
#D65EEA (or 0xD65EEA) is known color: Free Speech Magenta. HEX triplet: D6, 5E and EA. RGB value is (214,94,234). Sum of RGB (Red+Green+Blue) = 214+94+234=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #D65EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65EEA is #29A115. Grayscale: #919191. Windows color (decimal): -2728214 or 15359702. OLE color: 15359702.
HSL color Cylindrical-coordinate representation of color #D65EEA: hue angle of 291.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65EEA is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 94 | 234 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.08 |
| HSL | 291.43º | 0.77% | 0.64% | - |
| HSV(B) | 291.43º | 0.6% | 0.92% | - |
| XYZ | 46.59 | 28.24 | 80.84 | - |
| YUV | 145.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 234 | 0.09 | 0.60 | 0 | 0.08 | 291.43 | 0.77 | 0.64 |
| Hex | D6 | 5E | EA | 9 | 3C | 0 | 8 | 123 | 4D | 40 |
| Octal | 326 | 136 | 352 | 11 | 74 | 0 | 10 | 443 | 115 | 100 |
| Binary | 11010110 | 1011110 | 11101010 | 1001 | 111100 | 0 | 1000 | 100100011 | 1001101 | 1000000 |
Color Harmonies of #D65EEA
Complementary color
Monochromatic Colors of #D65EEA
Black with #D65EEA
Text Example
Text Example
White with #D65EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EEA; }
p { color: rgb(214,94,234); }
H1.HeaderClassName
{
color: #D65EEA;
}
.AnyTagClassName
{
color: #D65EEA;
}
</style>
background-color css
<style>
a { background-color: #D65EEA; }
a { background-color: rgb(214,94,234); }
div.DivClassName
{
background-color: #D65EEA;
}
.BgClassName
{
background-color: #D65EEA;
}
</style>
border-color css
<style>
span { border-color: #D65EEA; }
span { border-color: rgb(214,94,234); }
td.TdClassName
{
border-color: #D65EEA;
}
.TagClassName
{
border-color: #D65EEA;
}
</style>